Serversio.github.t4dhg/mcp-factorial
F

MCP FactorialHR

io.github.t4dhg/mcp-factorial · v7.1.0
▦ npm
v7.1.0npm npm: @t4dhg/mcp-factorial↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.t4dhg/mcp-factorial",
  "description": "Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.",
  "title": "MCP FactorialHR",
  "repository": {
    "url": "https://github.com/t4dhg/mcp-factorial",
    "source": "github"
  },
  "version": "7.1.0",
  "websiteUrl": "https://github.com/t4dhg/mcp-factorial#readme",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@t4dhg/mcp-factorial",
      "version": "7.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from FactorialHR (Settings > API Keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "FACTORIAL_API_KEY"
        },
        {
          "description": "API version (default: 2025-10-01)",
          "name": "FACTORIAL_API_VERSION"
        },
        {
          "description": "Request timeout in milliseconds (default: 30000)",
          "name": "FACTORIAL_TIMEOUT_MS"
        },
        {
          "description": "Maximum retry attempts (default: 3)",
          "name": "FACTORIAL_MAX_RETRIES"
        },
        {
          "description": "Enable debug logging (default: false)",
          "name": "DEBUG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}