Skip to main content
Glama

EigenLayer MCP Server

Official
by Layr-Labs

EigenLayer MCP Server built on Next.js

Features

  • Provides EigenLayer documentation to Claude or other AI assistants via MCP
  • Runs as a standalone server locally or as a serverless function on Vercel

Inspired by initial testing here. Cloned from Vercel Next.js MCP template

Test the public endpoint with Claude:

  1. Add the live URL to Claude via the following command (in any folder):
    claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse
  2. Install Claude Code. Run command claude to enter Claude Code and confirm the mcp server is added
  3. Test with a query like "Can you explain how EigenLayer's restaking mechanism works?"

Build, Run, Testing Locally

In terminal window 1

rm -rf .next node_modules .vercel pnpm store prune pnpm install pnpm build pnpm dev node scripts/test-client.mjs https://localhost:3000

In terminal window 2 Test with MCP Inspector

npx @modelcontextprotocol/inspector node public/index.js

Additional notes here.

Add to Claude Code

claude mcp add

(then follow on screen instructions)

Sample Client

script/test-client.mjs contains a sample client to try invocations.

node scripts/test-client.mjs http://localhost:3000

Security Bugs

Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues.

Disclaimer

🚧 EigenLayer MCP Server is under active development and has not been audited. EigenLayer MCP Server is rapidly being upgraded, features may be added, removed or otherwise improved or modified and interfaces will have breaking changes. EigenLayer MCP Server should be used only for testing purposes and not in production. EigenLayer MCP Server is provided "as is" and Eigen Labs, Inc. does not guarantee its functionality or provide support for its use in production. 🚧

-
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.

A Model Context Protocol server that provides EigenLayer documentation to AI assistants like Claude, enabling natural language interaction with EigenLayer concepts and functionality.

  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

      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
        313
        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