A 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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"coin-api-mcp": {
"args": [
"-y",
"coin-api-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A 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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'coin-api-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked coin-api-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Coin_api_mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A 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.
listing-coins - Fetches a paginated list of all active cryptocurrencies with the latest market data.
start (integer, optional): Offset the start (1-based index) of the paginated list of items to return.limit (integer, optional): Number of results to return (default: 10, max: 5000).price_min (number, optional): Minimum USD price to filter results.price_max (number, optional): Maximum USD price to filter results.market_cap_min (number, optional): Minimum market cap to filter results.market_cap_max (number, optional): Maximum market cap to filter results.convert (string, optional): Calculate market quotes in multiple currencies.sort (string, optional): Field to sort the list of cryptocurrencies by.sort_dir (string, optional): Direction to order cryptocurrencies (asc or desc).get-coin-info - Retrieves detailed information about a specific cryptocurrency.
id (string, optional): One or more comma-separated CoinMarketCap cryptocurrency IDs.slug (string, optional): A comma-separated list of cryptocurrency slugs.symbol (string, optional): One or more comma-separated cryptocurrency symbols.get-coin-quotes - Fetches the latest market quotes for one or more cryptocurrencies.
id (string, optional): One or more comma-separated cryptocurrency CoinMarketCap IDs.slug (string, optional): A comma-separated list of cryptocurrency slugs.symbol (string, optional): One or more comma-separated cryptocurrency symbols.To install Cryptocurrency Data for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install coin-api-mcp --client claude
Clone this repository and build and install the program with your default Python interpreter (recommended).
git clone https://github.com/longmans/coin_api_mcp.git
cd coin_api_mcp
uv build
uv pip install .
After installation, you can run it as a script using:
python -m coin_api_mcp
The server requires a CoinMarketCap API key to function. You can obtain one from CoinMarketCap's website. The API key can be provided in two ways:
export COINMARKETCAP_API_KEY=your_api_key_here
python -m coin_api_mcp --api-key=your_api_key_here
Add to your Claude settings:
"mcpServers": {
"coin_api": {
"command": "python",
"args": ["-m", "coin_api_mcp"]
},
"env": {
"COINMARKETCAP_API_KEY": "your_api_key_here"
}
}
If you see any issue, you may want to use the full path for the Python interpreter you are using. You can do a which python to find out the exact path if needed.
Remember to set the COINMARKETCAP_API_KEY environment variable or provide it via the --api-key argument.
You can use the MCP inspector to debug the server
We encourage contributions to help expand and improve Coin MCP Server. Whether you want to add new search capabilities, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make Coin MCP Serve