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 ChatGPT using MCP. Query 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 ChatGPT
Destatis (Statistisches Bundesamt) provides official German federal statistics covering population, economy, trade, labor market, and prices. Using AnythingMCP, you can expose GENESIS database data to ChatGPT through MCP — query statistical tables and economic indicators in natural language.
Quick 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 to an MCP server
Connect to ChatGPT
{
"mcpServers": {
"destatis": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
Use Cases
- "What is the current population of Germany by state?" — Demographic data
- "Show me the latest import/export trade figures" — Trade analysis
- "Search for tables about unemployment rates" — Labor market research
- "Get consumer price index data for the last 5 years" — Inflation tracking
Was this guide helpful?