Skip to main content
Glama

Server Details

Eigenlayer - 8 tools for staking, delegation, and rewards data

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/eigenlayer-mcp
GitHub Stars
0
Server Listing
Eigenlayer MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 8 tool updates
    • First observedadmin
    • First observedAdminChanged
    • First observedBeaconUpgraded
    • First observedchangeAdmin
    • First observedimplementation
    • First observedUpgraded
    • First observedupgradeTo
    • First observedupgradeToAndCall

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools have distinct purposes: admin and implementation are getters, changeAdmin, upgradeTo, and upgradeToAndCall are setters, and AdminChanged, BeaconUpgraded, and Upgraded are event subscriptions. However, admin and changeAdmin could be slightly confusing as they both relate to admin functionality, but their descriptions clarify one is a getter and the other a setter.

Naming Consistency2/5

Naming is inconsistent with mixed conventions: admin and implementation use lowercase, changeAdmin and upgradeTo use camelCase, upgradeToAndCall uses camelCase with 'And', and event names like AdminChanged and BeaconUpgraded use PascalCase. This lack of a uniform pattern makes the set harder to navigate.

Tool Count4/5

With 8 tools, the count is reasonable for managing a smart contract's admin and upgrade functions, covering core operations like getting/setting admin and implementation, and handling events. It's slightly lean but sufficient for the apparent scope.

Completeness4/5

The tool set covers key aspects of contract management: reading admin and implementation, changing admin, upgrading implementation, and subscribing to relevant events. A minor gap is the lack of tools for broader contract interaction (e.g., pausing or ownership transfer), but the core upgrade lifecycle is well-covered.