kukapay/ethereum-validator-queue-mcp
An MCP server that tracks Ethereum’s validator activation and exit queues in real time.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/ethereum-validator-queue-mcpClaude 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.