dataflow_structure
Pack: statec-lu · Endpoint: https://gateway.pipeworx.io/statec-lu/mcp
Get the structure (Data Structure Definition) of one STATEC dataset: its ordered dimensions and, for each, the valid codes. Use this BEFORE get_data to learn how to build the dot-separated SDMX key. The key has one position per dimension, in dimension_order; an empty position is a wildcard. Example: dataflow_structure({ dataflow_id: “DF_A1100” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataflow_id | string | yes | STATEC dataflow id from list_dataflows, e.g. “DF_A1100”. |
Example call
curl -X POST https://gateway.pipeworx.io/statec-lu/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataflow_structure","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"statec-lu": {
"url": "https://gateway.pipeworx.io/statec-lu/mcp"
}
}
}
See Getting Started for client-specific install steps.