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.From its SKILL.md
npx -y skills add bundie-fi/skills --skill bundie-yield-developerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 270 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 2 files
9.5 KB alongside SKILL.md
references/
- api-reference.md9.5 KB
- examples.md0 B