Skip to content

stakekit/agentkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yield.xyz Agent — Claude Plugin & Skills

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


What's in this repo

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_xyz_agent@stakekit

Standalone Claude Code skills — install individually without the plugin.

Skill Description
yield-xyz Yield discovery and transaction building via the Yield.xyz MCP
yield-xyz-moonpay End-to-end yield flow — Yield.xyz builds transactions, MoonPay signs and broadcasts

MCP Server

The Yield.xyz 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

Connect via Claude Code

claude mcp add --transport http yield-xyz https://mcp.yield.xyz/mcp

Connect via Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config):

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

Full connection guide and all methods


Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors