This MCP server, developed by longmans, provides access to CoinMarketCap's cryptocurrency data through a standardized interface. Built with Python and leveraging the MCP library, it offers tools for fetching cryptocurrency listings, detailed coin information, and market quotes. The implementation stands out by supporting various query parameters like price ranges, market cap filters, and sorting options. By abstracting CoinMarketCap's API complexities into an MCP-compatible format, this server enables AI systems to easily retrieve and analyze cryptocurrency market data. It is particularly useful for applications requiring real-time crypto market information, such as portfolio tracking tools, market analysis bots, or AI-powered trading assistants.
Fetches a paginated list of all active cryptocurrencies with the latest market data. Parameters: start (integer, optional), limit (integer, optional), price_min (number, optional), price_max (number, optional), market_cap_min (number, optional), market_cap_max (number, optional), convert (string, optional), sort (string, optional), sort_dir (string, optional)
Retrieves detailed information about a specific cryptocurrency. Parameters: id (string, optional), slug (string, optional), symbol (string, optional)
Fetches the latest market quotes for one or more cryptocurrencies. Parameters: id (string, optional), slug (string, optional), symbol (string, optional)
No reviews yet. Be the first to review!
Sign in to join the conversation