prismhr-mcp
Related Servers
Alternatives to prismhr-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceAn MCP server that automates HR onboarding tasks including employee management, email, ticketing, meeting scheduling, and leave management, enabling AI agents to handle new-hire workflows from a single prompt.1-
- AlicenseNot gradedqualityAmaintenanceA comprehensive MCP server that provides AI assistants with full access to FactorialHR to manage employees, teams, time off, projects, training, recruiting, and more, all with built-in safety guardrails.89 npm3MIT
- AlicenseAqualityBmaintenanceAn MCP server that lets AI models interact with Oracle Fusion Cloud HCM across its entire REST surface. It uses generic, schema-aware tools to dynamically discover licensed modules and resources without per-endpoint code.6Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI assistants to autonomously manage HR tasks including employee onboarding, leave tracking, IT provisioning, meeting scheduling, and policy lookup via natural language.1MIT
- AlicenseNot gradedqualityDmaintenanceThis MCP server enables AI-assisted professional profile generation by connecting to verified employee work data (skills, career history, certifications, projects) from employer HCM systems.MIT

mmc-mcpofficial
FlicenseNot gradedqualityFmaintenanceMCP server that lets AI agents execute structured business processes by exposing process steps as tools with a sequenced event bus to prevent skipping steps.1-
TDQS
Scored across 18 tools
Each tool has a clearly distinct purpose, organized into client, meta, and payroll namespaces. No two tools overlap in functionality; even client_employee, client_employees, and client_employee_search handle different retrieval scenarios.
Tools consistently use a namespace prefix (client_, meta_, payroll_) followed by descriptive names. Minor inconsistency exists between singular (client_employee) and plural (client_employees) forms, and suffix patterns vary (e.g., batch_status vs pay_group_check), but overall the naming is predictable and clear.
With 18 tools, the server is slightly above the ideal 3-15 range but still well-scoped for the complexity of HR/payroll operations. Each tool earns its place, covering client management, employee search/detail, payroll status, and extensive meta operations.
The server provides excellent read-oriented coverage for clients, employees, and payroll. While write operations (update/delete employees, run payroll) are absent, the meta_call tool allows invocation of any PrismHR method, making the surface extensible. Minor gaps exist for common write workflows.