CoinAPI for your agents.
Connect CoinAPI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to CoinAPI.
What agents can do with CoinAPI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
coinapi_list_assetsList all available assets (cryptocurrencies, fiat, commodities) with their metadata.
coinapi_list_symbolsList all available trading symbols across all exchanges with exchange and asset mappings.
coinapi_get_exchange_rateGet the current spot exchange rate between two assets as a 24-hour rolling VWAP.
coinapi_get_ohlcv_latestGet the latest OHLCV (open, high, low, close, volume) periods for a symbol.
coinapi_quotes_currentGet current quotes (best bid, ask, last trade) for all symbols or a specific one.
coinapi_get_assetGet details of a specific asset by asset id.
coinapi_list_exchangesList all exchanges available in CoinAPI.
coinapi_get_exchangeGet details of a specific exchange.
coinapi_get_ohlcv_historyGet historical OHLCV data for a symbol over a time period.
coinapi_get_metadataGet metadata for a specific symbol.
coinapi_list_indexesList all available indexes.
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 CoinAPI account (free tier available).
- Go to the dashboard and copy your API key.
- Pass it in the X-CoinAPI-Key header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect CoinAPI to Even: call connect_begin("coinapi") on the even-connect MCP and walk me through it.
Retrieve cryptocurrency assets and their current exchange rates from CoinAPI for portfolio analysis.
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.