Analytics · MODEL CONTEXT PROTOCOL

0xKoda eth mcp

an MCP for querying the EVM

WHAT IT CONNECTS

What 0xKoda eth mcp gives an AI Agent

  • **eth_getCode**: Retrieve the code at a specific Ethereum address
  • **eth_gasPrice**: Get the current gas price on the Ethereum network
  • **eth_getBalance**: Check the balance of an Ethereum account
  • First, clone this repository:
  • Go to Cursor settings → MCP → Add new MCP server
  • Enter a name (e.g., "eth-mcp")
  • Select "command" as the type
  • Input the full path to the script:
  • Click "Add" to enable the server
  • Input the command and path
  • The Inspector will connect to your running MCP server and display available tools.
  • View available tools and their descriptions
  • Test each tool with different parameters
  • See the responses in a structured format
  • Debug any issues with your MCP server implementation
  • Select the tool in the Inspector interface
  • Enter a valid Ethereum address (e.g., `0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045` - Vitalik's address)
  • Use the default block parameter (`latest`)
  • Submit the request and view the response
  • Claude Desktop
  • Claude Code
  • Cursor (instructions above)
  • Cline
  • Other MCP-compatible applications

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.