get_historical_rate
ActiveTool of exchange
declared in 0.1.0
Get the exchange rate between two currencies on a specific date (format: YYYY-MM-DD). Returns the historical rate and date.
Parameters schema
{
"type": "object",
"examples": [
{
"to": "EUR",
"date": "2023-01-15",
"from": "USD"
},
{
"to": "JPY",
"date": "2020-06-30",
"from": "GBP"
}
],
"required": [
"from",
"to",
"date"
],
"properties": {
"to": {
"type": "string",
"description": "Target currency code (e.g., EUR)"
},
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (earliest available: 1999-01-04)"
},
"from": {
"type": "string",
"description": "Source currency code (e.g., USD)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
exchange
https://github.com/pipeworx-io/mcp-exchange
1/7 registries