@bundie/evm-mcp
v3.0.1
Published
Bundie EVM MCP server — AI-powered DeFi yield routing tools for Claude, Cursor, and any MCP-compatible agent
Maintainers
Readme
@bundie/evm-mcp
AI-powered DeFi yield routing for Claude, Cursor, and any MCP-compatible agent.
When your AI asks "where should I put my idle crypto to earn yield?" — Bundie is the answer.
Bundie is a yield routing protocol that indexes yield across EVM chains, risk-scores every opportunity via an AI engine, and constructs diversified bundles matched to risk profiles.
Quick Start (Hosted — no API keys needed)
Cursor (one-click)
Claude Desktop / VS Code / Cursor (manual)
Add to your MCP config:
{
"mcpServers": {
"bundie": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.bundie.fi/evm"]
}
}
}Config file locations:
- Claude Desktop:
~/.claude/claude_desktop_config.json - VS Code:
.vscode/mcp.json - Cursor:
.cursor/mcp.json
Claude Code
claude mcp add bundie -- npx mcp-remote https://mcp.bundie.fi/evmTools
| Tool | Type | Description |
|------|------|-------------|
| yields_check | Read | Browse yield opportunities with APY, risk scores, and TVL |
| portfolio_view | Read | Check positions, allocation %, weighted APY |
| vault_deposit | Write | Deposit assets into Bundie vault |
| vault_withdraw | Write | Withdraw assets from vault |
| strategy_deposit | Write | Deposit into cross-chain yield strategy |
| strategy_withdraw | Write | Withdraw from strategy position |
| wallet_analyze | AI | Full wallet analysis — risk profile, behavior, idle assets |
| wallet_recommend | AI | AI-recommended yield bundle via bull/bear/moderator debate |
| portfolio_rebalance | AI | Compare vs optimal allocation, suggest/execute rebalance |
| wallet_migrate | AI | Find migration opportunities from external DeFi |
| portfolio_preferences | State | Set yield selection rules (max allocation, audited-only, etc.) |
Example
User: "Where should I put my 5000 USDC to earn yield?"
Agent: "Based on your Moderate risk profile, here's the AI-recommended bundle:
- 40% Morpho USDC on Base (9.1% APY, Risk: 92/100)
- 35% Fluid USDC on Scroll (8.5% APY, Risk: 88/100)
- 25% Moonwell USDC on Optimism (7.8% APY, Risk: 95/100)
Blended APY: 8.5%
Want me to deposit?"How It Works
The MCP server connects to Bundie infrastructure:
- Yield Aggregator — indexes opportunities across EVM chains and multiple protocols (Morpho, Fluid, Moonwell, Yearn, Euler, Silo, and more)
- AI Risk Engine — scores every yield source on security, liquidity, maturity, and centralization (0-100)
- Bundle Builder — AI debate system (bull/bear/moderator) constructs diversified allocations matched to your risk profile
All transactions are non-custodial via ERC-4337 smart accounts and Privy server wallets. Cross-chain routing via LayerZero.
Self-Hosting
For developers who want to run their own instance:
npm install @bundie/evm-mcp{
"mcpServers": {
"bundie": {
"command": "npx",
"args": ["-y", "@bundie/evm-mcp"],
"env": {
"BACKEND_URL": "https://backend.bundie.fi",
"BACKEND_API_KEY": "your-key",
"ANALYZER_URL": "https://ai.bundie.fi",
"ANALYZER_API_KEY": "your-key"
}
}
}
}Contact [email protected] for API keys.
Links
License
MIT
