Back to MCP Servers
Ethereum Validator Queue
An MCP server that tracks Ethereum’s validator activation and exit queues in real time.
finance-fintech
By kukapay
Installation
npx -y ethereum-validator-queue-mcpConfiguration
{
"mcpServers": {
"ethereum-validator-queue-mcp": {
"command": "npx",
"args": ["-y", "ethereum-validator-queue-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes