Install
$ agentstack add mcp-stakekit-agentkit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Yield.xyz AgentKit — Claude Plugin & Skills
[](https://claude.ai/code) [](https://claude.ai/code) [](https://github.com/stakekit/agentkit)
The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.
What's in this repo
Yield.xyz AgentKit Claude Plugins
Five composable plugins in one marketplace. Each installs its skill; the base and builder auto-register the Yield.xyz MCP, and the connectors inherit it from the base (MoonPay additionally needs the MoonPay MCP via guided setup). Start with the base plugin, then add a connector for your wallet/execution provider.
/plugin marketplace add stakekit/agentkit
| Plugin | Install | What it adds | |---|---|---| | yield-xyz-agentkit (base) | /plugin install yield-xyz-agentkit@agentkit | Discover yields + build transactions, bring your own signer | | yield-xyz-agentkit-builder | /plugin install yield-xyz-agentkit-builder@agentkit | Generate Yield.xyz integration code | | yield-xyz-agentkit-privy | /plugin install yield-xyz-agentkit-privy@agentkit | Sign + broadcast via Privy agentic wallets | | yield-xyz-agentkit-moonpay | /plugin install yield-xyz-agentkit-moonpay@agentkit | Sign + broadcast via MoonPay | | yield-xyz-agentkit-robinhood | /plugin install yield-xyz-agentkit-robinhood@agentkit | Discover + act on yields on Robinhood Chain (mainnet, chain ID 4663) — chain config + wallet funding |
The Privy, MoonPay, and Robinhood Chain connectors depend on the base:
/plugin install yield-xyz-agentkit-privy@agentkit # also installs yield-xyz-agentkit
Yield.xyz AgentKit Claude Skills
Prefer per-skill installation without the plugin/MCP wiring? Install any skill standalone and pick interactively:
npx skills add https://github.com/stakekit/agentkit
See [plugins/README.md](./plugins/README.md) for the per-plugin breakdown, individual skill descriptions, and a feature comparison.
Yield.xyz AgentKit MCP Server
The Yield.xyz AgentKit MCP Server exposes a suite of 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
Option 1: Connect via Claude Code
claude mcp add --transport http yield-xyz-agentkit https://mcp.yield.xyz/mcp
Option 2: Connect via Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"yield-xyz-agentkit": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.yield.xyz/mcp"]
}
}
}
→ Full connection guide and all methods
Security & custody
Yield.xyz is SOC 2 compliant (trust.yield.xyz). The agent never takes custody of funds — it only constructs unsigned transactions that your wallet signs and broadcasts.
Risk Disclosure
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.
Resources
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: stakekit
- Source: stakekit/agentkit
- License: MIT
- Homepage: https://docs.yield.xyz/docs/agents-overview
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.