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を使用すると、GENESISデータベースのデータをMCPを介して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年間の消費者物価指数データを取得してください」 — インフレーショントラッキング
このガイドは役に立ちましたか?