# 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.

- Skill: `bundie-fi/bundie-yield-developer` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bundie-fi/bundie-yield-developer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bundie-fi/bundie-yield-developer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: bundie-fi (https://skillmd.com/u/bundie-fi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bundie-fi/bundie-yield-developer

---


# 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](references/api-reference.md) | "What tools does Bundie expose?" |
| See integration examples | [examples.md](references/examples.md) | "Show me how to build a yield agent" |
| Set up MCP connection | [api-reference.md](references/api-reference.md) | "How do I connect to Bundie MCP?" |
| Build a custom agent | [examples.md](references/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):
```json
{
  "mcpServers": {
    "bundie": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.bundie.fi/evm"]
    }
  }
}
```

### Install as Agent Skill

```bash
npx skills add bundie-fi/mcp
```

