{
  "ok": true,
  "name": "delivery-schedule",
  "url": "https://mcp.zovo.one/mcp/delivery-schedule",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "delivery_schedule_create opens the schedule against a reference - WO-, CO- or a quote, inferred when omitted - with the reference document's own date, the client, a one-line title and the currency, and returns its DS-YYYY-NNNN number; deliverable_add adds one dated deliverable with an optional value in whole MINOR units net of VAT (90000 is EUR 900.00); deliverable_status walks each one planned to in_progress to delivered to accepted, every step dated; delivery_schedule_get and delivery_schedule_list read as at any as_of date; late_report says what has slipped as at a date, worst first, with value at risk per currency; delivery_schedule_document renders the sign-off document; milestone_payload hands back invoice_create and quote_create arguments for the delivered-and-accepted deliverables.",
  "tool_count": 12,
  "tools": [
    "delivery_schedule_create",
    "deliverable_add",
    "deliverable_status",
    "deliverable_delete",
    "delivery_schedule_get",
    "delivery_schedule_list",
    "delivery_schedule_delete",
    "late_report",
    "delivery_schedule_document",
    "milestone_payload",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 open schedules; a schedule stops counting once every deliverable on it is accepted, and deleting an empty one is free on every tier. late_report is free and unlimited, because what is late is the question this endpoint exists for. delivery_schedule_document and milestone_payload 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/delivery-schedule/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}