MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Geth Proxy

Geth Proxy

John0n1byJohn0n1
•
2
•
API Development
Developer Tools
Data Science & ML

Bridges Ethereum JSON-RPC queries from Geth nodes to the Model Context Protocol (MCP) ecosystem.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

Geth Proxy is a Node.js-based proxy server designed to seamlessly integrate Ethereum blockchain data with Model Context Protocol (MCP) enabled applications, such as AI models or decentralized systems. It acts as an intermediary, transforming a wide range of Ethereum RPC methods into MCP-compatible 'tools'. This setup ensures secure, schema-validated, and potentially rate-limited access to blockchain data, abstracting direct Geth RPC exposure and providing formatted responses with both hexadecimal and decimal values for easier consumption.

Key Features

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.

Use Cases

01Building decentralized applications that require controlled and schema-validated access to Geth RPC.
02Securely exposing specific Ethereum node functionalities to external systems without direct Geth RPC exposure.
03Integrating AI models with real-time or historical Ethereum blockchain data.