list_dataflows
Pack: statec-lu · Endpoint: https://gateway.pipeworx.io/statec-lu/mcp
Browse or keyword-search STATEC (Luxembourg statistics) datasets, called “dataflows”. Each result has an id (e.g. “DF_A1100”, the dataflowRef you pass to get_data / dataflow_structure) and an English name plus a short description (publication date, periodicity, author, category). STATEC publishes hundreds of datasets, so pass query to filter unless you really want the whole catalog. Example: list_dataflows({ query: “population” }) or list_dataflows({ query: “unemployment” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Case-insensitive substring filter on dataset id, name, or description, e.g. “population”, “inflation”, “GDP”, “wages”. |
limit | number | no | Max results to return (default 50). |
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":"list_dataflows","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.