Skip to main content
Glama
pipeworx-io

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=….

Related MCP server: CoinStats MCP Server

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 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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with the CoinGecko Pro API to access cryptocurrency data including price history and market metrics through both MCP and OpenAI function calling.
    9
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables access to Coinpaprika cryptocurrency data, including coin listings, prices, historical OHLC, market overview, and search through MCP tools.
    9
    MIT
  • F
    license
    C
    quality
    C
    maintenance
    Provides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.
    38
    33
    7

View all related MCP servers

Related MCP Connectors

  • Crypto Feeds MCP.

  • CoinGecko MCP — wraps CoinGecko free API (no auth required)

  • Live and historical cryptocurrency prices via CoinGecko free API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-cryptocompare'

If you have feedback or need assistance with the MCP directory API, please join our Discord server