ecb_get_data
ActiveTool of Ecb
declared in 0.1.0
Generic SDMX data fetch from any ECB flow. Key is dot-separated dimension values; empty positions are wildcards. Example: flow_ref="EXR", key="D.USD.EUR.SP00.A" (daily USD/EUR spot).
Parameters schema
{
"type": "object",
"required": [
"flow_ref",
"key"
],
"properties": {
"key": {
"type": "string",
"description": "Series key, dot-separated dimension values"
},
"last_n": {
"type": "number",
"description": "Return only the last N observations"
},
"flow_ref": {
"type": "string",
"description": "Flow reference — EXR (exchange rates), ICP (HICP), BSI, IRS, STS, BLS, MIR, ..."
},
"end_period": {
"type": "string",
"description": "End date / period"
},
"start_period": {
"type": "string",
"description": "Start date / period"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ecb
https://github.com/pipeworx-io/mcp-ecb
1/7 registries