EigenLayer MCP Server

Integrations

  • Runs as a standalone server locally or as a serverless function on Vercel built with Next.js framework

  • Enables deployment as a serverless function on Vercel's platform with a public endpoint that can be accessed by Claude

Next.js 上に構築された EigenLayer MCP サーバー

特徴

  • MCP 経由で Claude や他の AI アシスタントに EigenLayer ドキュメントを提供します
  • ローカルでスタンドアロンサーバーとして実行するか、Vercel 上のサーバーレス関数として実行します。

こちらの初期テストからインスピレーションを得ました。Vercel Next.js MCPテンプレートからクローンしました。

Claude を使用してパブリック エンドポイントをテストします。

  1. 次のコマンドを使用して、ライブ URL を Claude に追加します (任意のフォルダー内)。
    claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse
  2. Claude Codeをインストールします。コマンドclaudeを実行してClaude Codeに入り、mcpサーバーが追加されたことを確認します。
  3. 「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

追加メモはここに

クロード・コードに追加

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.は本番環境での機能性を保証またはサポートいたしません。🚧

-
security - not tested
A
license - permissive license
-
quality - not tested

Claude のような AI アシスタントに EigenLayer ドキュメントを提供し、EigenLayer の概念と機能との自然言語による対話を可能にするモデル コンテキスト プロトコル サーバー。

  1. Features
    1. Test the public endpoint with Claude:
      1. Build, Run, Testing Locally
        1. Add to Claude Code
        2. Sample Client
        3. Security Bugs
        4. Disclaimer
      ID: laye4p6fwd