EigenLayer MCP Server
OfficialNext.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/sseClaude 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 Serverは現在開発中であり、監査は実施されていません。EigenLayer MCP Serverは頻繁にアップグレードが行われており、機能の追加、削除、その他の改善や変更が行われる可能性があり、インターフェースには互換性を破る変更が加えられる可能性があります。EigenLayer MCP Serverはテスト目的でのみ使用し、本番環境では使用しないでください。EigenLayer MCP Serverは「現状有姿」で提供され、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