Bundie Developer Integration
Bundie exposes DeFi yield routing as MCP tools that any AI agent can call. This skill helps developers integrate Bundie into their own agents and applications.
Intent Routing
| Developer Intent | Reference | Example |
|---|---|---|
| Understand the API | api-reference.md | "What tools does Bundie expose?" |
| See integration examples | examples.md | "Show me how to build a yield agent" |
| Set up MCP connection | api-reference.md | "How do I connect to Bundie MCP?" |
| Build a custom agent | examples.md | "Build a trading bot that sweeps to yield" |
Quick Start
Connect via MCP (Claude Desktop / Cursor)
Add to your MCP config (no API keys needed):
{
"mcpServers": {
"bundie": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.bundie.fi/evm"]
}
}
}
Install as Agent Skill
npx skills add bundie-fi/mcp