get_series
ActiveTool of mcp-bundesbank-de
Pull observations for a Bundesbank series as SDMX-JSON. flowRef is the dataflow id (e.g. "BBEX3"); key is a dot-separated SDMX dimension filter in key order (e.g. "D.USD.EUR.BB.AC.000" = daily USD/EUR reference rate). Use dataflow_structure to discover the dimensions/codes for a flow. Leave a dimension empty to wildcard it (e.g. "D..EUR.BB.AC.000"). Filter by lastNObservations (most recent N) or a startPeriod/endPeriod date range (YYYY, YYYY-MM, or YYYY-MM-DD).
Parameters schema
{
"type": "object",
"required": [
"flowRef",
"key"
],
"properties": {
"key": {
"type": "string",
"description": "Dot-separated SDMX dimension filter, e.g. \"D.USD.EUR.BB.AC.000\". Empty segments wildcard a dimension."
},
"detail": {
"type": "string",
"description": "SDMX detail level: \"full\" (default), \"dataonly\", \"serieskeysonly\", or \"nodata\"."
},
"flowRef": {
"type": "string",
"description": "Dataflow id, e.g. \"BBEX3\"."
},
"endPeriod": {
"type": "string",
"description": "Inclusive end period (YYYY, YYYY-MM, or YYYY-MM-DD)."
},
"startPeriod": {
"type": "string",
"description": "Inclusive start period (YYYY, YYYY-MM, or YYYY-MM-DD)."
},
"lastNObservations": {
"type": "number",
"description": "Return only the most recent N observations."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-bundesbank-de
https://github.com/pipeworx-io/mcp-bundesbank-de
2/7 registries