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.
The RPC MCP Server is designed to facilitate seamless interaction with Ethereum and EVM-compatible blockchains through a standardized interface. It allows AI models to perform various blockchain operations such as retrieving block information, checking account balances, and making contract calls. The server supports any EVM-compatible RPC endpoint, making it versatile for different blockchain environments. With prerequisites like Node.js and npm, users can easily set up and configure the server to connect to their desired blockchain network. The server's integration with Cursor MCP Configuration further enhances its utility by making essential blockchain tools readily available for use.
Features
- Support for any EVM-compatible RPC endpoint
- Get current block number
- Check account balances
- Get transaction counts (nonces)
- Retrieve block information
Tools
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