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).
Run
npx -y @allratestoday/central-bank-mcp
MCP client config
{
"mcpServers": {
"central-bank-rates-allratestoday": {
"command": "npx",
"args": [
"-y",
"@allratestoday/central-bank-mcp"
]
}
}
}