CoinGecko MCP
MCP server for CoinGecko cryptocurrency data — prices, market caps, and trading volumes via the Model Context Protocol.
CoinGecko MCP is an MCP server that connects AI agents to the CoinGecko cryptocurrency data platform. It exposes structured tools for querying real-time prices, market capitalizations, trading volumes, and other token-level metrics. By wrapping the CoinGecko API through the Model Context Protocol, it allows MCP-compatible clients to retrieve and reason over crypto market data without manual API interaction.
The server covers a broad range of CoinGecko endpoints, enabling agents to pull current spot prices, historical price charts, market cap rankings, and volume breakdowns across thousands of supported tokens. This makes it useful for research workflows where an AI agent gathers market context, compares token performance, or monitors price movements as part of a larger analytical pipeline.
Setup involves configuring the MCP server with your CoinGecko API credentials and registering it with an MCP-compatible client such as Claude Desktop. Once connected, the server translates natural tool calls into CoinGecko API requests and returns structured responses. Users should verify data accuracy against the CoinGecko web interface before relying on it for any trading decisions.