EigenLayer MCP Server
Official基于 Next.js 构建的 EigenLayer MCP 服务器
特征
通过 MCP 向 Claude 或其他 AI 助手提供 EigenLayer 文档
在本地作为独立服务器运行,或在 Vercel 上作为无服务器功能运行
受到此处初步测试的启发。克隆自Vercel Next.js MCP 模板
使用 Claude 测试公共端点:
通过以下命令将实时 URL 添加到 Claude(在任何文件夹中):
claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse安装Claude Code 。运行命令
claude进入 Claude Code 并确认 mcp 服务器已添加使用类似“您能解释一下 EigenLayer 的重新质押机制是如何运作的吗?”这样的查询进行测试。
本地构建、运行和测试
在终端窗口 1 中
rm -rf .next node_modules .vercel
pnpm store prune
pnpm install
pnpm build
pnpm dev
node scripts/test-client.mjs https://localhost:3000在终端窗口 2 中使用 MCP Inspector 进行测试
npx @modelcontextprotocol/inspector node public/index.js此处有附加说明。
Related MCP server: MCP Ethers Wallet
添加到克劳德代码
claude mcp add(然后按照屏幕上的说明进行操作)
示例客户端
script/test-client.mjs包含一个用于尝试调用的示例客户端。
node scripts/test-client.mjs http://localhost:3000安全漏洞
请将安全漏洞报告至security@eigenlabs.org 。请勿通过 Github Issues 报告安全漏洞。
免责声明
🚧 EigenLayer MCP 服务器正在积极开发中,尚未经过审计。EigenLayer MCP 服务器正在快速升级,可能会添加、移除功能,或以其他方式改进或修改,界面也可能会发生重大变更。EigenLayer MCP 服务器仅供测试使用,请勿用于生产环境。EigenLayer MCP 服务器按“原样”提供,Eigen Labs, Inc. 不保证其功能,也不提供生产环境使用支持。🚧
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.193MIT
- AlicenseDqualityDmaintenanceA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.544114MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.38155MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI agents to Dune Analytics data, providing access to DEX metrics, EigenLayer statistics, and Solana token balances through structured tools.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Layr-Labs/eigenlayer-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server