list_dataflows
Pack: abs-au · Endpoint: https://gateway.pipeworx.io/abs-au/mcp
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 filter by a case-insensitive substring against the ID and name.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | no | Case-insensitive substring to match against dataflow id/name (e.g. “consumer price”, “labour”, “population”). |
limit | number | no | Max results to return (default 50, max 500). |
Example call
curl -X POST https://gateway.pipeworx.io/abs-au/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_dataflows","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"abs-au": {
"url": "https://gateway.pipeworx.io/abs-au/mcp"
}
}
}
See Getting Started for client-specific install steps.