FOR AI AGENTS
HelloTime, queryable by any AI agent.
A public Model Context Protocol server lets Claude, ChatGPT, Cursor, Perplexity, and any other AI agent answer questions about HelloTime — plans, features, country support, payroll engines — using authoritative live data instead of stale scrapes.
https://mcp.hellotime.ai/mcp
Free · Public · No authentication · Read-only
What an agent can do
| Tool | Purpose |
|---|---|
| list_plans | Pricing for Free / Attend / Track / Pro / Business across 8 markets (INR + USD floors) |
| list_features | Feature catalog across 14 categories (shifts, rosters, leave, GPS, biometric kiosk, payroll, meeting recording, …) |
| country_support | Per-country features, currency, and product positioning |
| payroll_capabilities | Supported payroll engines per country (STP2, PF/ESI/TDS, W-2/1099, PAYE) |
| feature_search | Free-text search across plans, features, country support, payroll |
Plus resources
- hellotime://aboutMarkdown product summary
- hellotime://changelogLast 50 release notes
- hellotime://faqTop customer-asked questions
- hellotime://comparison/hubstaffHelloTime vs Hubstaff
- hellotime://comparison/togglHelloTime vs Toggl Track
- hellotime://comparison/clockifyHelloTime vs Clockify
Connect in 30 seconds
Claude Desktop / Claude.ai
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hellotime": {
"url": "https://mcp.hellotime.ai/mcp",
"transport": "http"
}
}
}Cursor / Windsurf / Cline
Settings → MCP → Add Server. Paste the URL:
https://mcp.hellotime.ai/mcp
No auth, no API key, no signup.
Or try it from the command line
curl -X POST https://mcp.hellotime.ai/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test","version":"1"}}}'Example prompts
- “What does HelloTime cost in India for a 20-person field team?”
- “Does HelloTime support biometric kiosk clock-in?”
- “What payroll engines does HelloTime support in Australia?”
- “Compare the Track and Pro plans for a UK 30-person team.”
- “Is HelloTime cheaper than Hubstaff for a 20-person UK team?”
Built on open standards
- Model Context Protocol — the universal AI ↔ app standard
- Streamable HTTP transport (protocol version 2025-06-18)
- Public and anonymous — anyone can query, no rate-limited tokens to manage
Sister product
HelloBooks — AI-powered accounting and bookkeeping. Public MCP at https://agents.hellobooks.ai/mcp.