destatis_search
ActiveTool of Destatis
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 schema
{
"type": "object",
"required": [
"term"
],
"properties": {
"term": {
"type": "string",
"description": "Keyword(s), e.g. \"population\", \"consumer prices\", \"GDP\", \"unemployment\"."
},
"limit": {
"type": "number",
"description": "Max tables to return (1-50, default 15)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own free Destatis GENESIS API token. Omit to use the shared Pipeworx token."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Destatis
https://github.com/pipeworx-io/mcp-destatis
2/7 registries