Summary
Current prices instead of remembered ones.
A model's idea of what Bitcoin costs is whenever it was trained. One call fixes that, and the batch form prices fifty tokens at once rather than fifty round trips.
What it is
An MCP server for cryptocurrency market data powered by CoinGecko. It resolves a symbol like BTC to its CoinGecko ID and returns the price with 24-hour change, market cap and volume, plus token detail and history.
What you get
- The current price of one token in any quote currency
- Up to 50 tokens priced in a single call
- 24-hour change, market cap and volume alongside each price
- A market overview across the whole market
- Token detail, including the all-time high
- Symbols such as BTC, ETH and SOL resolved to CoinGecko IDs automatically
Requirements
Python with uvx or pip. The documented run line names crypto-data-mcp, which PyPI does not have. No account and no API key.
