Back to MCP Servers

Ethereum Validator Queue

An MCP server that tracks Ethereum’s validator activation and exit queues in real time.

finance-fintech

Installation

npx -y ethereum-validator-queue-mcp

Configuration

{
  "mcpServers": {
    "ethereum-validator-queue-mcp": {
      "command": "npx",
      "args": ["-y", "ethereum-validator-queue-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub