Get the latest cryptocurrency listings from CoinMarketCap, including prices, market cap, and other metrics
Get detailed quotes for specific cryptocurrencies by providing either the slug (e.g., 'bitcoin') or symbol (e.g., 'BTC')
CoinMarket API provides direct access to cryptocurrency market data from CoinMarketCap within your AI assistant. Get real-time information about cryptocurrency listings and specific token quotes without leaving your conversation. This integration allows you to quickly retrieve current market data for thousands of cryptocurrencies, including price, market cap, volume, and other key metrics. Whether you're tracking specific tokens or analyzing market trends, this tool delivers the data you need.
The CoinMarket API integration allows you to access cryptocurrency market data directly from CoinMarketCap. This MCP server implements selected endpoints from the CoinMarketCap API, making it easy to retrieve current cryptocurrency information.
To use this integration, you'll need:
Locate your Claude Desktop configuration file:
~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
Add the following configuration to the file:
"mcpServers": {
"coinmarket_service": {
"command": "uv",
"args": [
"--directory",
"PATH_TO_YOUR_PROJECT_DIRECTORY",
"run",
"coinmarket_service"
],
"env": {
"COINMARKET_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
PATH_TO_YOUR_PROJECT_DIRECTORY
with the actual path where you've cloned the repositoryYOUR_API_KEY_HERE
with your CoinMarketCap API keyOnce installed, you can use the tools to retrieve cryptocurrency market data. For example:
get-currency-listings
toolget-quotes
tool with either a slug (e.g., "bitcoin") or symbol (e.g., "BTC")