Коннекторы HR

8 готовых коннекторов HR — всего 90 MCP-инструментов: HR WORKS, Deel, Greenhouse. Вставьте учётные данные, и агент сможет их вызывать. Писать MCP-сервер не нужно.

// поиск по каталогу
⌘K
8коннекторов
90MCP-инструментов
0Без учётных данных
8
Фильтр

Категория

Регион

Учётные данные

Сортировка

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.

31инструментов
DE
Deel
HR

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

10инструментов
Greenhouse
HR

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

10инструментов
LE
Lever
HR

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

10инструментов
BA
BambooHR
HR

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

9инструментов
WO
Workable
HR

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

9инструментов
Kenjo HR
HR

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

6инструментов
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.

5инструментов

По категориям

Внести вклад/~30 min

Нет нужного коннектора? Добавь его одним JSON.

Каждый адаптер — это один JSON-файл в packages/backend/src/adapters/. Скопируй существующий, поменяйте endpoint и auth, открой PR — параметризованный тест проверит его при сборке.

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