get_data
ActiveTool of Abs Au
Fetch observations from an ABS dataflow. dataKey is a dot-separated SDMX filter with one position per dimension (order from dataflow_structure); each position is a code, "+"-joined codes, or empty for wildcard. Pass "all" to fetch everything (can be large). Returns decoded series with their dimension labels and time-indexed values. Fetch dataflow_structure first to learn the dimension order and valid codes.
Parameters schema
{
"type": "object",
"required": [
"dataflowId",
"dataKey"
],
"properties": {
"dataKey": {
"type": "string",
"description": "Dot-separated dimension filter, e.g. \"1.10001.10.50.Q\" or \"all\". Empty positions are wildcards."
},
"endPeriod": {
"type": "string",
"description": "Latest period, e.g. \"2024\"."
},
"maxSeries": {
"type": "number",
"description": "Cap decoded series returned (default 100). The raw response may contain thousands."
},
"dataflowId": {
"type": "string",
"description": "Dataflow id, e.g. \"CPI\"."
},
"startPeriod": {
"type": "string",
"description": "Earliest period, e.g. \"2020\" or \"2020-Q1\" or \"2020-01\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Abs Au
https://github.com/pipeworx-io/mcp-abs-au
1/7 registries