@pipeworx/cryptocompare

Connect: https://gateway.pipeworx.io/cryptocompare/mcp · Install: one-click buttons

Tools: 15

CoinDesk Data (formerly CryptoCompare / CCData) MCP — crypto prices, OHLC history, social stats, news.

The vendor renamed twice: developers.ccdata.io 301s to developers.coindesk.com, and min-api’s own 401 body points callers there. The legacy data host min-api.cryptocompare.com still serves and is what this pack calls; data-api.coindesk.com is the current host.

Status 2026-08-21: the shared platform key is over quota. Every tool authenticates but returns the vendor body "You are over your rate limit please upgrade your account!", which this pack surfaces as {found:false, reason:"rate_limit", …} with a hint pointing at crypto, kraken and FRED. No plan or quota is quoted here because CoinDesk Data’s pricing page no longer publishes one without an account — see https://developers.coindesk.com/pricing/.

Auth

  • Platform: PLATFORM_CRYPTOCOMPARE_KEY. BYO: ?_apiKey=….

Tools

  • price(fsym, tsyms, e?, extraParams?, sign?) — current price (one coin → many fiat)
  • price_multi(fsyms, tsyms, e?, extraParams?, sign?) — current price (many → many)
  • price_full(fsyms, tsyms, e?) — full snapshot (24h vol, etc.)
  • histo_minute(fsym, tsym, limit?, aggregate?, toTs?, e?) — minute OHLC
  • histo_hour(fsym, tsym, limit?, aggregate?, toTs?, e?) — hourly OHLC
  • histo_day(fsym, tsym, limit?, aggregate?, toTs?, e?) — daily OHLC
  • top_pairs(fsym, limit?) — top trading pairs
  • top_volume_full(tsym, limit?, page?) — top by volume
  • top_market_cap(limit?, tsym?, page?) — top by market cap
  • news(lang?, sortOrder?, lTs?, feeds?, categories?, excludeCategories?) — news feed
  • news_categories() — news categories
  • news_feeds() — news feeds
  • social_stats(coinId) — social stats by coin id
  • all_coins() — full coin list
  • all_exchanges() — exchange list

Data sources

Tools

  • price — Current crypto spot price from CoinDesk Data (formerly CryptoCompare): one coin (fsym) quoted in many fiat or crypto symbols (tsyms), aggregated across major exchanges.
  • price_multi — Current crypto spot prices from CoinDesk Data (formerly CryptoCompare) for many coins at once (fsyms) quoted in many symbols (tsyms), aggregated across major exchanges.
  • price_full — Fetch full market snapshot for multiple crypto pairs (fsyms → tsyms): price, 24h change/%, volume, market cap, open/high/low from CoinDesk Data (formerly CryptoCompare).
  • histo_minute — Minute-granularity historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.) across major exchanges. Use for short-timeframe charting, intraday backtests, and tick-level analysis.
  • histo_hour — Hourly historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.). Use for medium-timeframe crypto charting, swing-trading analysis, multi-day backtests.
  • histo_day — Daily historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.). Use for long-horizon crypto charting, multi-year backtests, and macro analysis.
  • top_pairs — Return the top trading pairs for a base coin (fsym) by 24h volume on CoinDesk Data (formerly CryptoCompare), with exchange and volume data for each pair.
  • top_volume_full — Return the top cryptocurrencies ranked by 24h total volume denominated in a quote symbol (tsym); paginates with page parameter.
  • top_market_cap — Return the top cryptocurrencies ranked by market capitalization denominated in a quote symbol (tsym); paginates with page parameter.
  • news — CoinDesk Data (formerly CryptoCompare) aggregated crypto news feed: Bitcoin/Ethereum/altcoin headlines, exchange announcements, regulatory updates, market analysis. Filter by category (BTC, ETH, Tradi
  • news_categories — List crypto news category tags available for filtering the news feed (BTC, ETH, Trading, Regulation, Mining, etc.). Use as a directory before calling news() with a category filter.
  • news_feeds — List crypto news source publishers CoinDesk Data (formerly CryptoCompare) aggregates (CoinDesk, CoinTelegraph, etc.) with feed IDs and metadata. Use as a directory before filtering news() by source.
  • social_stats — Fetch social media stats for a coin by CoinDesk Data (formerly CryptoCompare) coinId: Twitter followers, Reddit subscribers, Facebook likes, GitHub activity.
  • all_coins — Return the full CoinDesk Data (formerly CryptoCompare) coin list with symbol, name, CoinId, algorithm, proof type, and asset type for every tracked cryptocurrency.
  • all_exchanges — Return metadata for all crypto exchanges tracked by CoinDesk Data (formerly CryptoCompare): name, country, grade, trading pairs, fee, and website URL.

Tools

  • all_coins — Return the full CoinDesk Data (formerly CryptoCompare) coin list with symbol, name, CoinId, algorithm, proof type, and asset type for every tracked cryptocurrency.
  • all_exchanges — Return metadata for all crypto exchanges tracked by CoinDesk Data (formerly CryptoCompare): name, country, grade, trading pairs, fee, and website URL.
  • histo_day — Daily historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.). Use for long-horizon crypto charting, multi-year backtests, and macro analysis.
  • histo_hour — Hourly historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.). Use for medium-timeframe crypto charting, swing-trading analysis, multi-day backtests.
  • histo_minute — Minute-granularity historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.) across major exchanges. Use for short-timeframe charting, intraday backtests, and tick-level analysis.
  • news — CoinDesk Data (formerly CryptoCompare) aggregated crypto news feed: Bitcoin/Ethereum/altcoin headlines, exchange announcements, regulatory updates, market analysis. Filter by category (BTC, ETH, Tradi
  • news_categories — List crypto news category tags available for filtering the news feed (BTC, ETH, Trading, Regulation, Mining, etc.). Use as a directory before calling news() with a category filter.
  • news_feeds — List crypto news source publishers CoinDesk Data (formerly CryptoCompare) aggregates (CoinDesk, CoinTelegraph, etc.) with feed IDs and metadata. Use as a directory before filtering news() by source.
  • price — Current crypto spot price from CoinDesk Data (formerly CryptoCompare): one coin (fsym) quoted in many fiat or crypto symbols (tsyms), aggregated across major exchanges.
  • price_full — Fetch full market snapshot for multiple crypto pairs (fsyms → tsyms): price, 24h change/%, volume, market cap, open/high/low from CoinDesk Data (formerly CryptoCompare).
  • price_multi — Current crypto spot prices from CoinDesk Data (formerly CryptoCompare) for many coins at once (fsyms) quoted in many symbols (tsyms), aggregated across major exchanges.
  • social_stats — Fetch social media stats for a coin by CoinDesk Data (formerly CryptoCompare) coinId: Twitter followers, Reddit subscribers, Facebook likes, GitHub activity.
  • top_market_cap — Return the top cryptocurrencies ranked by market capitalization denominated in a quote symbol (tsym); paginates with page parameter.
  • top_pairs — Return the top trading pairs for a base coin (fsym) by 24h volume on CoinDesk Data (formerly CryptoCompare), with exchange and volume data for each pair.
  • top_volume_full — Return the top cryptocurrencies ranked by 24h total volume denominated in a quote symbol (tsym); paginates with page parameter.

Regenerated from source · build September 10, 2026