# Agentkit

> The official tooling for Yield.xyz AgentKit — a Claude Code plugin, standalone skills, and connection guides for the Yield.xyz AgentKit MCP Server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-stakekit-agentkit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stakekit](https://agentstack.voostack.com/s/stakekit)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [stakekit](https://github.com/stakekit)
- **Source:** https://github.com/stakekit/agentkit
- **Website:** https://docs.yield.xyz/docs/agents-overview

## Install

```sh
agentstack add mcp-stakekit-agentkit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

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

```bash
/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:

```bash
/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:

```bash
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

```bash
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**):

```json
{
  "mcpServers": {
    "yield-xyz-agentkit": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.yield.xyz/mcp"]
    }
  }
}
```

→ [Full connection guide and all methods](https://docs.yield.xyz/docs/mcp-server)

---

## Security & custody

Yield.xyz is **SOC 2 compliant** ([trust.yield.xyz](https://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

- [Yield.xyz AgentKit Docs](https://docs.yield.xyz/docs/agents-overview)
- [MCP Tool Reference](https://docs.yield.xyz/docs/tool-reference)

## 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](https://github.com/stakekit)
- **Source:** [stakekit/agentkit](https://github.com/stakekit/agentkit)
- **License:** MIT
- **Homepage:** https://docs.yield.xyz/docs/agents-overview

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-stakekit-agentkit
- Seller: https://agentstack.voostack.com/s/stakekit
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
