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

nic0xflamel
Quick Info
Actions
Tags
CoinGecko Data Access Proxy (MCP Server)
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.
