API Tools
allratestoday.com
Provides currency exchange rates, historical rates, supported currencies, and central bank data.
ENDPOINT 1
https://allratestoday.com/api/mcp
MCP server metadata
- Name
- allratestoday
- Version
- 1.0.0
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_historical_ratesFixed-window time series ending now: 'how has EUR/USD moved this week', 'last month of GBP/JPY', '1-year AUD/USD'.
Inferred read-onlyget_rates_authenticatedOne 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-onlylist_currenciesCall this when unsure whether a currency code is supported, or for 'what currencies do you support?
Inferred read-onlylist_central_banksCall this FIRST when you need a bank code, or for 'which central banks do you cover?
Inferred read-onlyget_official_ratesOFFICIAL rates a named institution published — 'what is the ECB rate for USD?
Inferred read-onlyget_official_rate_historyDate-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-onlycompare_official_ratesOne currency pair across ALL institutions at once — 'what does each central bank say USD/EUR is?
Inferred read-onlyget_publication_calendarWhich dates a bank actually published a rate table — 'did the ECB publish on 2026-01-01?
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.