# io.github.lordbasilaiassistant-sudo/defi-orchestrator (npm · @thryx/defi-orchestrator-mcp-server)

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

- Trust score: 68/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@thryx/defi-orchestrator-mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server.md), [page](https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thryx/defi-orchestrator-mcp-server`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 118 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lordbasilaiassistant-sudo-defi-orchestrator --command npx --arg -y --arg @thryx/defi-orchestrator-mcp-server
```

### Hermes

```yaml
mcp_servers:
  lordbasilaiassistant-sudo-defi-orchestrator:
    command: "npx"
    args: ["-y", "@thryx/defi-orchestrator-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-defi-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +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.

### 2026-08-02 (score 67, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-08-01 (score 20, +15)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −21)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, +2)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 24, −21)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 45)

First indexed and scored.

## MCP tools (5)

### `defi_simulate_strategy` (~172 tokens)

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.

Input parameters:

- `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, required): Natural language strategy description, e.g. 'swap 1 ETH to USDC on Uniswap', 'provide ETH/USDC liquidity', 'supply 2 ETH to Aave'

### `defi_execute_strategy` (~134 tokens)

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.

Input parameters:

- `api_key` (string, required): Premium API key for execution access
- `confirm` (boolean, required): 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, required): Strategy ID from a previous defi_simulate_strategy call

### `defi_quick_swap` (~214 tokens)

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.

Input parameters:

- `amount` (string, required): 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, required): 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, required): Token to buy: symbol (ETH, USDC, WETH) or contract address

### `defi_check_positions` (~125 tokens)

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.

Input parameters:

- `chain` (string): Chain: 'base' (default), 'ethereum', 'arbitrum'
- `protocols` (array): Filter to specific protocols: ['aave', 'uniswap', 'aerodrome']. Default: all.
- `wallet` (string, required): Wallet address to check (0x...)

### `defi_get_yields` (~108 tokens)

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.

Input parameters:

- `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.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 20
- 2026-07-31: 5
- 2026-07-30: 26
- 2026-07-28: 24
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@thryx/defi-orchestrator-mcp-server
- Socket report: https://socket.dev/npm/package/@thryx/defi-orchestrator-mcp-server
- Repository: https://github.com/lordbasilaiassistant-sudo/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-defi-orchestrator/thryx-defi-orchestrator-mcp-server
