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
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 118 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
codex mcp add lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lordbasilaiassistant-sudo-defi-orchestrator": {
"type": "local",
"command": [
"npx",
"-y",
"@thryx/defi-orchestrator-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lordbasilaiassistant-sudo-defi-orchestrator --command npx --arg -y --arg @thryx/defi-orchestrator-mcp-server
mcp_servers:
lordbasilaiassistant-sudo-defi-orchestrator:
command: "npx"
args: ["-y", "@thryx/defi-orchestrator-mcp-server"] {
"mcpServers": {
"lordbasilaiassistant-sudo-defi-orchestrator": {
"command": "npx",
"args": [
"-y",
"@thryx/defi-orchestrator-mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Chain: 'base' (default), 'ethereum', 'arbitrum' |
| protocols | array | — | Filter to specific protocols: ['aave', 'uniswap', 'aerodrome']. Default: all. |
| wallet | string | yes | Wallet 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.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Premium API key for execution access |
| confirm | boolean | yes | Must be true to execute. Safety rail to prevent accidental execution. |
| slippage_bps | number | — | Max slippage in basis points (100 = 1%). Default: 100 |
| strategy_id | string | yes | Strategy 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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Chain: 'base' (default) |
| min_tvl | number | — | Minimum TVL in USD to include. Default: 10000 |
| token | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Amount to swap in human-readable form (e.g. '1.5' for 1.5 ETH) |
| api_key | string | — | Premium API key for execution |
| chain | string | — | Chain: 'base' (default), 'ethereum', 'arbitrum' |
| confirm | boolean | — | Set true to execute. False returns quote comparison only. |
| from_token | string | yes | Token to sell: symbol (ETH, USDC, WETH) or contract address |
| slippage_bps | number | — | Max slippage in basis points (100 = 1%). Default: 100 |
| to_token | string | yes | Token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Chain name: 'base' (default), 'ethereum', 'arbitrum' |
| params | object | — | Optional explicit parameters to override parsed values: tokenIn, tokenOut, amount, tokenA, tokenB, etc. |
| strategy | string | yes | Natural 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.