HomeFinance › Central Bank Rates (AllRatesToday)

Central Bank Rates (AllRatesToday)

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-13 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y @allratestoday/central-bank-mcp@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "central-bank-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@allratestoday/central-bank-mcp@0.2.0"
      ],
      "env": {
        "ALLRATES_API_KEY": "<YOUR_VALUE>",
        "ALLRATES_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ALLRATES_API_KEY secret — Optional. Without it the server runs keyless: the latest published table of any source plus the source catalogue. A free key (https://allratestoday.com/register) unlocks historical dates, time series, cross-bank comparison and publication calendars.
  • ALLRATES_BASE_URL — Override API base URL (default: https://allratestoday.com/api).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry