Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

How to Connect Destatis to Cursor — via MCP

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

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Destatis GENESIS Statistics

MCP connector

Destatis GENESIS Statistics

Access official German federal statistics from Destatis (Statistisches Bundesamt) via the GENESIS API. Population, economy, trade, labor market, prices, and more.

Tools

4

Region

DE

Category

Government

Authentication

Query Param Auth

Required env vars

DESTATIS_USERNAMEDESTATIS_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

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
  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 the connector to an MCP server

Connect Claude

{
  "mcpServers": {
    "destatis": { "url": "http://localhost:4000/mcp" }
  }
}

Available Tools

ToolDescription
destatis_search_tablesSearch for statistical tables by keyword
destatis_get_tableRetrieve data from a specific table
destatis_get_table_metadataGet table structure and dimensions
destatis_list_statisticsBrowse available statistics categories

Was this guide helpful?

Ready to ship

Your Destatis agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Related guides