Skip to main content
Glama

EigenLayer MCP Server

Official
by Layr-Labs

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. 特徴
    1. Claude を使用してパブリック エンドポイントをテストします。
      1. ローカルでビルド、実行、テスト
        1. クロード・コードに追加
        2. サンプルクライアント
        3. セキュリティバグ
        4. 免責事項

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An 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 -
        40
        605
        TypeScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        A 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 -
        1
        6
        9
        TypeScript
        • Apple
      • A
        security
        A
        license
        A
        quality
        A 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 -
        25
        19
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        A 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

      View all related MCP servers

      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