destatis_table
ActiveTool of Destatis
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 schema
{
"type": "object",
"required": [
"table_code"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Optional — your own free Destatis GENESIS API token. Omit to use the shared Pipeworx token."
},
"table_code": {
"type": "string",
"description": "GENESIS table code, e.g. \"12411-0001\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Destatis
https://github.com/pipeworx-io/mcp-destatis
2/7 registries