@pipeworx/abs-au
Connect: https://gateway.pipeworx.io/abs-au/mcp · Install: one-click buttons
Tools: 3
Tools
- list_dataflows — Browse or search ABS datasets (dataflows). Returns dataflow IDs + descriptive names; the ID (e.g. “CPI”, “ALC”, “ABS_REGIONAL_LGA2021”) is what you pass to dataflow_structure and get_data. Optionally
- dataflow_structure — For one ABS dataflow, return its ordered dimensions and the valid codes for each. Use this to build a dataKey for get_data: the key has one dot-separated position per dimension, in the order returned
- get_data — 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
Tools
-
dataflow_structure— For one ABS dataflow, return its ordered dimensions and the valid codes for each. Use this to build a dataKey for get_data: the key has one dot-separated position per dimension, in the order returned -
get_data— 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 -
list_dataflows— Browse or search ABS datasets (dataflows). Returns dataflow IDs + descriptive names; the ID (e.g. CPI , ALC , ABS_REGIONAL_LGA2021 ) is what you pass to dataflow_structure and get_data. Optionally fil