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 (string, optional)
Get quotes for specific cryptocurrencies. Parameters: symbol (string), convert (string, optional)
Get metadata for cryptocurrencies. Parameters: symbol (string)
Get market pairs for a cryptocurrency. Parameters: symbol (string)
Get historical OHLCV data. Parameters: symbol (string), time_period (string, optional)
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 (string, optional)
Get Fear & Greed Index data. Parameters: limit (number, optional)