This repository hosts a Model Context Protocol server providing access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve listings, quotes, and detailed information about various coins. This repository hosts
This Model Context Protocol (MCP) server provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve listings, quotes, and detailed coin information.
Install via Smithery or by cloning the repository, building with uv build
, and installing with uv pip install .
. Run the server using python -m coin_api_mcp
.
Requires a CoinMarketCap API key, set via the COINMARKETCAP_API_KEY
environment variable or the --api-key
command-line argument. Configure for Claude.app by adding the server details to your Claude settings, ensuring the API key is set.
Contributions are welcome.
Licensed under the MIT License.
longmans/coin_api_mcp
December 14, 2024
March 26, 2025
Python