The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP FactorialHR listing page.
The definitive Model Context Protocol server for FactorialHR
A comprehensive Model Context Protocol (MCP) server that provides AI assistants like Claude with full access to FactorialHR. Manage employees, teams, time off, projects, training, recruiting, and more - all with built-in safety guardrails.
The MCP server uses a hierarchical tool structure for optimal context usage. Instead of 124 individual tools, you get 14 category-based tools with an action parameter.
| Tool | Description | Actions |
|---|---|---|
factorial_discover | Discover available categories | - |
factorial_employees | Employee management | list, get, search, create, update, terminate |
factorial_teams | Team management | list, get, create, update, delete |
factorial_locations | Location management | list, get, create, update, delete |
factorial_contracts | Contract/salary data | list, get_with_employee, by_job_role, by_job_level |
factorial_time_off | Leave management | 10 actions |
factorial_attendance | Shifts and registro horario | 14 actions incl. clock_in, audit, log_range |
factorial_documents | Document management | 8 actions (downloads require OAuth2 - see below) |
factorial_job_catalog | Job roles/levels | list_roles, get_role, list_levels |
factorial_projects | Project management | 16 actions for projects, tasks, workers, time |
factorial_training | Training management | 12 actions for trainings, sessions, enrollments |
factorial_work_areas | Work area management | list, get, create, update, archive, unarchive |
factorial_ats | Applicant tracking | 17 actions for recruiting |
factorial_payroll | Payroll data (read-only) | 6 actions |
Example Usage:
| Category | Operations |
|---|---|
| Employees | list, get, search, create, update, terminate |
| Teams | list, get, create, update, delete |
| Locations | list, get, create, update, delete |
| Time Off | list_leaves, get_leave, list_types, get_type, list_allowances, create, update, cancel, approve, reject |
| Attendance | list, get, create, update, delete, clock_in, clock_out, status, gaps, audit, log_range, log_days, list_edit_requests, create_edit_request |
| Projects | 16 operations for projects, tasks, workers, time records |
| Training | 12 operations for trainings, sessions, enrollments |
| Work Areas | list, get, create, update, archive, unarchive |
| ATS | 17 operations for job postings, candidates, applications, hiring stages |
| Payroll | list/get supplements, tax identifiers, family situations (read-only) |
| Documents | 8 operations for folders, documents, and downloads (⚠️ downloads require OAuth2) |
| Job Catalog | list_roles, get_role, list_levels (read-only) |
| Contracts | list, get_with_employee, by_job_role, by_job_level (read-only) |
Factorial asks employees to record their working hours day by day. factorial_attendance lets Claude do that, for one day or for a whole month, and for any employee the API key can see.
Times are HH:MM in the company's local time, exactly as Factorial shows them; Factorial applies them in the company zone and the server never converts between zones. Records written by this server carry source: "api", so they are distinguishable from live clocks in Factorial's own activity log.
A write's declared working time (date, clock_in, clock_out) is independent of its entry metadata: Factorial stamps created_at, updated_at and in_source/out_source with when and how the record was entered, and those cannot be set or changed through the API. Every create, update, clock_in, clock_out, and every bulk preview and result, states the declared working time and says this once.
| Action | What it does |
|---|---|
status | Whether the employee is clocked in and since when. Always prints the configured identity. |
clock_in, clock_out | Live clocking at the current time, or, given date and time (HH:MM company local), a declared moment for someone who forgot to clock. A declared moment in the future is refused before any request is sent. A declared clock_out is refused if nothing is open, or if the moment precedes the open shift's start. |
gaps | Workdays in a date range where the contract expects more hours than were tracked. Weekends, bank holidays and full-day leave are excluded. |
audit | One row per calendar day in a range: day type, expected and tracked hours, leave cover, the shifts on record and a status (complete, missing, short, over, weekend, bank_holiday, on_leave, half_day_leave, no_contract_data, future). missing is nothing on record; short is some hours tracked but under expected by more than the tolerance, shown with its delta. A signed-off date is marked separately and is closed for writing; create_edit_request is how it gets corrected. The header gives expected (bank holidays and leave at full contract minutes) alongside workday expected (what tracked hours should actually meet). statuses restricts the summary to a given set. format is summary (default, only the days needing attention), table (every day) or json (the ledger). The starting point for reconciling what was clocked against what should have been. |
log_range | Apply a daily pattern (segments) to every workable day in a range. Skips weekends, bank holidays, days the contract expects 0 minutes, approved leave, future dates, signed-off dates, exclude_dates, and any segment overlapping an existing shift. |
log_days | Write an explicit list of days with their segments, for migrating from another platform. Only refuses future dates, approved leave, signed-off dates and overlaps, so a Saturday someone worked can be written. |
list, get, create, update, delete | Individual shift records. list needs start_on and end_on (or ids, or updated_at); Factorial ignores paging on this endpoint, so paging is client-side. fields: "compact" on list returns a smaller payload (date, clock_in, clock_out, minutes, in_source); get returns the complete record. |
list_edit_requests, create_edit_request | Factorial's route for correcting a signed-off day, since hours cannot be written onto a reviewed date directly. Filing a request notifies whoever approves timesheets, so create_edit_request is previewed and token-gated even for the configured identity. |
"Today" for the future-date rule is the date in the zone of the machine running the server, so run it in the company's zone or accept that the boundary day may be off by one. Bank holidays come from the company's own calendar in Factorial (worked_times.day_type), so no holiday list is needed. Approved leave is read from timeoff/leaves; pass skip_leave: false when the source system is right and Factorial's leave record is stale. Half-day leave days are left out of log_range and named in the preview; write the worked half with log_days.
Nobody clocks in at exactly 09:00 every day, and a month of identical entries is the one pattern a real registro never shows. Pass jitter_minutes (5 to 10 is sensible) to log_range or log_days and each written time varies by up to that many minutes from your pattern, within the day; segments never cross each other. Pass variation_minutes for a different kind of variation: it shifts a whole day by one deterministic offset so the start time drifts from day to day, which jitter_minutes cannot produce because it only varies segments within a day. Both are derived from the employee, the date and (for jitter) the segment, so the preview lists the exact times that will be written, the confirmation token binds to them, and a retry recognises its own earlier records. The records still carry source: "api"; these options make reconstructed hours realistic, they do not disguise where they came from.
Every gaps, audit and bulk-write preview starts with a Data read line: how many days of the window have contract data, and how many leave and shift records were read. Reads follow Factorial's pagination to the end, so a window of any length is complete; a date the API returned nothing for is reported as no_contract_data and never written, rather than passed off as a day that was not workable. Those dates normally precede the start of employment. If they do not, the read was incomplete and the result should not be trusted.
Signed-off periods. Once a date's timesheet has been reviewed in Factorial, it is closed for writing; a shift write on it is refused with a 403. audit reads attendance/reviews alongside the other facts and marks such dates signed off before anything is written; log_range and log_days skip them the same way they skip a weekend or an approved leave day. The way to correct a signed-off day is create_edit_request, which files a request that whoever approves timesheets then decides on; list_edit_requests reads what has been filed. Filing a request is previewed and token-gated even for the configured identity, because it notifies a person.
A date that does not exist, such as 2026-02-30, is refused rather than silently rolled forward to the next valid date; a real leap day such as 2024-02-29 is accepted normally.
Auditing a month. Run audit for the range first. A day within tolerance_minutes (default 15) of its expected total counts as complete, so realistic clock-ins and jittered backfills do not read as shortfalls. Compare the ledger with what you know locally (your calendar, another time-tracking system, days you actually worked on a holiday), then fix the differences: log_range or log_days for missing days, delete or update for wrong records, and audit again to confirm every workday reads complete.
Five prompts wrap these workflows for the user, and a guide resource documents them for the model; see 5 MCP Prompts and factorial://guides/registro-horario. Some clients (Claude Code included) surface a prompt only as a slash command the human invokes, with no way for the model itself to read one, so each prompt's procedure is also published as a resource at factorial://prompts/<name>.
Set FACTORIAL_EMPLOYEE_ID to your own employee id so that employee_id can be omitted. Writes aimed at anyone else, and every bulk write, require a confirmation token; see Safety & Security.
| Resource URI | Description |
|---|---|
factorial://org-chart | Complete organizational hierarchy (Markdown) |
factorial://guides/registro-horario | How to audit, fill and maintain a registro horario with this server (Markdown) |
factorial://employees/directory | Employee directory by team (Markdown) |
factorial://locations/directory | Location directory with employee counts (Markdown) |
factorial://timeoff/policies | All leave types and policies (JSON) |
factorial://teams/{team_id} | Team details with member list (JSON, templated) |
factorial://prompts/{name} | The procedure text of an attendance prompt, readable without invoking it (Markdown) |
Prompts are procedures the user invokes (in Claude Code they appear as /mcp__factorial__<name> slash commands). The attendance prompts pre-read the data the procedure starts from and state the exact tool calls that follow, so a small model can carry the workflow through. A prompt never writes anything itself; writes go through factorial_attendance and its confirmation gate.
| Prompt | Arguments | What it does |
|---|---|---|
attendance_audit | start_on, end_on, employee_id (all optional) | Runs the audit (default: this month to today, FACTORIAL_EMPLOYEE_ID) and asks for a read-only report: expected vs tracked, missing and over days by month, data-coverage warnings. |
attendance_fill | segments (required), start_on, end_on, employee_id, observations, jitter_minutes | Reads the gaps and hands over the exact log_range call with the parsed pattern, then the preview, human confirmation, token, retry and verification steps. segments is "09:00-14:00, 15:00-18:00". |
attendance_today | segments (required), employee_id, observations, jitter_minutes | Reads today's status and decides: nothing on weekends, holidays, leave, open shifts or complete days; otherwise log_days for today, confirmed in the same session for the configured identity only. |
attendance_reconcile | known_absences (required), start_on, end_on, employee_id | Runs the audit and reports only the days that disagree with a stated list of known absences (days off, sick days, trips). Read-only. |
attendance_fill_days | days (required), employee_id, observations, jitter_minutes | Enters registro horario for a list of explicit dates, each with its own daily pattern, as one log_days call: preview, human confirmation, token, retry and verification. days is [{"date":"2026-03-02","segments":"09:00-14:00, 15:00-18:00"}]. |
summarize_team | team_id | Team summary with members and roles. |
time_off_report | employee_id | Time off report for an employee: allowances and recent leaves. |
Running the daily record on a schedule. MCP has no scheduler, so the schedule lives in the client. In Claude Code, /schedule creates a routine that invokes attendance_today with your pattern, and /loop repeats it while a session is open; any cron can run claude -p with the prompt as its input. The prompt writes only when today is a workday with nothing tracked, and only for the employee in FACTORIAL_EMPLOYEE_ID; it reports one line either way. The record it produces is a legal document of hours worked, so the pattern you schedule must be the hours you actually work, and the day you do not work needs a leave record or a manual correction.
Create a .env file in your project root:
Or pass it directly in the MCP config:
Once configured, ask Claude things like:
You'll need a FactorialHR API key to use this MCP server. Here's how to get one:
.env file or MCP configurationImportant: API keys have full access to your FactorialHR data and never expire. Store them securely, never commit them to version control, and rotate them periodically.
Document download actions (download_payslips, download) require OAuth2 authentication. This is a Factorial API limitation - the download endpoint does not accept API key authentication.
Note: You need admin access in Factorial to create OAuth applications.
http://localhost:8080/callback (or any URL you can access)Open this URL in your browser (replace YOUR_CLIENT_ID):
?code=AUTHORIZATION_CODERun this curl command (replace placeholders):
You'll get a response with access_token and refresh_token. Save the refresh_token.
Add OAuth2 credentials to your MCP configuration:
Or add to your .env file:
| Environment Variable | Description | Default |
|---|---|---|
FACTORIAL_API_KEY | Your FactorialHR API key | Required |
FACTORIAL_API_VERSION | API version | 2026-07-01 |
FACTORIAL_EMPLOYEE_ID | Your employee id: default target and ungated identity for attendance | - |
FACTORIAL_TIMEOUT_MS | Request timeout (ms) | 30000 |
FACTORIAL_MAX_RETRIES | Max retry attempts | 3 |
DEBUG | Enable debug logging | false |
FACTORIAL_OAUTH_CLIENT_ID | OAuth2 client ID (for downloads) | - |
FACTORIAL_OAUTH_CLIENT_SECRET | OAuth2 client secret (for downloads) | - |
FACTORIAL_OAUTH_REFRESH_TOKEN | OAuth2 refresh token (for downloads) | - |
The following operations require explicit confirmation (confirm: true). Called without it, the tool returns a warning describing the impact and makes no change. Risk is classified per operation in src/write-safety.ts; everything below is gated regardless of whether it is rated high or medium:
factorial_employees({ action: 'terminate' }) - Terminates an employeefactorial_teams({ action: 'delete' }) - Permanently deletes a teamfactorial_locations({ action: 'delete' }) - Permanently deletes a locationfactorial_projects({ action: 'delete' }) - Permanently deletes a projectfactorial_projects({ action: 'delete_task' }) - Deletes a project taskfactorial_projects({ action: 'delete_time' }) - Deletes a time recordfactorial_projects({ action: 'remove_worker' }) - Deletes an employee's assignment to a projectfactorial_attendance({ action: 'delete' }) - Deletes a shift recordfactorial_time_off({ action: 'cancel' }) - Cancels a leave requestfactorial_time_off({ action: 'reject' }) - Rejects a leave requestfactorial_training({ action: 'delete' }) - Deletes a training program and its enrollmentsfactorial_training({ action: 'delete_session' }) - Deletes a training sessionfactorial_training({ action: 'unenroll' }) - Deletes an employee's training enrollmentfactorial_ats({ action: 'delete_posting' }) - Deletes a job posting and its applicationsfactorial_ats({ action: 'delete_candidate' }) - Permanently deletes a candidatefactorial_ats({ action: 'delete_application' }) - Permanently deletes an applicationAttendance writes are gated by who they target and how many records they touch, which a per-operation policy cannot express. A first call writes nothing and returns a preview that names the person, the dates and the totals, plus a confirmation_token valid for fifteen minutes and bound to exactly that plan. Repeating the call with the token executes it; if the plan changed in between (someone wrote a shift), the token is refused and a new preview is issued. confirm: true cannot bypass this gate, because there is no token to pass on a first call.
Gated whenever the target is not the configured FACTORIAL_EMPLOYEE_ID, and always when that variable is unset:
factorial_attendance({ action: 'create' }) - Creates a shift for another personfactorial_attendance({ action: 'update' }) - Updates another person's shift (the shift is fetched first to learn whose it is)factorial_attendance({ action: 'delete' }) - Deletes another person's shift, in addition to confirm: truefactorial_attendance({ action: 'clock_in' }) - Clocks another person infactorial_attendance({ action: 'clock_out' }) - Clocks another person outAlways gated, whatever the target, because volume is its own hazard:
factorial_attendance({ action: 'log_range' }) - Writes one or more shift records per workable day in a rangefactorial_attendance({ action: 'log_days' }) - Writes an explicit list of daysfactorial_attendance({ action: 'create_edit_request' }) - Files a request to change a timesheet, which notifies a person, so it is gated even for the configured identityRe-running a bulk call after a partial failure is safe against its own earlier writes: the planner re-reads existing shifts and skips whatever overlaps. It does not protect against another writer between the read and the writes.
Document names come from Factorial metadata rather than from the caller, so downloads treat them as untrusted:
output_dir.name (1).ext, name (2).ext and so on. This protects existing files in output_dir and stops two documents that share a name from collapsing into one.Downloads still write wherever you point output_dir, so point it at a directory meant for downloads rather than a source tree or your home directory.
Some categories are intentionally read-only for security:
Document and contract list operations return summary format by default to prevent token overflow:
Documents (factorial_documents({ action: 'list' })):
id, name, folder_id, employee_id, mime_type (5 fields)factorial_documents({ action: 'get', id: X }) for complete metadataContracts (factorial_contracts({ action: 'list' })):
id, employee_id, job_title, effective_on (4 fields)All list operations accept page and limit parameters for pagination control.
All write operations (create, update, delete, approve, reject) are recorded with:
Scope of this log. The trail is held in memory in the running server process, capped at the most recent 1000 entries, and is not exposed through any tool or resource. It is lost when the process exits. Set DEBUG=true to have each entry written to the server's stderr, which is the only way to retain it today. It is a debugging aid, not a compliance record: if you need a durable, queryable audit trail, use FactorialHR's own activity log as the system of record.
The codebase is organized into domain-based modules for maintainability:
Adding a new feature:
src/schemas/{domain}.tssrc/api/{domain}.tssrc/tools/{domain}.tssrc/schemas/index.ts, src/api/index.ts exports if needednpm test to verifyThe server implements exponential backoff for rate limits. If you're hitting limits frequently:
hired_on field: The FactorialHR API may not populate this for all employeesDocument downloads require OAuth2 authentication. This is a Factorial API limitation - the download endpoint does not accept API key authentication.
If you see an error like:
"Document download requires OAuth2 authentication"
You need to set up OAuth2 credentials. See OAuth2 Setup above.
Note: OAuth2 refresh tokens expire after 1 week. If downloads suddenly stop working, re-authorize and get a new refresh token.
The Factorial API's individual document endpoint (GET /documents/{id}) has limitations accessing employee-specific documents. This happens because:
list_documents with employee_ids filter correctly returns all employee documentsget_document by ID cannot access those same documents individuallyWorkaround: Use download_payslips action instead of download action. The download_payslips action uses the document metadata from the list operation directly, bypassing the problematic individual GET endpoint:
Q: Does this expose salary/payroll data? A: Payroll data (supplements, tax identifiers, family situations) is available read-only. No write operations for payroll are supported.
Q: Can Claude modify data in Factorial? A: Yes! Full CRUD operations are available for employees, teams, locations, time off, projects, training, and recruiting. High-risk operations are clearly marked.
Q: How is data cached? A: Data is cached in-memory with TTLs: employees (5 min), teams (10 min), locations (15 min), contracts (3 min).
Q: What FactorialHR API version is used?
A: Version 2026-07-01 by default. Override with FACTORIAL_API_VERSION environment variable. Since that version every Factorial identifier (id and *_id fields) is a string, not a number; treat them as opaque strings.
Q: Can Claude fill in my registro horario?
A: Yes. Set FACTORIAL_EMPLOYEE_ID, run gaps to see the missing days, then log_range with your daily segments. The first call returns a preview and a token; the second call writes. See Attendance and Registro Horario.
Q: Are write operations logged? A: Yes, every write is recorded by the audit module with a timestamp, entity, changes, and outcome. The log lives in memory in the running process (last 1000 entries) and is not retrievable through the MCP interface, so treat it as a debugging aid rather than a compliance record. See Audit Logging.
The FactorialHR API has some design patterns that differ from typical REST APIs. This MCP server handles these automatically, but understanding them helps when debugging or extending:
| Data | Expected Location | Actual Location | Impact |
|---|---|---|---|
| Team membership | On Employee object (team_ids) | On Team object (employee_ids) | Use list_teams to find an employee's teams |
| Job role assignment | On Employee object (job_role_id) | In Contract object (job_catalog_role_id) | Use get_employee_with_contract for role info |
| Salary information | On Employee object | In Contract object (salary_amount, salary_frequency) | Use get_employee_with_contract for salary |
| Job title | On Employee object | In Contract object (job_title) | May be null if not set in Factorial |
| Endpoint | Quirk | Workaround |
|---|---|---|
GET /employees/{id} | May return 404 for valid employees | Server falls back to listing all and filtering |
GET /documents/{id} | May return 404 for employee-specific documents | Use download_payslips which bypasses this |
GET /contracts?employee_id=X | Filtering unreliable | Server fetches all and filters client-side |
| Empty results | Returns {"errors": null} instead of `{"data": []} | Server handles both formats |
| Document download URLs | Requires OAuth2 (API key does not work) | Configure OAuth2 credentials for downloads |
Some fields may be null even when you expect data:
job_title: Only populated if set in employee's contractmanager_id: Only populated if reporting structure is configuredseniority_calculation_date: Use this instead of the non-existent hired_on fieldname, mime_type, size_bytes): May be null for some documentsSalary information is available in the Contract entity, not the Employee entity:
Use get_employee_with_contract to retrieve employee data with their latest salary information.
get_employee_with_contract instead of get_employeelist_employees_by_job_role with a job role IDlist_teams and check employee_ids arraysContributions are welcome! Please see CONTRIBUTING.md for guidelines.
MIT © Taig Mac Carthy
Built with the Model Context Protocol by Anthropic