MarketplaceGovernment

Conectores de Government

6 conectores de Government listos para usar — 23 herramientas MCP en total: Destatis GENESIS Statistics, OpenPLZ Germany, Handelsregister (handelsregister.ai). Pega tus credenciales y tu agente podrá llamarlos. Sin servidor MCP que escribir.

// buscar en el catálogo
⌘K
6conectores
23herramientas MCP totales
3Sin credenciales
6
Filtrar
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.

5herramientas
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.

5herramientas
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.

4herramientas
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.

4herramientas
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.

4herramientas
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.

1herramientas

Explorar por categoría

Contribuir/~30 min

¿Falta un conector? Agrégalo en un JSON.

Cada adaptador es un único JSON en packages/backend/src/adapters/. Copia uno existente, cambia endpoint y auth, abre un PR — validado por tests parametrizados en build.

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