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
- -securityFlicense-qualityA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated -23TypeScript
- -securityFlicense-qualityA Model Context Protocol server that provides AI assistants with structured access to your Logseq knowledge graph, enabling retrieval, searching, analysis, and creation of content within your personal knowledge base.Last updated -45TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.Last updated -12142PythonMIT License
- 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 -2529PythonMIT License