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
ターミナルウィンドウ2でMCP Inspectorでテストする
追加メモはここに。
クロード・コードに追加
(その後は画面の指示に従ってください)
サンプルクライアント
script/test-client.mjs
には、呼び出しを試すためのサンプル クライアントが含まれています。
セキュリティバグ
セキュリティ上の脆弱性については、 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
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude のような AI アシスタントに EigenLayer ドキュメントを提供し、EigenLayer の概念と機能との自然言語による対話を可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.Last updated -40605TypeScriptMIT License
- AsecurityFlicenseAqualityA starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.Last updated -169TypeScript
- AsecurityAlicenseAqualityA 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.Last updated -2519PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that bridges AI assistants like Claude with Wordware's specialized agent capabilities, allowing dynamic loading and access to any Wordware flow through a standardized interface.Last updated -Python