Odel
Central Bank Rates (AllRatesToday)

Central Bank Rates (AllRatesToday)

Local
@allrates-today1TypeScriptMITUpdated 1w ago

Official central-bank & tax-authority rates from 100+ sources. No API key needed to start.

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@allratestoday/central-bank-mcpv0.2.0

Run

npx -y @allratestoday/central-bank-mcp

MCP client config

{
  "mcpServers": {
    "central-bank-rates-allratestoday": {
      "command": "npx",
      "args": [
        "-y",
        "@allratestoday/central-bank-mcp"
      ]
    }
  }
}