Bundie Yield Developer

Integrate Bundie yield routing into applications and agents. API reference, code examples, and integration patterns for developers building on Bundie. Use when a developer asks about Bundie API, SDK, or integration.

bundie-fi 5235f3a 3 files · 10.8 KB Updated

File contents

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

bundie-fi/skills/tree/main/skills/bundie-yield-developer commit 5235f3a64c

Frequently asked questions

npx skillmds@latest add bundie-fi/bundie-yield-developer