Ethereum RPC
Provides a bridge to the Ethereum blockchain for querying contract bytecode, gas prices, and account balances through standard JSO
This Ethereum RPC MCP server provides a bridge to interact with the Ethereum blockchain through standard JSON-RPC calls. Developed by Koda, it exposes three essential tools: eth_getCode for retrieving contract bytecode, eth_gasPrice for checking current gas prices, and eth_getBalance for querying account balances. The implementation uses axios for making HTTP requests to a public Ethereum RPC endpoint (llamarpc) and includes error handling with human-readable responses. Ideal for AI assistants that need to perform basic Ethereum blockchain queries without requiring complex wallet integration.
Source
Repository: https://github.com/0xkoda/eth-mcp
Maintain Ethereum RPC?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Ethereum RPC on getagentictools](https://getagentictools.com/mcp/0xkoda-eth-mcp?ref=badge)