🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thryx/defi-orchestrator-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thryx/defi-orchestrator-mcp-server

MCP server for multi-step DeFi strategy orchestration — simulate, execute, and monitor compound DeFi strategies with safety rails

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@thryx/defi-orchestrator-mcp-server

Multi-step DeFi strategy orchestration for AI agents on Base/EVM. Simulate and execute compound strategies with built-in safety rails.

Installation

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

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "defi-orchestrator": {
      "command": "npx",
      "args": ["@thryx/defi-orchestrator-mcp-server"],
      "env": {
        "THRYX_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionTier
defi_simulate_strategySimulate a multi-step DeFi strategy from natural language with gas estimates and risk assessmentFree
defi_execute_strategyExecute a previously simulated strategy on-chain (requires confirm=true)Pro
defi_quick_swapSingle token swap with best execution across Uniswap V3 and AerodromePro
defi_check_positionsCheck all DeFi positions for a wallet — Aave, tokens, portfolio summaryFree
defi_get_yieldsDiscover top yield opportunities across DeFi protocols on BaseFree

Environment Variables

VariableRequiredDescription
RPC_URLNoRPC endpoint (default: Base mainnet)
DEPLOYER_PRIVATE_KEYNoFor executing strategies and swaps
THRYX_API_KEYNoPremium API key for execution access

Supported Chains

  • Base (8453) — default
  • Ethereum (1)
  • Arbitrum One (42161)

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts