treasury_exchange_rates
ActiveTool of Treasury Fiscal
declared in 0.1.0
Get official US Treasury exchange rates for any currency (e.g., 'EUR', 'GBP', 'JPY'). Returns rates used for government conversions.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 12,
"country": "China"
},
{
"limit": 24,
"country": "Japan"
}
],
"required": [
"country"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of records to return (default 12)"
},
"country": {
"type": "string",
"description": "Country name (e.g., \"China\", \"Mexico\", \"Japan\", \"Canada\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Treasury Fiscal
https://github.com/pipeworx-io/mcp-treasury-fiscal
1/7 registries