Government-Konnektoren
6 vorgefertigte Government-Konnektoren — insgesamt 23 MCP-Tools: Destatis GENESIS Statistics, OpenPLZ Germany, Handelsregister (handelsregister.ai). Credentials einfügen, und dein Agent kann sie aufrufen. Kein MCP-Server zu schreiben.
Access official German federal statistics from Destatis (Statistisches Bundesamt) via the GENESIS API. Population, economy, trade, labor market, prices, and more.
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.
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.
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.
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.
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.
Nach Kategorie stöbern
- CRM21
- Project Management13
- E-commerce11
- Payments11
- Customer Support10
- HR8
- Messaging8
- Accounting7
- Public Data7
- Email7
- Finance7
- Social Media7
- Government6
- Analytics5
- ERP5
- Forms & Surveys5
- Logistics5
- Publishing5
- Data Enrichment4
- Monitoring4
- Scheduling4
- Sports4
- Time Tracking4
- E-Signature3
- Food & Drink3
- Mapping3
- Marketing Automation3
- Banking2
- Knowledge Base2
- Real Estate2
- File Storage2
- Transport2
- Travel2
- CMS1
- Construction1
- Developer Tools1
- Field Service1
- Gaming1
- Productivity1
- Remote Access1
- Wholesale1
Konnektor fehlt? Füge ihn als JSON hinzu.
Jeder Adapter ist eine einzelne JSON-Datei unter packages/backend/src/adapters/. Eine bestehende kopieren, Endpunkt und Auth austauschen, PR öffnen — wird beim Build von parametrisierten Tests validiert.
// adapters/de/my-adapter.json
{
"slug": "my-erp",
"name": "My ERP",
"category": "erp",
"authType": "BEARER_TOKEN",
"tools": [/* ... */]
}