{
  "schema_version": "2025-03-26",
  "name": "Hourivo",
  "description": "AI-powered workforce management and employee time tracking platform for agencies. Provides time tracking, screenshot monitoring, AI daily standups, project profitability, and invoicing.",
  "version": "1.0.0",
  "url": "https://hourivo.com",
  "protocolVersion": "2025-03-26",
  "serverInfo": {
    "name": "workforce-os",
    "title": "Hourivo",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "subscribe": false, "listChanged": false }
  },
  "instructions": "POST JSON-RPC initialize to this URL or to /mcp for a live handshake. Use get_health and get_api_info without auth. Tenant tools require a JWT from POST /api/v1/auth/login.",
  "tools": [
    {
      "name": "get_health",
      "description": "Check whether the Hourivo public API is reachable. No authentication required.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get_api_info",
      "description": "Return Hourivo API metadata, auth requirements, rate limits, and the public endpoint catalog.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "list_developer_resources",
      "description": "List Hourivo developer resources including OpenAPI spec, developer portal, auth docs, llms.txt, and MCP server URLs.",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ]
}
