Skip to content

New: HelloTime now integrates with HelloBooks — sync clients, hours, invoices and payroll.

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

ToolPurpose
list_plansPricing for Free / Attend / Track / Pro / Business across 8 markets (INR + USD floors)
list_featuresFeature catalog across 14 categories (shifts, rosters, leave, GPS, biometric kiosk, payroll, meeting recording, …)
country_supportPer-country features, currency, and product positioning
payroll_capabilitiesSupported payroll engines per country (STP2, PF/ESI/TDS, W-2/1099, PAYE)
feature_searchFree-text search across plans, features, country support, payroll

Plus resources

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

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.