CryptoCompare for your agents.
Connect CryptoCompare once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to CryptoCompare.
What agents can do with CryptoCompare
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
cryptocompare_get_priceGet the current price of a cryptocurrency in any other currency. fsym is the source symbol, tsyms are the target currencies.
cryptocompare_get_price_multiGet the current price of multiple cryptocurrencies simultaneously.
cryptocompare_get_historical_dailyGet daily historical OHLCV price data for a cryptocurrency. Returns open, high, low, close, volume.
cryptocompare_get_top_pairsGet the top trading pairs by volume for a cryptocurrency.
cryptocompare_get_newsGet the latest cryptocurrency news articles.
cryptocompare_get_historical_hourlyGet hourly historical OHLCV price data for a cryptocurrency.
cryptocompare_get_historical_minutelyGet minute-level historical OHLCV price data for a cryptocurrency.
cryptocompare_get_coin_listGet a list of all available coins with metadata.
cryptocompare_get_exchangesGet a list of available exchanges and their supported pairs.
cryptocompare_get_social_statsGet social media stats for a coin (Twitter, Reddit, etc.).
cryptocompare_get_top_volumesGet the top volumes for a given currency pair.
cryptocompare_get_rate_limitsGet current rate limit status for the API key.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign up for a CryptoCompare account.
- Go to the API Keys section in your account dashboard.
- Generate an API key and copy it.
- Send it in the Authorization header as Apikey YOUR_KEY.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect CryptoCompare to Even: call connect_begin("cryptocompare") on the even-connect MCP and walk me through it.
Get current crypto prices from CryptoCompare, retrieve OHLCV historical data, and fetch the latest crypto news.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.