Analytics · MODEL CONTEXT PROTOCOL

0xKoda eth mcp

an MCP for querying the EVM

WHAT IT CONNECTS

0xKoda eth mcp 为 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

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。