{
  "ok": true,
  "name": "time-tracker",
  "url": "https://mcp.zovo.one/mcp/time-tracker",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "export_csv returns a download link valid for one hour instead of a local file path",
  "tool_count": 13,
  "tools": [
    "timer_start",
    "timer_stop",
    "timer_status",
    "entry_add",
    "entry_list",
    "entry_delete",
    "entry_edit",
    "project_set_rate",
    "report",
    "invoice_summary",
    "export_csv",
    "license_status",
    "license_activate"
  ],
  "free_limits": "reports cover the last 7 days, 2 rated projects",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/time-tracker/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}