Government コネクタ

6 個の事前設定済み Government コネクタ — 合計 23 個の MCP ツール:Destatis GENESIS Statistics, OpenPLZ Germany, Handelsregister (handelsregister.ai)。認証情報を貼り付ければ、エージェントから呼び出せます。MCP サーバを書く必要はありません。

// カタログを検索
⌘K
6コネクタ
23MCP ツール総数
3認証情報なし
6
絞り込み
Destatis GENESIS Statistics
Government

Access official German federal statistics from Destatis (Statistisches Bundesamt) via the GENESIS API. Population, economy, trade, labor market, prices, and more.

5ツール
OpenPLZ Germany
Government

Look up German postal codes, localities, and streets via the OpenPLZ API. Free, no authentication, based on the official Bundesanstalt für Kartographie und Geodäsie (BKG) datasets.

5ツール
Handelsregister (handelsregister.ai)
Government

Access the German commercial register (Handelsregister) data via handelsregister.ai — search companies by name, retrieve official entries, current/historical addresses, shareholders, managing directors, and corporate structure.

4ツール
NINA Emergency Warnings
Government

Access official German emergency warnings and alerts from the NINA Warn-App (BBK). Get current warnings for floods, storms, fires, and other emergencies by region.

4ツール
UC
UK Companies House
Government

Search and inspect the official UK companies register: company profiles, directors and secretaries, filing history. Free public API with a 600 requests / 5 minutes rate limit. The UK equivalent of the German Handelsregister.

4ツール
VIES VAT Validation
Government

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

1ツール

カテゴリーから探す

コントリビュート/~30 min

コネクタが足りない?JSON 一つで追加できます。

各アダプタは packages/backend/src/adapters/ 配下の単一 JSON ファイルです。既存をコピーしてエンドポイントと認証を差し替え、PR を開けば、ビルド時のパラメータ化テストで検証されます。

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}