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 Statisticsアダプターをインポートします- 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 | 利用可能な統計カテゴリをブラウズ |
このガイドは役に立ちましたか?