CurrencyAPI for your agents.
Connect CurrencyAPI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to CurrencyAPI.
What agents can do with CurrencyAPI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
currencyapi_latestLatest exchange rates. `base_currency` defaults to USD.
currencyapi_list_currenciesList supported currencies.
currencyapi_historicalExchange rates on a past date.
currencyapi_convertConvert an amount from one currency to others. `value` is the amount, `base_currency` the source (default USD), `currencies` a comma-separated list of targets. `date` (YYYY-MM-DD) converts at a historical rate.
currencyapi_rangeTime-series exchange rates across a date range in one call. `accuracy` is day, hour, quarter_hour, or minute (finer accuracy needs a paid plan).
currencyapi_statusReturn your account's API quota: monthly limit, used, and remaining requests.
currencyapi_pairGet the exchange rate for a specific currency pair.
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 in to the dashboard.
- Copy your API key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect CurrencyAPI to Even: call connect_begin("currencyapi") on the even-connect MCP and walk me through it.
Get latest exchange rates from USD to target currencies, convert amounts between currencies, and retrieve historical rates.
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.