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.
TL;DR
使用 MCP 将德国联邦统计局 (Destatis) 连接到 ChatGPT。使用自然语言查询人口、贸易和经济数据。
将 Destatis GENESIS 连接到 ChatGPT
Destatis (Statistisches Bundesamt) 提供涵盖人口、经济、贸易、劳动市场和价格的官方德国联邦统计数据。使用 AnythingMCP,您可以通过 MCP 将 GENESIS 数据库数据暴露给 ChatGPT — 使用自然语言查询统计表和经济指标。
快速设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 Destatis GENESIS Statistics 适配器 - 输入您的 Destatis GENESIS 用户名和密码(请在 www-genesis.destatis.de 注册)
- 分配给 MCP 服务器
连接到 ChatGPT
{
"mcpServers": {
"destatis": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
用例
- "德国各州当前人口是多少?" — 人口数据
- "给我最新的进出口贸易数据" — 贸易分析
- "搜索关于失业率的表格" — 劳动市场研究
- "获取过去 5 年的消费者价格指数数据" — 通货膨胀跟踪
这份指南对您有帮助吗?