The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.
A Claude Code plugin that installs the Yield.xyz skill and auto-registers the MCP server in one command.
/plugin marketplace add stakekit/agentkit
/plugin install yield_agentkit_agent@agentkitStandalone skills, can be installed independently.
npx skills add https://github.com/stakekit/agentkit| Skill | Description |
|---|---|
yield-agentkit |
Yield discovery and transaction building via the Yield.xyz MCP |
yield-agentkit-moonpay |
End-to-end yield flow — Yield.xyz discover yields and builds transactions, MoonPay signs and broadcasts |
The Yield.xyz AgentKit MCP Server exposes 7 tools that give Claude live access to on-chain yield data, transaction building, and portfolio management across 80+ networks.
Endpoint: https://mcp.yield.xyz/mcp
claude mcp add --transport http yield-agentkit https://mcp.yield.xyz/mcpAdd to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"yield-agentkit": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.yield.xyz/mcp"]
}
}
}→ Full connection guide and all methods
Yield.xyz AgentKit is a software tool for discovering yield opportunities and constructing transactions via the Yield.xyz infrastructure. It is not a financial advisor. Nothing in this repository constitutes investment advice or a recommendation to transact in any digital asset.
All actions are initiated at your sole discretion. Digital assets and DeFi involve substantial risk, including potential total loss of funds. Only use funds you can afford to lose.
By using these tools, you acknowledge and accept these risks.
