0.1.2 • Published 10h agoCLI
exchangerate-dev-mcp
Licence
MIT
Version
0.1.2
Deps
1
Size
14 kB
Vulns
0
Weekly
193
exchangerate-dev-mcp
Stdio bridge for exchangerate.dev — indicative, session-aware developer-grade FX reference rates for AI agents. Indicative rates (aggregated market data + public reference rates), not for settlement or trading.
Thin proxy: the bridge holds no tool definitions or schemas. Every tool is served live from the
api.exchangerate.dev HTTP MCP endpoint, so descriptions and schemas are always up to date.
Quick start
{
"mcpServers": {
"exchangerate-dev": {
"command": "npx",
"args": ["-y", "exchangerate-dev-mcp"]
}
}
}An API key is required. Get one at https://exchangerate.dev/pricing — the Free tier includes MCP access. To run without a key on the shared anonymous free-tier pool, also set ALLOW_ANONYMOUS=true:
{
"mcpServers": {
"exchangerate-dev": {
"command": "npx",
"args": ["-y", "exchangerate-dev-mcp"],
"env": { "EXCHANGERATE_API_KEY": "your-key-here" }
}
}
}Env
| Variable | Required | Default | Description |
|---|---|---|---|
EXCHANGERATE_API_KEY |
Yes* | — | Bearer token for API access. Required by default. |
ALLOW_ANONYMOUS |
No | — | Set to "true" to allow anonymous free-tier access without an API key. Shares the free-tier rate-limit pool; no audit trail. |
EXCHANGERATE_BASE_URL |
No | https://api.exchangerate.dev |
Override API origin (testing / staging). |
EXCHANGERATE_TIMEOUT |
No | 10000 |
Request timeout in milliseconds. |
* Set ALLOW_ANONYMOUS=true to opt into anonymous free-tier access instead.
Docs
Full API reference and pricing: exchangerate.dev/docs