
Cloudtime API
CloudTime is a MCP server that lets agents query attendance data through the hosted CloudTime API MCP endpoint.
About
CloudTime MCP exposes attendance data queries from the CloudTime API as a hosted streamable-http MCP server. Small teams running ZKTeco IoT–style time clocks can connect Claude or other MCP clients to the remote URL instead of building custom HR dashboards for every ad-hoc question. Placement is Operate → Infra because it integrates a production workforce system, not a greenfield app feature. You need appropriate CloudTime API access and trust the remote endpoint model. Intermediate complexity reflects API auth, compliance, and interpreting attendance schemas. Version 1.0.2; title cloudtime API in server metadata.
- Remote streamable-http MCP at cloudtime-api.zktecoiot.com
- Attendance data queries via official CloudTime API surface
- No local npm package—hosted v1.0.2 agent MCP endpoint
- Suited for ZKTeco / CloudTime IoT attendance stacks
Cloudtime API by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http cloudtime https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Query employee attendance and time records from CloudTime (ZKTeco IoT) through a remote MCP endpoint for ops and HR agents.
Who is it for?
Best when you're already on CloudTime/ZKTeco and want MCP-driven attendance lookups and reporting assists.
Skip if: Developers without CloudTime accounts, greenfield products unrelated to workforce time tracking, or strictly local-only MCP policies blocking remote HTTP.
What you get
After you register the remote MCP URL, agents run structured attendance queries against CloudTime without custom glue code each time.
- Agent-executed attendance data queries via CloudTime API
- Reduced manual portal checks for ops and scheduling tasks
By the numbers
- Server version 1.0.2
- Transport: streamable-http remote
- Endpoint path: /api/v1.0/agent/mcp
Recommended MCP Servers
How it compares
Hosted HR attendance API MCP, not a generic calendar skill or self-hosted time tracker integration.
FAQ
Who is io.github.julysoft/cloudtime for?
Teams using CloudTime attendance systems who want AI agents to query time and attendance data via MCP.
When should I use io.github.julysoft/cloudtime?
Use it in Operate when you need agent-assisted attendance reports, verification, or ops questions against live CloudTime API data.
How do I add io.github.julysoft/cloudtime to my agent?
Add the remote MCP server URL https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp with streamable-http transport and complete any CloudTime API authentication your tenant requires.