{
  "ok": true,
  "name": "packing-list",
  "url": "https://mcp.zovo.one/mcp/packing-list",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "packing_list_create opens a list against an order reference - WO-, INV-, Q- or a plain order, inferred when omitted - with the consignee and an optional ship-to, and returns its PL-YYYY-NNNN number; packing_expect declares one line the order says should ship; carton_add adds a carton with its empty weight in WHOLE GRAMS and optionally all three dimensions in WHOLE CENTIMETRES; pack_item puts a quantity of one item into a named carton; packing_shortfall reads ordered against packed, line by line; carton_report weighs every carton and the shipment - net, gross, volumetric, chargeable; packing_list_status moves draft to packed to shipped, recording carrier and tracking; packing_slip produces the document; packing_list_show and packing_list_list read.",
  "tool_count": 14,
  "tools": [
    "packing_list_create",
    "packing_expect",
    "carton_add",
    "pack_item",
    "unpack_item",
    "packing_list_show",
    "packing_list_list",
    "carton_report",
    "packing_shortfall",
    "packing_list_status",
    "packing_slip",
    "packing_list_delete",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 OPEN packing lists at once, counted on the shipments in flight rather than on the calendar: marking one shipped or cancelling it frees its slot, and deleting a draft is free. The shortfall, the carton weights and the slip TEXT are free on every tier. Writing the slip 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/packing-list/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}