
Defi Orchestrator
Orchestrate multi-step DeFi strategies—swaps, lending, and yield flows on Base/EVM—through your agent instead of bespoke scripts.
Overview
io.github.lordbasilaiassistant-sudo/defi-orchestrator is a MCP server for the Build phase that orchestrates multi-step DeFi swaps, lending, and yield strategies on Base and EVM from your agent.
What is this MCP server?
- Multi-step strategy orchestration across swaps, lending, and yield on EVM
- Targets Base mainnet by default via configurable RPC_URL
- On-chain execution path uses DEPLOYER_PRIVATE_KEY (high privilege)
- stdio npm package @thryx/defi-orchestrator-mcp-server v1.0.2
- THRYX_API_KEY unlocks premium execution access
- Server schema version 1.0.2 with stdio transport
- 3 required secret-related environment variables including DEPLOYER_PRIVATE_KEY
- npm package identifier @thryx/defi-orchestrator-mcp-server
Community signal: 1 GitHub stars.
What problem does it solve?
Chaining DeFi protocol calls across swaps and lending by hand does not scale when your only teammate is an AI agent.
Who is it for?
Builders prototyping agent-driven treasuries, yield workflows, or DeFi backends on Base with a dedicated hot wallet.
Skip if: Passive portfolio tracking, non-custodial UX-only apps, or anyone unwilling to custody a deployer private key on the MCP host.
What do I get? / Deliverables
Your agent can propose and execute structured DeFi strategy steps over MCP instead of ad-hoc wallet scripts.
- Executed or simulated multi-step DeFi strategy flows across configured protocols
- Agent-callable orchestration tools for swaps, lending, and yield operations
- Chain-backed responses suitable for logging in build-phase integration tests
Recommended MCP Servers
Journey fit
Composing on-chain product behavior happens while you are building integrations, before production hardening and launch. This server wires external DeFi protocols into the agent runtime as an integration layer, not frontend or docs work.
How it compares
DeFi execution MCP integration, not a no-key portfolio dashboard or static agent skill.
Common Questions / FAQ
Who is defi-orchestrator for?
Solo developers building AI agents or automations that need to compose real on-chain DeFi actions on Base and other EVM chains.
When should I use defi-orchestrator?
Use it while building integrations when you need repeatable multi-step swap, lend, or yield flows invoked from your coding agent.
How do I add defi-orchestrator to my agent?
Install @thryx/defi-orchestrator-mcp-server, register the stdio MCP server in your host, and set RPC_URL, THRYX_API_KEY, and DEPLOYER_PRIVATE_KEY in the environment.