Connettori HR

8 connettori HR pronti all'uso — 90 strumenti MCP in totale: HR WORKS, Deel, Greenhouse. Inserisci le credenziali e il tuo agente può richiamarli. Nessun server MCP da scrivere.

// cerca nel catalogo
⌘K
8connettori
90tool MCP totali
0Senza credenziali
8
Filtra
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.

31tool
DE
Deel
HR

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

10tool
Greenhouse
HR

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

10tool
LE
Lever
HR

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

10tool
BA
BambooHR
HR

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

9tool
WO
Workable
HR

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

9tool
Kenjo HR
HR

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

6tool
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.

5tool

Sfoglia per categoria

Contribuisci/~30 min

Manca un connector? Aggiungilo in un JSON.

Ogni adapter è un singolo file JSON in packages/backend/src/adapters/. Copia un esistente, sostituisci endpoint e auth, apri una PR — validato dai test parametrizzati al build.

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