Coin Api MCP
UnclaimedA Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data. This server enables AI-powered applications to retrieve cryptocurrency listings, quotes, and detailed information about various coins.
Install
npx -y @smithery/cli install coin-api-mcp --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
convert
(string, optional): Calculate market quotes in multiple currencies.
get-coin-info
Retrieves detailed information about a specific cryptocurrency.
get-coin-quotes
Fetches the latest market quotes for one or more cryptocurrencies.
id
(string, optional): One or more comma-separated CoinMarketCap cryptocurrency IDs.
limit
(integer, optional): Number of results to return (default: 10, max: 5000).
listing-coins
Fetches a paginated list of all active cryptocurrencies with the latest market data.
market_cap_max
(number, optional): Maximum market cap to filter results.
market_cap_min
(number, optional): Minimum market cap to filter results.
price_max
(number, optional): Maximum USD price to filter results.
price_min
(number, optional): Minimum USD price to filter results.
slug
(string, optional): A comma-separated list of cryptocurrency slugs.
sort
(string, optional): Field to sort the list of cryptocurrencies by.
sort_dir
(string, optional): Direction to order cryptocurrencies (asc or desc).
start
(integer, optional): Offset the start (1-based index) of the paginated list of items to return.
symbol
(string, optional): One or more comma-separated cryptocurrency symbols.