destatis_table

Pack: destatis · Endpoint: https://gateway.pipeworx.io/destatis/mcp

Fetch a Destatis GENESIS statistical table’s data by its code (get codes from destatis_search), e.g. “12411-0001” (population) or “61111-0001” (consumer price index). Returns the table content (values across its dimensions) plus title. Germany-wide and by Land where the table provides it.

Parameters

NameTypeRequiredDescription
table_codestringyesGENESIS table code, e.g. “12411-0001”.

Example call

curl -X POST https://gateway.pipeworx.io/destatis/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"destatis_table","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 19, 2026