exchange_rate
InactiveTool of Ecb
EUR exchange rate time series against a target currency (ISO 4217, e.g. USD/GBP/JPY). Frequency defaults to daily (D) but accepts M/monthly, Q/quarterly, A/annual. Optionally filter by start/end date. Returns labeled observations from the ECB EXR flow.
Parameters schema
{
"type": "object",
"examples": [
{
"currency": "USD"
},
{
"currency": "GBP",
"frequency": "M",
"end_period": "2023-12-31",
"start_period": "2023-01-01"
}
],
"required": [
"currency"
],
"properties": {
"currency": {
"type": "string",
"description": "ISO 4217 currency code (USD, GBP, JPY, ...)"
},
"frequency": {
"type": "string",
"description": "Observation frequency — D (daily), M (monthly), Q (quarterly), A (annual). Default D."
},
"end_period": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"start_period": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ecb
https://github.com/pipeworx-io/mcp-ecb
1/7 registries