EigenLayer/eigenlayer-mcp-server
Built by Metorial, the integration platform for agentic AI.
EigenLayer/eigenlayer-mcp-server
Server Summary
Query EigenLayer documentation
Integrate with AI tools like Claude
Run as a standalone server locally
Deploy as a serverless function on Vercel
Inspired by initial testing here. Cloned from Vercel Next.js MCP template
claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse
claude
to enter Claude Code and confirm the mcp server is addedIn 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.
claude mcp add
(then follow on screen instructions)
script/test-client.mjs
contains a sample client to try invocations.
node scripts/test-client.mjs http://localhost:3000
Please report security vulnerabilities to [email protected]. Do NOT report security bugs via Github Issues.
š§ 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. š§