Ethereum RPC
Enables AI models to interact with Ethereum blockchain data via JSON-RPC calls.
Acerca de
This project provides a Model Context Protocol (MCP) server that acts as a bridge between AI models and EVM blockchains, allowing seamless access to on-chain data and functionality through standardized JSON-RPC interfaces. By leveraging the MCP SDK, it supports all Ethereum JSON-RPC calls, enabling AI assistants like Cursor or Claude to query block numbers, check account balances, retrieve contract information, and examine transaction details. The server also includes special support for Zircuit-specific RPC methods, enhancing its utility for monitoring transaction quarantine status on Zircuit networks. Future plans include extending functionality to support indexed blockchain data APIs, multi-chain support, a client implementation, and server analytics.
Características Principales
- Enables AI models to interact with blockchain data
- Compatible with AI assistants like Cursor and Claude
- 10 GitHub stars
- Supports all Ethereum JSON-RPC calls
- Includes special support for Zircuit-specific RPC methods
- Leverages the MCP SDK
Casos de Uso
- Checking ETH balance of an address
- Querying current block number
- Retrieving transaction details