01Provides a fallback 'ethCallRaw' tool for invoking any unsupported Ethereum JSON-RPC method.
02Supports a comprehensive range of Ethereum RPC methods, including core, admin, and debug functionalities.
03Registers Ethereum RPC methods as MCP tools with defined schemas and handlers.
041 GitHub stars
05Automatically converts hexadecimal values to decimal for improved readability in responses.
06Enforces security by disabling transaction broadcasting by default, with an optional environment variable to enable it.