logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cg-data-proxy-mcp

A robust Model Context Protocol server acting as a gateway to the public CoinGecko API, facilitating real-time acquisition of digital asset market statistics and enabling dynamic invocation of its comprehensive API functionalities. Optimized for seamless integration within advanced computational and AI frameworks.

Author

cg-data-proxy-mcp logo

nic0xflamel

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 1500
Tools 1
Last Updated 2026-02-19

Tags

cryptocurrencycoingeckonic0xflamelnic0xflamel coingeckocoingecko apicryptocurrency data

CoinGecko Data Access Proxy (MCP Server)

smithery integration status

This utility furnishes a Model Context Protocol (MCP) service endpoint that functions as an intermediary for the official CoinGecko REST API, version 3. It empowers intelligent agents (such as those in developer environments like Cursor) to interface with CoinGecko's data endpoints via the standardized OpenAPI contract.

Core Capabilities

  • Adheres strictly to the Model Context Protocol standard for structured interaction.
  • Leverages the definitive CoinGecko API v3 documentation (Reference).
  • Dynamically provisions callable methods by parsing the exposed OpenAPI schema.
  • Designed for local deployment and straightforward configuration within various AI execution contexts (e.g., Cursor, Claude Desktop).

Deployment Instructions

Automated Setup via Smithery

To incorporate the CoinGecko API Server into your Claude Desktop instance automatically using the Smithery ecosystem:

bash npx -y @smithery/cli install @nic0xflamel/coingecko-mcp-server --client claude

Manual Configuration Snippet

Integrate the following configuration block into your environment's settings file:

{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": [
        "-y",
        "@nic0xflamel/coingecko-mcp-server"
      ]
    }
  }
}

Licensing

This software is distributed under the MIT License. Ensure you include a formal LICENSE file in the project root.

See Also

`