Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.lordbasilaiassistant-sudo/defi-orchestrator

NPM · @THRYX/DEFI-ORCHESTRATOR-MCP-SERVER · SCANNED AUG 3

Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM

+23 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 753 tokens (~150/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @thryx/defi-orchestrator-mcp-server

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
# add to Codex CLI
codex mcp add lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-defi-orchestrator": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lordbasilaiassistant-sudo-defi-orchestrator --command npx --arg -y --arg @thryx/defi-orchestrator-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lordbasilaiassistant-sudo-defi-orchestrator:
    command: "npx"
    args: ["-y", "@thryx/defi-orchestrator-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-defi-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −21
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +2
    • Security disclosure: unverified → fail functional
    • Dependency health: unverified → partial functional
  • 28 Jul 26 −21
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@thryx/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 105 packages

105 packages in the resolved dependency tree · 103 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~753 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
defi_check_positions ~125

Check ALL DeFi positions for a wallet in one call. Returns lending positions (Aave: supplied, borrowed, health factor, liquidation risk), token balances, and an overall portfolio summary with risk assessment. Tells the agent exactly what actions to consider.

NameTypeReqDescription
chainstringChain: 'base' (default), 'ethereum', 'arbitrum'
protocolsarrayFilter to specific protocols: ['aave', 'uniswap', 'aerodrome']. Default: all.
walletstringyesWallet address to check (0x...)

No output schema declared.

No examples provided.

defi_execute_strategy ~134

Execute a previously simulated DeFi strategy on-chain. REQUIRES confirm=true as a safety rail. Executes steps sequentially, reporting each transaction. Stops immediately if any step fails. Returns all tx hashes, gas used, and final state.

NameTypeReqDescription
api_keystringyesPremium API key for execution access
confirmbooleanyesMust be true to execute. Safety rail to prevent accidental execution.
slippage_bpsnumberMax slippage in basis points (100 = 1%). Default: 100
strategy_idstringyesStrategy ID from a previous defi_simulate_strategy call

No output schema declared.

No examples provided.

defi_get_yields ~108

Get best yield opportunities across DeFi protocols on Base. Returns top pools by APY with TVL, risk rating, and direct comparisons. Helps agents recommend where to deploy capital.

NameTypeReqDescription
chainstringChain: 'base' (default)
min_tvlnumberMinimum TVL in USD to include. Default: 10000
tokenstringFilter by token symbol (e.g. 'ETH', 'USDC'). Omit for all.

No output schema declared.

No examples provided.

defi_quick_swap ~214

Quick single token swap with best execution across DEXes (Uniswap V3, Aerodrome). Compares quotes from multiple routes and executes on the best one. Returns tx hash, amounts, price impact, and gas used.

NameTypeReqDescription
amountstringyesAmount to swap in human-readable form (e.g. '1.5' for 1.5 ETH)
api_keystringPremium API key for execution
chainstringChain: 'base' (default), 'ethereum', 'arbitrum'
confirmbooleanSet true to execute. False returns quote comparison only.
from_tokenstringyesToken to sell: symbol (ETH, USDC, WETH) or contract address
slippage_bpsnumberMax slippage in basis points (100 = 1%). Default: 100
to_tokenstringyesToken to buy: symbol (ETH, USDC, WETH) or contract address

No output schema declared.

No examples provided.

defi_simulate_strategy ~172

Simulate a multi-step DeFi strategy WITHOUT executing. Takes natural language like 'swap 1 ETH to USDC' or 'provide ETH/USDC liquidity on Aerodrome'. Returns step-by-step plan with gas estimates, risk assessment, and simulated outcome. Use the returned strategy_id with defi_execute_strategy to execute.

NameTypeReqDescription
chainstringChain name: 'base' (default), 'ethereum', 'arbitrum'
paramsobjectOptional explicit parameters to override parsed values: tokenIn, tokenOut, amount, tokenA, tokenB, etc.
strategystringyesNatural language strategy description, e.g. 'swap 1 ETH to USDC on Uniswap', 'provide ETH/USDC liquidity', 'supply 2 ETH to Aave'

No output schema declared.

No examples provided.