CoinGecko for your agents.
Connect CoinGecko once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to CoinGecko.
What agents can do with CoinGecko
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
coingecko_pingHealth check endpoint (no auth needed for public, but included for consistency).
coingecko_get_priceGet current price for one or more coins. `ids` is comma-separated coin ids (e.g. bitcoin,ethereum). `vs_currencies` is comma-separated currencies (e.g. usd,eur).
coingecko_list_coinsList all supported coins with current price, market cap, and volume.
coingecko_get_coinGet detailed information about a specific coin by id.
coingecko_trendingGet trending coins (top 15 searched in the last 24h).
coingecko_get_coin_market_chartGet historical market data (price, market cap, volume) for a coin. `days` controls the data range (1, 7, 30, 90, 365, or max).
coingecko_get_coin_historyGet historical data for a coin at a specific date. Returns price, market cap, and volume at that snapshot.
coingecko_get_exchange_ratesGet BTC-to-currency exchange rates for all supported fiat and crypto currencies.
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 CoinGecko account (or log in).
- Go to the Developers Dashboard.
- Click 'Create Demo API Key' (free) or subscribe for a Pro key.
- Copy the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect CoinGecko to Even: call connect_begin("coingecko") on the even-connect MCP and walk me through it.
Get current prices for multiple cryptocurrencies and list top coins by market cap.
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.