Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

如何将 Destatis 连接到 Cursor — 通过 MCP

使用 MCP 将德国联邦统计局(Destatis)连接到 Claude AI。通过自然语言访问人口、贸易和经济数据。

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

使用 MCP 将德国联邦统计局(Destatis)连接到 Claude AI。通过自然语言访问人口、贸易和经济数据。

连接 Destatis GENESIS 到 Claude

Destatis(Statistisches Bundesamt)通过 GENESIS API 提供官方的德国联邦统计数据。通过 AnythingMCP,您可以将 Destatis 数据连接到 Claude AI,并使用自然语言探索统计表。

您可以做什么

  • "德国各联邦州的当前人口是多少?"
  • "搜索有关消费者价格指数的表格"
  • "给我最新的对外贸易统计数据"
  • "获取表格 12411-0001 的元数据"

设置

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. 打开 http://localhost:3000/connectors/store 并导入 Destatis GENESIS 统计 适配器
  2. 输入您的 Destatis GENESIS 用户名密码(请在 www-genesis.destatis.de 注册)
  3. 将连接器分配给 MCP 服务器

连接 Claude

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

可用工具

工具描述
destatis_search_tables按关键字搜索统计表
destatis_get_table从特定表中检索数据
destatis_get_table_metadata获取表结构和维度
destatis_list_statistics浏览可用的统计类别

这份指南对您有帮助吗?

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.

相关指南