Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Destatis GENESIS Statistics in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Connect German federal statistics (Destatis) to Claude AI using MCP. Access population, trade, and economic data with natural language.
Try asking
Example prompts for Destatis GENESIS Statistics
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
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?