HR-Konnektoren

8 vorgefertigte HR-Konnektoren — insgesamt 90 MCP-Tools: HR WORKS, Deel, Greenhouse. Credentials einfügen, und dein Agent kann sie aufrufen. Kein MCP-Server zu schreiben.

// Katalog durchsuchen
⌘K
8Konnektoren
90MCP-Tools gesamt
0Ohne Zugangsdaten
8
Filter
HR WORKS
HR

Access HR WORKS, the German HR/payroll platform: employees, absences, sick leaves, remote work (home office), working times, projects, applicants, organization units, holidays and cost centers via the v2 REST API.

31Tools
DE
Deel
HR

Manage Deel (global EOR / contractor platform: people, contracts, invoices, payments, organizations) from any AI agent. 10 tools, Bearer token.

10Tools
Greenhouse
HR

Manage Greenhouse (ATS recruiting: candidates, applications, jobs, scorecards, offers) from any AI agent. 10 tools, basic-auth.

10Tools
LE
Lever
HR

Manage Lever ATS (candidates, opportunities, postings, stages, feedback) from any AI agent. 10 tools, basic-auth.

10Tools
BA
BambooHR
HR

Manage BambooHR (employees, time-off, custom reports, fields, files) from any AI agent. 9 tools, basic-auth.

9Tools
WO
Workable
HR

Manage Workable ATS (candidates, jobs, members, stages, comments) from any AI agent. 9 tools, Bearer token auth.

9Tools
Kenjo HR
HR

Access Kenjo HR data including employees, absences, time tracking, departments, and recruiting. German HR software for manufacturing, services, and retail companies.

6Tools
Personio HR
HR

Access employee records, attendances, absences, and time-offs via the Personio REST API. Personio is the dominant HR platform for DACH SMBs.

5Tools

Nach Kategorie stöbern

Beitragen/~30 min

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