Back to Guides

How to Connect Destatis GENESIS to ChatGPT for AI-Powered Statistics

Connect German federal statistics (Destatis) to ChatGPT using MCP. Query population, trade, and economic data with natural language.

Pre-built adapter available on AnythingMCP Cloud

Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.

Install on Cloud — Free Trial

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
  1. Open http://localhost:3000/connectors/store and import the Destatis GENESIS Statistics adapter
  2. Enter your Destatis GENESIS username and password (register at www-genesis.destatis.de)
  3. 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