eth-rpc-mcp-server

jeffdoubleyou/eth-rpc-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated 2d ago
MCP server for Ethereum RPC calls with round-robin RPC pool and health checks
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eth-rpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jeffdoubleyou/eth-rpc-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for Ethereum RPC calls with **round-robin RPC pool** and **automatic health checks**. Supports any EVM-compatible chain. - **No single RPC bottleneck** — rotates across multiple endpoints - **Automatic failover** — unhealthy endpoints are skipped - **Any EVM chain** — just configure the RPC URLs

Tools (18)

ETH_CHAIN_IDSETH_RPC_URLSHEALTH_CHECK_INTERVALeth_blockNumbereth_calleth_chainIdeth_getBalanceeth_getCodeeth_getLogseth_getStorageAteth_getTransactionByHasheth_getTransactionCounteth_getTransactionReceipteth_sendRawTransactionnet_versionrpc_pool_statussignedTxtxHash