
Eigenlayer Mcp
- Updated March 29, 2026
- junct-bot/eigenlayer-mcp
io.github.junct-bot/eigenlayer-mcp is a MCP server that offers eight tools for EigenLayer staking, delegation, and rewards data.
About
io.github.junct-bot/eigenlayer-mcp exposes EigenLayer restaking context through eight Model Context Protocol tools aimed at staking, delegation, and rewards information. developers creating operator dashboards, staking education products, or internal research agents can register the hosted remote and let their LLM-backed editor reason over structured EigenLayer data instead of scraping docs manually. Skillselion shelves this under build → integrations because the primary job is plugging a live protocol feed into your codebase or agent runtime. pricing work applies when you model yield or delegation incentives before shipping. analytics scenarios include summarizing rewards trends for a newsletter or in-app insights. Complexity is intermediate: fewer tools than large DEX servers, but restaking concepts still demand careful interpretation. The server delivers read-style protocol intelligence via MCP; it does not replace wallet custody, slashing risk analysis, or legal advice on staking products.
- Eight MCP tools focused on staking, delegation, and rewards data
- Streamable-HTTP remote at eigenlayer.mcp.junct.dev
- Supports agent-led research on restaking economics without custom indexer setup
- Version 1.1.0 with published GitHub repository for review
- Finance-oriented telemetry for EigenLayer—not generic Ethereum JSON-RPC
Eigenlayer Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http eigenlayer-mcp https://eigenlayer.mcp.junct.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | March 29, 2026 |
| Repository | junct-bot/eigenlayer-mcp ↗ |
What it does
Connect EigenLayer staking, delegation, and rewards data into your agent so you can build restaking dashboards or research tools faster.
Who is it for?
Best when you're prototyping restaking analytics, delegation UIs, or agent copilots that need EigenLayer-specific metrics in the loop.
Skip if: Institutional staking operations that need direct validator control, custom SLAs, and compliance reporting outside a general MCP data layer.
What you get
With the EigenLayer MCP remote configured, your agent can surface staking and rewards-oriented tool results while you design and integrate restaking features.
- Eight EigenLayer-focused MCP tools available in agent sessions
- Delegation and rewards data accessible during integration work
- Faster restaking feature research without a custom data pipeline
By the numbers
- 8 MCP tools for staking, delegation, and rewards
- Server version 1.1.0
- Remote URL: https://eigenlayer.mcp.junct.dev/mcp
README.md
Eigenlayer MCP Server
MCP server for Eigenlayer. Agent-ready API for Eigenlayer.
Hosted at eigenlayer.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for the crypto stack.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"eigenlayer": {
"url": "https://eigenlayer.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Eigenlayer API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Eigenlayer
- Endpoint:
https://eigenlayer.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: eigenlayer.mcp.junct.dev/llms.txt
- Server card: eigenlayer.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Eigenlayer, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
EigenLayer restaking data MCP, not a validator deployment skill or generic Ethereum staking tutorial.
FAQ
Who is io.github.junct-bot/eigenlayer-mcp for?
Developers building restaking-related apps or agents who want EigenLayer delegation and rewards data through standard MCP tooling.
When should I use io.github.junct-bot/eigenlayer-mcp?
Use it during build or validate when features depend on EigenLayer staking, delegation, or rewards context fetched by your coding agent.
How do I add io.github.junct-bot/eigenlayer-mcp to my agent?
Configure your MCP client with https://eigenlayer.mcp.junct.dev/mcp as a streamable-HTTP remote and restart to load the eight tools.