This CoinGecko MCP server, developed by Dennison Bertram and Claude + Anthropic, provides a standardized interface for accessing cryptocurrency data through the CoinGecko Pro API. Built with TypeScript and leveraging the MCP SDK, it offers tools for retrieving coin listings, historical price data, and OHLC candlestick information. The server implements caching and pagination to optimize API usage and performance. By abstracting CoinGecko API interactions into an MCP interface, it enables AI systems to easily incorporate up-to-date cryptocurrency data into their workflows. This implementation is particularly useful for applications involving crypto market analysis, portfolio tracking, and price monitoring, facilitating use cases such as automated trading strategies, investment research, and crypto-economic modeling.
Get a paginated list of supported coins.
Look up CoinGecko IDs for coin names or symbols.
Get historical price, market cap, and volume data.
Get OHLC (Open, High, Low, Close) candlestick data.
Refresh the local coin list cache.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!