evm-rpc-mcp-server
If you are the rightful owner of evm-rpc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RPC MCP Server is a Model Context Protocol server implementation for interacting with EVM-compatible RPC endpoints, providing a standardized interface for AI models to interact with Ethereum and EVM-compatible blockchains.
eth_blockNumber
Get the current block number
eth_getBalance
Check the account balance
eth_getTransactionCount
Get transaction count (nonces)
eth_getBlockByNumber
Search block information
eth_getTransactionByHash
Get transaction details
eth_call
Execute contract calls
trace_transaction
Track transactions