Skip to main content
Glama
pipeworx-io

mcp-statec-lu

by pipeworx-io

mcp-statec-lu

STATEC (Institut national de la statistique et des études économiques du

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool

Description

list_dataflows

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" }).

dataflow_structure

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" }).

get_data

Pull observations from a STATEC dataset. key is a dot-separated SDMX dimension filter, one position per dimension in the order given by dataflow_structure; leave a position empty to wildcard it. Fetch dataflow_structure first to know the dimension order and valid codes. Example: get_data({ dataflow_id: "DF_A1100", key: "Valeur..A", start_period: "2010", end_period: "2020" }) picks VARIABLE=Valeur, wildcards SPECIFICATION, FREQ=A (annual). Omit key (or pass "") to fetch all series — caution, this can be large. Returns decoded series with their dimension labels and per-period values.

Related MCP server: mcp-eurostat

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "statec-lu": {
      "url": "https://gateway.pipeworx.io/statec-lu/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Statec Lu data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides access to Deutsche Bundesbank (Germany's central bank) statistics via the MCP protocol. Enables querying economic data through natural language using ask_pipeworx.
    8
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables querying data from the Bulgarian National Statistical Institute (NSI) Open Data API using plain English, through the Pipeworx gateway.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more.

  • Eurostat MCP — wraps Eurostat Statistical Data API (no auth required)

  • GibsonAI MCP server: manage your databases with natural language

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-statec-lu'

If you have feedback or need assistance with the MCP directory API, please join our Discord server