← Registry

API Tools

allratestoday.com

Provides currency exchange rates, historical rates, supported currencies, and central bank data.

1 endpoint9 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://allratestoday.com/api/mcp

No auth detected

MCP server metadata

Name
allratestoday
Version
1.0.0
Capabilities
tools
Server instructions

AllRatesToday: live mid-market exchange rates for 160+ currencies and the OFFICIAL published rates of 110+ central banks and tax authorities (ECB, Fed, BoE, RBI, HMRC, US Treasury…). Never quote an exchange rate from memory — call a tool and cite the returned rate_date or time. For tax, customs, invoicing or audit questions use get_official_rates (the rule names a publisher, not "the market"); for everyday conversions use get_exchange_rate. Keyless calls return official ECB/central-bank tables; a free API key (https://allratestoday.com/register) unlocks real-time rates, history, dated lookups and cross-bank comparison. Attribution when rates are shown publicly: "Rates by AllRatesToday".

Known tools 9

get_exchange_rate

Use this when the user asks 'what is X in Y?

Inferred read-only
get_historical_rates

Fixed-window time series ending now: 'how has EUR/USD moved this week', 'last month of GBP/JPY', '1-year AUD/USD'.

Inferred read-only
get_rates_authenticated

One source against several targets in a single call ('USD vs EUR, GBP, JPY'), or the rate at a specific past datetime, optionally bucketed by hour/day/week/month.

Inferred read-only
list_currencies

Call this when unsure whether a currency code is supported, or for 'what currencies do you support?

Inferred read-only
list_central_banks

Call this FIRST when you need a bank code, or for 'which central banks do you cover?

Inferred read-only
get_official_rates

OFFICIAL rates a named institution published — 'what is the ECB rate for USD?

Inferred read-only
get_official_rate_history

Date-by-date series of one bank's OFFICIAL rates — 'ECB USD rate for every day of 2025', 'how did the CBSL rate move last quarter'.

Inferred read-only
compare_official_rates

One currency pair across ALL institutions at once — 'what does each central bank say USD/EUR is?

Inferred read-only
get_publication_calendar

Which dates a bank actually published a rate table — 'did the ECB publish on 2026-01-01?

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.allratestoday]
url = "https://allratestoday.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "allratestoday": {
      "type": "http",
      "url": "https://allratestoday.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: allratestoday
Remote MCP URL: https://allratestoday.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "allratestoday": {
      "url": "https://allratestoday.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "allratestoday": {
      "type": "http",
      "url": "https://allratestoday.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "allratestoday",
  "transport": "streamable-http",
  "url": "https://allratestoday.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.