UKG Ready MCP
UKG Ready MCP
用于 UKG Ready REST 端点的 MCP 服务器,包括员工、考勤卡、异常、薪酬、已保存报表,以及一个通用的已认证端点工具。
配置
将 .env.example 复制到本地环境配置中,并设置:
UKG_BASE_URL:UKG 租户基础 URL,默认为https://secure.entertimeonline.com。UKG_API_KEY、UKG_USERNAME、UKG_PASSWORD、UKG_COMPANY。UKG_DEFAULT_REPORT_ID:可选的已保存报表 ID。
切勿提交真实凭据,也不要将其放入源文件中。
Related MCP server: woffu-mcp
运行
npm install
npm run build
npm start服务器通过 MCP stdio 进行通信。可用工具:
get_ukg_saved_report_csvlist_ukg_employeesget_ukg_employeeget_ukg_timecardslist_ukg_exceptionsget_ukg_compensationcall_ukg_endpoint
人力工具使用文档化风格的默认值,并暴露可选的 path 覆盖参数,因为 UKG Ready 端点的可用性因租户和已启用模块而异。通用工具接受任何 API 路径,因此凭据保留在服务器配置内部。仅在确认租户的端点契约和权限之后,再添加写入工具。
UKG 员工与 Command Cloud 驾驶员映射
预期的集成方式是 UKG 员工对应 Command Cloud 中的驾驶员。此映射是计划中的跨系统关系,目前还不是自动假设。
在实现时,应尽可能使用稳定标识符对记录进行核对,然后使用辅助字段(如员工/驾驶员姓名、员工编号、电话、电子邮件和在职状态)进行验证。保留 UKG 员工 ID 与 Command Cloud 驾驶员 ID 之间的显式映射;不要仅依赖姓名,因为姓名可能发生变化或重复。
该映射将支持未来的工作流,例如将 UKG 考勤卡或打卡状态与 Command Cloud 的驾驶员、调度和工单活动进行比较。在编写同步工具之前,仍需确认实际的匹配规则和权威数据源决策。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Insperity's REST API to access employee data, including employee lists, check details, and profile information for HR management tasks.
- AlicenseAqualityBmaintenanceEnables clocking in/out, viewing work status, and managing time entries on Woffu via MCP tools.92MIT
- AlicenseBqualityDmaintenanceExposes the Wealthbox CRM API to MCP-enabled clients, enabling operations on contacts, tasks, events, notes, opportunities, projects, workflows, and more.51103MIT
- AlicenseAqualityDmaintenanceEnables employee time tracking with clock-in/out, workday checking, and time log retrieval via MCP tools.41MIT
Related MCP Connectors
BambooHR MCP Pack — wraps the BambooHR API v1
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
GSA Per Diem MCP — wraps the GSA Per Diem API v2 (api.gsa.gov)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MightyCMEMBRENO/UKG-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server