{
  "ok": true,
  "name": "work-order",
  "url": "https://mcp.zovo.one/mcp/work-order",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "work_order_create opens a job against a client already in your /mcp/invoice client records, at a site address, with a requested date and a priority; work_order_add_line records the hours (kind labour, with the rate in MINOR units) and the parts fitted (kind parts, with the unit cost in MINOR units and an optional markup percent); work_order_status walks the job draft to scheduled to in_progress to done to invoiced, one step at a time, each step carrying its own date; completion_report_text and completion_report_pdf are the document the customer signs; work_order_invoice_payload hands back invoice_create arguments; work_orders_report values the board.",
  "tool_count": 12,
  "tools": [
    "work_order_create",
    "work_order_add_line",
    "work_order_status",
    "work_order_get",
    "work_order_list",
    "work_order_delete",
    "completion_report_text",
    "completion_report_pdf",
    "work_order_invoice_payload",
    "work_orders_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5 OPEN work orders, counted on the board rather than on the calendar, so closing a job frees its slot and work_order_delete on a draft with no lines is free on every tier; completion_report_text is free, because the completion report is the one document the customer signs. completion_report_pdf, work_order_invoice_payload and work_orders_report are Pro",
  "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/work-order/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}