
mcp-cryptocompare
by pipeworx-io
@pipeworx/cryptocompare
CryptoCompare MCP — crypto prices, OHLC history, social stats, news. Free key.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
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
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cryptocompare": {
"url": "https://gateway.pipeworx.io/cryptocompare/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cryptocompare data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-git
OfficialUpdated todayA Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs