io.github.ezemiz/emplyx✓
io.github.ezemiz/emplyx · v1.0.1
{}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.ezemiz/emplyx",
"description": "Emplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll",
"repository": {
"url": "https://github.com/ezemiz/emplyx",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "@emplyx/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Emplyx API key (format: emplyx_live_xxx). Get one from Settings > API Keys in Emplyx admin panel.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EMPLYX_API_KEY"
},
{
"description": "Optional. Emplyx API endpoint URL. Defaults to https://api.emplyx.com",
"format": "string",
"name": "EMPLYX_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}