MCP server exposing 15 tools for cryptocompare.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/cryptocompare/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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. Use for "what is happening in crypto right now". Prefer over web search for crypto-specific news.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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/cryptocompare/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io