市场Government

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": [/* ... */]
}