CoinMarketCap Universal MCP Server provides access to cryptocurrency data through a comprehensive set of tools that interact with the CoinMarketCap API. It features smart caching to reduce API calls, detailed error handling, and exposes tools for accessing cryptocurrency listings, quotes, exchange information, global market metrics, and the Fear & Greed Index. The implementation is built with TypeScript for type safety and follows a modular design pattern that makes it easy to extend. Particularly valuable for developers and analysts who need real-time cryptocurrency data directly within their Cursor environment.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get latest cryptocurrency listings. Parameters: limit (number), convert (optional string)
Get quotes for specific cryptocurrencies. Parameters: symbol (string), convert (optional string)
Get metadata for cryptocurrencies. Parameters: id (string)
Get market pairs for a cryptocurrency. Parameters: id (string)
Get historical OHLCV data. Parameters: id (string), time_period (optional string)
Convert between cryptocurrencies and fiat currencies. Parameters: amount (number), from (string), to (string)
Get latest exchange listings.
Get detailed exchange information. Parameters: id (string)
Get a map of all exchanges.
Get global cryptocurrency market metrics. Parameters: convert (optional string)
Get Fear & Greed Index data. Parameters: limit (optional number)