{
  "ok": true,
  "name": "checklist",
  "url": "https://mcp.zovo.one/mcp/checklist",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "checklist_create builds a reusable checklist (a name, a category, an optional description) and returns its CL-NNNN id; checklist_item_add adds the steps, each with a section, a required flag and an optional note; run_start starts a dated run against a job - a title, an optional reference, an optional date - and returns its RUN-YYYY-NNNN id with the steps COPIED in; run_check answers one step pass, fail or na with who and when; run_show reads the whole run with what is outstanding; run_sign_off freezes a complete run with the signer's name; run_report produces the document; run_status reopens a complete run or abandons one; checklist_list, checklist_show and run_list read.",
  "tool_count": 16,
  "tools": [
    "checklist_create",
    "checklist_item_add",
    "checklist_item_remove",
    "checklist_show",
    "checklist_list",
    "checklist_delete",
    "run_start",
    "run_check",
    "run_show",
    "run_list",
    "run_sign_off",
    "run_status",
    "run_report",
    "run_delete",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 checklists, and unlimited runs of them - what is metered is how many DIFFERENT checklists you keep, not how many jobs you check. Every read, every progress figure and the report TEXT are free on every tier. Writing the report to a file with out_path is 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/checklist/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}