Connects Claude to STATEC, Luxembourg's national statistics institute, through the Pipeworx gateway. The source documentation is incomplete, so specific tools and datasets aren't detailed here, but STATEC typically publishes economic indicators, demographic data, labor market stats, and national accounts for Luxembourg. You'd reach for this when analyzing Luxembourg's economy or comparing regional European statistics. It's part of Pipeworx's larger gateway offering 250+ data sources, and includes an ask_pipeworx tool that lets you query in natural language rather than calling specific endpoints. Runs over streamable HTTP, so no local installation needed.
STATEC (Institut national de la statistique et des études économiques du
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
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 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
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.
MIT