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
使用 MCP 将德国联邦统计局(Destatis)连接到 Claude AI。通过自然语言访问人口、贸易和经济数据。
试试这样问
Destatis GENESIS Statistics 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
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
- 打开
http://localhost:3000/connectors/store并导入 Destatis GENESIS 统计 适配器 - 输入你的 Destatis GENESIS 用户名 和 密码(请在 www-genesis.destatis.de 注册)
- 将连接器分配给 MCP 服务器
连接 Claude
{
"mcpServers": {
"destatis": { "url": "http://localhost:4000/mcp" }
}
}
可用工具
| 工具 | 描述 |
|---|---|
destatis_search_tables | 按关键字搜索统计表 |
destatis_get_table | 从特定表中检索数据 |
destatis_get_table_metadata | 获取表结构和维度 |
destatis_list_statistics | 浏览可用的统计类别 |
这份指南对你有帮助吗?