@pipeworx/cryptocompare
Connect: https://gateway.pipeworx.io/cryptocompare/mcp · Install: one-click buttons
Tools: 15
CryptoCompare MCP — crypto prices, OHLC history, social stats, news. Free key.
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 OHLChisto_hour(fsym, tsym, limit?, aggregate?, toTs?, e?)— hourly OHLChisto_day(fsym, tsym, limit?, aggregate?, toTs?, e?)— daily OHLCtop_pairs(fsym, limit?)— top trading pairstop_volume_full(tsym, limit?, page?)— top by volumetop_market_cap(limit?, tsym?, page?)— top by market capnews(lang?, sortOrder?, lTs?, feeds?, categories?, excludeCategories?)— news feednews_categories()— news categoriesnews_feeds()— news feedssocial_stats(coinId)— social stats by coin idall_coins()— full coin listall_exchanges()— exchange list
Data source
https://min-api.cryptocompare.com
Tools
- price — Current price (one coin → many fiat).
- price_multi — Current price (many → many).
- price_full — Fetch full market snapshot for multiple crypto pairs (fsyms → tsyms): price, 24h change/%, volume, market cap, open/high/low from 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 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 — CryptoCompare aggregated crypto news feed: Bitcoin/Ethereum/altcoin headlines, exchange announcements, regulatory updates, market analysis. Filter by category (BTC, ETH, Trading, Regulation) or feed.
- 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 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 CryptoCompare coinId: Twitter followers, Reddit subscribers, Facebook likes, GitHub activity.
- all_coins — Return the full 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 CryptoCompare: name, country, grade, trading pairs, fee, and website URL.
Tools
-
all_coins— Return the full 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 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— CryptoCompare aggregated crypto news feed: Bitcoin/Ethereum/altcoin headlines, exchange announcements, regulatory updates, market analysis. Filter by category (BTC, ETH, Trading, Regulation) or feed. -
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 CryptoCompare aggregates (CoinDesk, CoinTelegraph, etc.) with feed IDs and metadata. Use as a directory before filtering news() by source. -
price— Current price (one coin → many fiat). -
price_full— Fetch full market snapshot for multiple crypto pairs (fsyms → tsyms): price, 24h change/%, volume, market cap, open/high/low from CryptoCompare. -
price_multi— Current price (many → many). -
social_stats— Fetch social media stats for a coin by 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 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.