No install? Use cloud.anythingmcp.com directly.
Sign in, install the Destatis GENESIS Statistics in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Connect German federal statistics (Destatis) to Claude AI using MCP. Access population, trade, and economic data with natural language.
Connect Destatis GENESIS to Claude
Destatis (Statistisches Bundesamt) provides official German federal statistics via the GENESIS API. With AnythingMCP, you can connect Destatis data to Claude AI and explore statistical tables using natural language.
What You Can Do
- "What is Germany's current population by Bundesland?"
- "Search for tables about consumer price index"
- "Show me the latest foreign trade statistics"
- "Get metadata for table 12411-0001"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the Destatis GENESIS Statistics adapter - Enter your Destatis GENESIS username and password (register at www-genesis.destatis.de)
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"destatis": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|---|---|
destatis_search_tables | Search for statistical tables by keyword |
destatis_get_table | Retrieve data from a specific table |
destatis_get_table_metadata | Get table structure and dimensions |
destatis_list_statistics | Browse available statistics categories |
Was this guide helpful?