ethereum-rpc-mpc
The Ethereum RPC MPC Server is a specialized MCP server that provides AI models with access to Ethereum blockchain information via JSON-RPC interfaces. It facilitates seamless interaction between AI systems and blockchain data, offering specialized features like analytics and support for Zircuit-specific methods.
What is the default RPC URL if none is provided?
The default RPC URL is 'https://eth.llamarpc.com'.
How can I enable analytics for the server?
You can enable analytics by using the MCP Analytics Middleware and passing the --analytics flag along with a path for the Sqlite File.
What are the Zircuit-specific RPC methods supported?
The server supports 'zirc_isQuarantined' and 'zirc_getQuarantined' methods for monitoring transaction quarantine status.
Can the server connect to multiple chains simultaneously?
Multi-chain and multi-RPC support is planned for future versions, allowing connections to multiple chains in a single session.
Is there a client-side implementation available?
A client-side implementation is planned for future development to facilitate easier interaction with the MCP server from various applications.