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 一つで追加できます。

各アダプタは packages/backend/src/adapters/ 配下の単一 JSON ファイルです。既存をコピーしてエンドポイントと認証を差し替え、PR を開けば、ビルド時のパラメータ化テストで検証されます。

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