Odel
Exchange Rate API

Exchange Rate API

Local
@exchange-rateapiJavaScriptMITUpdated 3w ago

Real-time & historical exchange rates for 160+ currencies, mid-market (Reuters/Refinitiv).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@exchangerateapi/mcp-serverv1.0.2

Run

npx -y @exchangerateapi/mcp-server

MCP client config

{
  "mcpServers": {
    "exchange-rate-api": {
      "command": "npx",
      "args": [
        "-y",
        "@exchangerateapi/mcp-server"
      ]
    }
  }
}