Back to Browse

Factorial MCP Server

by T4dhg
Developer ToolsModerate5.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.5
Moderate5.5Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 4 known CVEs in dependencies (1 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

API key from FactorialHR (Settings > API Keys)Required

Environment variable: FACTORIAL_API_KEY

API version (default: 2025-10-01)Optional

Environment variable: FACTORIAL_API_VERSION

Request timeout in milliseconds (default: 30000)Optional

Environment variable: FACTORIAL_TIMEOUT_MS

Maximum retry attempts (default: 3)Optional

Environment variable: FACTORIAL_MAX_RETRIES

Enable debug logging (default: false)Optional

Environment variable: DEBUG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-t4dhg-mcp-factorial": {
      "env": {
        "DEBUG": "your-debug-here",
        "FACTORIAL_API_KEY": "your-factorial-api-key-here",
        "FACTORIAL_TIMEOUT_MS": "your-factorial-timeout-ms-here",
        "FACTORIAL_API_VERSION": "your-factorial-api-version-here",
        "FACTORIAL_MAX_RETRIES": "your-factorial-max-retries-here"
      },
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!