Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

Destatis GENESISをChatGPTに接続してAI駆動の統計を取得する方法

MCPを使用してドイツ連邦統計(Destatis)をChatGPTに接続します。自然言語で人口、貿易、経済データを照会します。

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)を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
  1. http://localhost:3000/connectors/storeを開き、Destatis GENESIS Statisticsアダプターをインポートします
  2. あなたのDestatis GENESISのユーザー名とパスワードを入力します(www-genesis.destatis.deで登録)
  3. MCPサーバーに割り当てます

ChatGPTに接続する

{
  "mcpServers": {
    "destatis": { "url": "https://your-anythingmcp-instance.com/mcp" }
  }
}

使用例

  • 「ドイツの州ごとの現在の人口は何ですか?」 — 人口データ
  • 「最新の輸出入貿易データを見せてください」 — 貿易分析
  • 「失業率に関するテーブルを検索してください」 — 労働市場調査
  • 「過去5年間の消費者物価指数データを取得してください」 — インフレーショントラッキング

このガイドは役に立ちましたか?

Ready to ship

Your Destatis agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

関連ガイド