Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MCP FactorialHR

NPM · @T4DHG/MCP-FACTORIAL · SCANNED AUG 11

Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.

+8 this week 88 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency96
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to t4dhg/mcp-factorial). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 227 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 5281 tokens (~52/item across 101 items; 101 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
  • Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @t4dhg/mcp-factorial

# add to Claude Code
claude mcp add t4dhg-mcp-factorial -- npx -y @t4dhg/mcp-factorial
# add to Codex CLI
codex mcp add t4dhg-mcp-factorial -- npx -y @t4dhg/mcp-factorial
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "t4dhg-mcp-factorial": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add t4dhg-mcp-factorial --command npx --arg -y --arg @t4dhg/mcp-factorial
# ~/.hermes/config.yaml
mcp_servers:
  t4dhg-mcp-factorial:
    command: "npx"
    args: ["-y", "@t4dhg/mcp-factorial"]
// mcp.json
{
  "mcpServers": {
    "t4dhg-mcp-factorial": {
      "command": "npx",
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.86 functional
  • 5 Aug 26 +2
    • CVE-2026-69207 no longer affects this package security
    • Known CVEs: fail → partial security
  • 4 Aug 26 +3
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
    • Stability: unverified → 0.27 functional
  • 3 Aug 26 +36
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: t4dhg/mcp-factorial security
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 11 Aug 2026 · Analysed npm/@t4dhg/mcp-factorial@7.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo t4dhg/mcp-factorial
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/t4dhg/mcp-factorial/.github/workflows/publish.yml@refs/tags/v7.1.0
Rekor log index 779914400
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:1c16be31780a31bf674f72cc56431739ef7dad2ee77e3980cc7c4f51522ebca9ffd02e9400d9471fbf324e77fa6e22f6c8a73c2c547a4dd3a2a04a02a
Dependencies 97 packages
Packages resolved 97
Stale 30
Tree resolution Complete
MCP tools · 101 exposed · ~5,281 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
advance_application ~26

Move an application to the next hiring stage.

NameTypeReqDescription
idnumberyesApplication ID

No output schema declared.

No examples provided.

approve_leave ~36

Approve a pending leave request.

NameTypeReqDescription
idnumberyesThe leave ID to approve
reasonstringApproval comment

No output schema declared.

No examples provided.

archive_work_area ~26

Archive a work area.

NameTypeReqDescription
idnumberyesWork area ID to archive

No output schema declared.

No examples provided.

assign_project_worker ~36

Assign an employee to a project.

NameTypeReqDescription
employee_idnumberyesEmployee ID
project_idnumberyesProject ID

No output schema declared.

No examples provided.

cancel_leave ~44

Cancel a leave request. This operation requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this operation
idnumberyesThe leave ID to cancel

No output schema declared.

No examples provided.

create_application ~47

Create a job application for a candidate.

NameTypeReqDescription
candidate_idnumberyesCandidate ID
job_posting_idnumberyesJob posting ID
notesstringNotes

No output schema declared.

No examples provided.

create_candidate ~68

Create a new candidate.

NameTypeReqDescription
emailstringEmail
first_namestringyesFirst name
last_namestringyesLast name
linkedin_urlstringLinkedIn URL
phonestringPhone
sourcestringSource

No output schema declared.

No examples provided.

create_employee ~147

Create a new employee in FactorialHR.

NameTypeReqDescription
birthday_onstringBirthday (YYYY-MM-DD)
emailstringyesEmail address
first_namestringyesFirst name
genderstringGender
hired_onstringHire date (YYYY-MM-DD)
last_namestringyesLast name
location_idnumberLocation ID
manager_idnumberManager employee ID
nationalitystringNationality
rolestringJob role/title
start_datestringStart date (YYYY-MM-DD)
team_idsarrayTeam IDs to assign

No output schema declared.

No examples provided.

create_job_posting ~82

Create a new job posting.

NameTypeReqDescription
departmentstringDepartment
descriptionstringJob description
employment_typestringEmployment type
location_idnumberLocation ID
remote_statusstringRemote status
team_idnumberTeam ID
titlestringyesJob title

No output schema declared.

No examples provided.

create_leave ~91

Create a new time off/leave request for an employee.

NameTypeReqDescription
descriptionstringDescription/reason
employee_idnumberyesEmployee ID
finish_onstringyesEnd date (YYYY-MM-DD)
half_daystringHalf day option
leave_type_idnumberyesLeave type ID
start_onstringyesStart date (YYYY-MM-DD)

No output schema declared.

No examples provided.

create_location ~99

Create a new company location.

NameTypeReqDescription
address_line_1stringAddress line 1
address_line_2stringAddress line 2
citystringCity
countrystringCountry
namestringyesLocation name
phone_numberstringPhone number
postal_codestringPostal/ZIP code
statestringState/Province

No output schema declared.

No examples provided.

create_project ~49

Create a new project.

NameTypeReqDescription
codestringProject code
descriptionstringDescription
employees_assignmentstringAssignment mode
namestringyesProject name

No output schema declared.

No examples provided.

create_project_task ~58

Create a new task for a project.

NameTypeReqDescription
descriptionstringDescription
due_onstringDue date (YYYY-MM-DD)
namestringyesTask name
project_idnumberyesProject ID

No output schema declared.

No examples provided.

create_shift ~90

Create a new attendance shift (clock in/out record).

NameTypeReqDescription
break_minutesnumberBreak duration in minutes
clock_instringyesClock in time (ISO 8601)
clock_outstringClock out time (ISO 8601)
employee_idnumberyesEmployee ID
locationstringWork location
notesstringNotes

No output schema declared.

No examples provided.

create_team ~58

Create a new team in the organization.

NameTypeReqDescription
descriptionstringTeam description
employee_idsarrayTeam member employee IDs
lead_idsarrayTeam lead employee IDs
namestringyesTeam name

No output schema declared.

No examples provided.

create_time_record ~57

Log time for a project worker.

NameTypeReqDescription
datestringyesDate (YYYY-MM-DD)
descriptionstringDescription
minutesnumberyesMinutes worked
project_worker_idnumberyesProject worker ID

No output schema declared.

No examples provided.

create_training ~52

Create a new training program.

NameTypeReqDescription
category_idnumberCategory ID
descriptionstringDescription
namestringyesTraining name
subsidizedbooleanIs subsidized

No output schema declared.

No examples provided.

create_training_session ~83

Create a session for a training program.

NameTypeReqDescription
end_datestringEnd date (YYYY-MM-DD)
locationstringLocation
max_attendeesnumberMax attendees
namestringSession name
start_datestringStart date (YYYY-MM-DD)
training_idnumberyesTraining ID

No output schema declared.

No examples provided.

create_work_area ~46

Create a new work area within a location.

NameTypeReqDescription
descriptionstringDescription
location_idnumberLocation ID
namestringyesWork area name

No output schema declared.

No examples provided.

delete_application ~51

Delete a job application. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesApplication ID to delete

No output schema declared.

No examples provided.

delete_candidate ~50

Delete a candidate. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesCandidate ID to delete

No output schema declared.

No examples provided.

delete_job_posting ~54

Delete a job posting. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesJob posting ID to delete

No output schema declared.

No examples provided.

delete_location ~51

Delete a location. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesThe location ID to delete

No output schema declared.

No examples provided.

delete_project ~51

Delete a project. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesThe project ID to delete

No output schema declared.

No examples provided.

delete_project_task ~26

Delete a project task.

NameTypeReqDescription
idnumberyesThe task ID to delete

No output schema declared.

No examples provided.

delete_shift ~44

Delete a shift record. This operation requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this operation
idnumberyesThe shift ID to delete

No output schema declared.

No examples provided.

delete_team ~51

Delete a team. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesThe team ID to delete

No output schema declared.

No examples provided.

delete_time_record ~26

Delete a time record.

NameTypeReqDescription
idnumberyesTime record ID to delete

No output schema declared.

No examples provided.

delete_training ~52

Delete a training program. This is a HIGH-RISK operation that requires confirmation.

NameTypeReqDescription
confirmbooleanSet to true to confirm this high-risk operation
idnumberyesThe training ID to delete

No output schema declared.

No examples provided.

delete_training_session ~25

Delete a training session.

NameTypeReqDescription
idnumberyesSession ID to delete

No output schema declared.

No examples provided.

enroll_in_training ~48

Enroll an employee in a training program.

NameTypeReqDescription
employee_idnumberyesEmployee ID
session_idnumberSession ID
training_idnumberyesTraining ID

No output schema declared.

No examples provided.

get_application ~24

Get details about an application.

NameTypeReqDescription
idnumberyesThe application ID

No output schema declared.

No examples provided.

get_candidate ~24

Get details about a candidate.

NameTypeReqDescription
idnumberyesThe candidate ID

No output schema declared.

No examples provided.

get_document ~28

Get document metadata and URL. Read-only access.

NameTypeReqDescription
idnumberyesThe document ID

No output schema declared.

No examples provided.

get_employee ~29

Get detailed information about a specific employee by their ID.

NameTypeReqDescription
idnumberyesThe employee ID

No output schema declared.

No examples provided.

get_employee_contracts ~72

Get contract versions for an employee. Returns contract summary (id, employee_id, job_title, effective_on).

NameTypeReqDescription
employee_idnumberyesThe employee ID
limitnumberItems per page (max: 100, default: 20)
pagenumberPage number

No output schema declared.

No examples provided.

get_employee_documents ~72

Get all documents for a specific employee. Returns document summary with folder_name enrichment. Use get_document for full details.

NameTypeReqDescription
employee_idnumberyesThe employee ID
limitnumberItems per page (max: 100, default: 20)
pagenumberPage number

No output schema declared.

No examples provided.

get_employee_with_contract ~62

Get an employee with their latest contract data including salary, job title, and job role. This combines employee data with compensation info from their most recent contract. Useful for getting complete employment details in one call.

NameTypeReqDescription
employee_idnumberyesThe employee ID

No output schema declared.

No examples provided.

get_family_situation ~32

Get details about an employee family situation. Read-only.

NameTypeReqDescription
idnumberyesThe family situation ID

No output schema declared.

No examples provided.

get_folder ~25

Get details about a specific folder.

NameTypeReqDescription
idnumberyesThe folder ID

No output schema declared.

No examples provided.

get_job_posting ~28

Get details about a job posting.

NameTypeReqDescription
idnumberyesThe job posting ID

No output schema declared.

No examples provided.

get_job_role ~28

Get details about a specific job role.

NameTypeReqDescription
idnumberyesThe job role ID

No output schema declared.

No examples provided.

get_leave ~27

Get detailed information about a specific leave request.

NameTypeReqDescription
idnumberyesThe leave ID

No output schema declared.

No examples provided.

get_leave_type ~28

Get details about a specific leave type.

NameTypeReqDescription
idnumberyesThe leave type ID

No output schema declared.

No examples provided.

get_location ~29

Get detailed information about a specific location by its ID.

NameTypeReqDescription
idnumberyesThe location ID

No output schema declared.

No examples provided.

get_payroll_supplement ~32

Get details about a payroll supplement. Read-only.

NameTypeReqDescription
idnumberyesThe supplement ID

No output schema declared.

No examples provided.

get_project ~26

Get detailed information about a specific project.

NameTypeReqDescription
idnumberyesThe project ID

No output schema declared.

No examples provided.

get_shift ~26

Get detailed information about a specific shift.

NameTypeReqDescription
idnumberyesThe shift ID

No output schema declared.

No examples provided.

get_tax_identifier ~30

Get details about a tax identifier. Read-only.

NameTypeReqDescription
idnumberyesThe tax identifier ID

No output schema declared.

No examples provided.

get_team ~29

Get detailed information about a specific team by its ID.

NameTypeReqDescription
idnumberyesThe team ID

No output schema declared.

No examples provided.