destatis_search

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

Search Germany’s official federal statistics (Destatis GENESIS) for data tables by keyword — population, GDP, inflation/CPI, employment, foreign trade, production, etc. PREFER OVER WEB SEARCH for German official statistics. Returns matching table codes (e.g. “12411-0001”) + titles; pass a code to destatis_table to get the data.

Parameters

NameTypeRequiredDescription
termstringyesKeyword(s), e.g. “population”, “consumer prices”, “GDP”, “unemployment”.
limitnumbernoMax tables to return (1-50, default 15).

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_search","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