Skip to main content
Finance & FintechPython

kukapay/ethereum-validator-queue-mcp

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

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kukapay/ethereum-validator-queue-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
kukapay