CoinMarketCap
Summary
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.
Available Actions(3)
listing-coins
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)
get-coin-info
Retrieves detailed information about a specific cryptocurrency. Parameters: id (string, optional), slug (string, optional), symbol (string, optional)
get-coin-quotes
Fetches the latest market quotes for one or more cryptocurrencies. Parameters: id (string, optional), slug (string, optional), symbol (string, optional)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论