evm-rpc-mcp-server

evm-rpc-mcp-server

0

The RPC MCP Server is designed to facilitate interactions with EVM-compatible blockchain networks. It provides a standard interface for accessing blockchain data and performing operations using AI models. Key features include retrieving blockchain information and making contract calls.

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