ecb_exchange_rate
ActiveTool 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",
"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.50.
Parent server
Ecb
https://github.com/pipeworx-io/mcp-ecb
1/7 registries