data
ExchangeRate MCP, CLI, and Lua Integration for AI Agents
ExchangeRate integration docs for AI agents: MCP gateway setup, ExchangeRate CLI commands, Lua API reference, credentials, and function schemas.
5 functions 5 read 0 write No credentials auth
ExchangeRate for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
exchangerate- route_slug
exchangerate- package
exchangerate- auth_strategy
noneNo credentials- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
false
Quick Links
Lua APIAgent-facing namespace and function reference. ExchangeRate CLIHeadless setup and direct function calls. ExchangeRate MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
ExchangeRate MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ExchangeRate.
Claude Code ExchangeRate MCP setup for Claude Code. Cursor ExchangeRate MCP setup for Cursor. Codex ExchangeRate MCP setup for Codex. OpenAI Agents ExchangeRate MCP setup for OpenAI Agents SDK. Claude Agent SDK ExchangeRate MCP setup for Claude Agent SDK. Vercel AI SDK ExchangeRate MCP setup for Vercel AI SDK. LangChain ExchangeRate MCP setup for LangChain. LangGraph ExchangeRate MCP setup for LangGraph. CrewAI ExchangeRate MCP setup for CrewAI. MCP clients ExchangeRate MCP setup for Generic MCP Clients.
ExchangeRate CLI Matrix
Use these pages for direct ExchangeRate CLI workflows in scripts, CI, cron, and agent wrappers.
CI ExchangeRate CLI for CI. Cron Jobs ExchangeRate CLI for cron jobs. Shell Scripts ExchangeRate CLI for shell scripts. Headless Automation ExchangeRate CLI for headless automation. Coding Agents ExchangeRate CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
exchangerate.exchangerate_list_currencies | Read read | 1 | List all available currencies (fiat, crypto, precious metals, stablecoins). Supports 340+ assets. Optionally filter by name or code. |
exchangerate.exchangerate_popular_currencies | Read read | 0 | Show the most commonly used currency codes (no API call needed). Use these codes directly with exchangerate_convert_currency. Popular codes: {$popular} |
exchangerate.exchangerate_convert_currency | Read read | 4 | Convert an amount from one currency to another. Supports 340 fiat currencies, cryptocurrencies, and precious metals. Common codes: usd, eur, gbp, jpy, cny, chf, cad, aud, btc, eth, sol, xau, xag. |
exchangerate.exchangerate_rates | Read read | 3 | Get all exchange rates for a base currency. Optionally filter to specific target currencies. Supports 340 fiat currencies, cryptocurrencies, and precious metals. |
exchangerate.exchangerate_history | Read read | 3 | Compare a currency pair across multiple dates to see rate changes over time. Returns each date's rate and the overall change. |