{"name":"io.github.theluckystrike/carton-consignment-waybill-pack-list","slug":"theluckystrike-carton-consignment-waybill-pack-list","title":null,"description":"Pack a consignment into cartons, weigh it, and list what is inside each box for the waybill.","url":"https://mcp.market/server/theluckystrike-carton-consignment-waybill-pack-list","grade":"C","score":64,"certified":false,"status":"active","category":"other","tags":[],"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/theluckystrike/mcp-servers","website":"https://mcp.zovo.one/s/packing-list","version":"0.22.0","remotes":[{"type":"streamable-http","url":"https://mcp.zovo.one/mcp/packing-list","headers":[{"description":"Bearer <Pro license key or anonymous token from GET https://mcp.zovo.one/mcp/token>","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"mcpb","identifier":"https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/packing-list.mcpb","version":"0.22.0","fileSha256":"ec427bda8a149feb2ce93a2d6bf6e4a8e66509979b7a93dda148cc1773e80238","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Pro license key (MCPL1....). Verified offline.","isSecret":true,"name":"MCP_LICENSE_KEY"}]}],"tools":[{"name":"carton_add","description":"Add a carton to a packing list and return its C01-style id: a label, the empty weight in WHOLE GRAMS, and optionally length, width and height in WHOLE CENTIMETRES. Dimensions are what make a chargeable weight possible.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"label":{"type":"string","maxLength":200,"description":"What is written on the box, e.g. Box 1 of 3 or Pallet A"},"tare_grams":{"type":"integer","minimum":0,"maximum":100000000,"description":"The EMPTY carton with its packaging, in whole grams. 0 when it is not known"},"length_cm":{"type":"integer","minimum":1,"maximum":2000,"description":"Outer length in whole centimetres. All three dimensions or none"},"width_cm":{"type":"integer","minimum":1,"maximum":2000,"description":"Outer width in whole centimetres"},"height_cm":{"type":"integer","minimum":1,"maximum":2000,"description":"Outer height in whole centimetres"},"note":{"type":"string","maxLength":2000}},"required":["packing_list","label","tare_grams"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"carton_report","description":"Per carton and for the shipment: tare, net, gross, volume, volumetric weight and the chargeable weight, the greater of gross and volumetric. A carton with no dimensions makes the chargeable total null, never a guess.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"divisor":{"type":"integer","description":"Volumetric divisor in cm3 per kg: 5000 courier air (default), 6000 IATA air, 4000 some road tariffs"}},"required":["packing_list"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_activate","description":"Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","description":"License key from checkout, MCPL1.<payload>.<signature>"}},"required":["key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_status","description":"Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"pack_item","description":"Put a quantity of one item into a named carton: a description, how many, and the per-unit weight in WHOLE GRAMS. Leave unit_grams out when it was not weighed and the carton gross comes back as a lower bound.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"carton":{"type":"string","maxLength":16,"description":"The carton id, e.g. C01, or its exact label"},"description":{"type":"string","maxLength":2000,"description":"The goods going in, e.g. Oak shelf 900mm"},"quantity":{"type":"integer","minimum":1,"maximum":1000000,"description":"How many units go into THIS carton. Split across cartons with one call each"},"unit_grams":{"type":"integer","minimum":0,"maximum":100000000,"description":"Weight of ONE unit in whole grams. Omit when not weighed; the carton is then a lower bound"},"sku":{"type":"string","maxLength":64,"description":"Stock code, upper-cased and stripped of spaces. Lines with a SKU are matched on it, lines without on their description"},"note":{"type":"string","maxLength":2000}},"required":["packing_list","carton","description","quantity"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_expect","description":"Add an ordered line to a packing list so the shortfall is real: a SKU, a description and a quantity. Nothing is read from the quotes, work order or invoice store; what the order says is stated here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"description":{"type":"string","maxLength":2000,"description":"The goods as the order names them, e.g. Oak shelf 900mm"},"quantity":{"type":"integer","minimum":1,"maximum":1000000,"description":"How many units the order says should ship. Whole units"},"sku":{"type":"string","maxLength":64,"description":"Stock code, upper-cased and stripped of spaces. Lines with a SKU are matched on it, lines without on their description"}},"required":["packing_list","description","quantity"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_list_create","description":"Open a packing list against an order and return its PL-YYYY-NNNN number: the order reference, the consignee, where it ships to and the date. Free tier: 3 open at once; shipping or cancelling frees a slot.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"type":"string","maxLength":64,"description":"The order this ships against, by id, e.g. WO-2026-0001, INV-2026-0007 or PO-4471"},"reference_kind":{"type":"string","enum":["quote","work_order","invoice","order"],"description":"What the reference is. Inferred from the id when omitted: WO- work order, INV- invoice, Q- quote, otherwise a plain order"},"consignee":{"type":"string","maxLength":200,"description":"Who receives the goods, as named on the order"},"ship_to":{"type":"string","maxLength":2000,"description":"The delivery address, printed on the slip. Omit to leave it off"},"date":{"type":"string","maxLength":10,"description":"The day the list was raised, YYYY-MM-DD. Default today"},"note":{"type":"string","maxLength":2000},"duplicate_ok":{"type":"boolean","description":"Open it even though an OPEN list already exists on this reference. Default false"}},"required":["reference","consignee"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_list_delete","description":"Delete a packing list for good, with its cartons and packed lines. A shipped list is refused: it is the record of what left the building. Cancel a list you no longer want instead of deleting a real shipment.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"confirm":{"type":"boolean","const":true,"description":"Must be true. There is no undo and nothing is copied anywhere first"}},"required":["packing_list","confirm"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_list_list","description":"Packing lists newest first, with cartons, units, gross weight and how many ordered lines are still short. Filter by status, by order reference or by consignee. Returns at most 500 rows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["draft","packed","shipped","cancelled"],"description":"Only lists in this status"},"open_only":{"type":"boolean","description":"Only draft and packed lists, the ones that count against the free tier. Default false"},"reference":{"type":"string","maxLength":64,"description":"Only lists against this order reference, matched case-insensitively"},"consignee":{"type":"string","maxLength":200,"description":"Only lists whose consignee contains this text"},"divisor":{"type":"integer","description":"Volumetric divisor in cm3 per kg: 5000 courier air (default), 6000 IATA air, 4000 some road tariffs"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_list_show","description":"The whole packing list: its cartons with contents and derived weights, the ordered lines, the shortfall, whether it is ready to ship and why not, and its status history. Nothing here is stored; it is computed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"divisor":{"type":"integer","description":"Volumetric divisor in cm3 per kg: 5000 courier air (default), 6000 IATA air, 4000 some road tariffs"}},"required":["packing_list"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_list_status","description":"Move a packing list draft to packed to shipped, or cancel it. Shipping records the carrier, the tracking number and the date, and freezes the list. A shipped list cannot be reopened or edited.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"status":{"type":"string","enum":["draft","packed","shipped","cancelled"],"description":"The status to move to. draft to packed to shipped, or cancelled from either open status"},"date":{"type":"string","maxLength":10,"description":"The day the step happened, YYYY-MM-DD. Default today"},"carrier":{"type":"string","maxLength":200,"description":"Who is carrying it, recorded when moving to shipped"},"tracking":{"type":"string","maxLength":200,"description":"The carrier's consignment or tracking number, recorded when moving to shipped"},"note":{"type":"string","maxLength":2000},"force":{"type":"boolean","description":"Ship even though lines are short, over-packed or not on the order. Default false, and the reasons come back either way"}},"required":["packing_list","status"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_shortfall","description":"Ordered against packed, line by line: what is still short, what was over-packed, and what was packed that is not on the order at all. A packed line with no ordered line is reported, never dropped.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"}},"required":["packing_list"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"packing_slip","description":"The packing slip as plain text on every tier: cartons, contents, weights and a signature line, and no prices anywhere. Pro also gets it back as a .txt download link valid for one hour, named by out_path; an existing name is refused unless told to overwrite.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"out_path":{"type":"string","maxLength":1000,"description":"Name for the downloaded .txt file, e.g. order-4471-slip. Pro only. Omit to get the slip back as text, which every tier can do; the file comes back as a download link valid for one hour"},"overwrite":{"type":"boolean","description":"Replace out_path if a file is already there. Default false, and an existing file is refused with nothing written"},"divisor":{"type":"integer","description":"Volumetric divisor in cm3 per kg: 5000 courier air (default), 6000 IATA air, 4000 some road tariffs"}},"required":["packing_list"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"unpack_item","description":"Remove one packed line from a packing list by its L01-style id and return the carton it came out of. The line is deleted, not zeroed, so the slip does not print an item nobody packed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"packing_list":{"type":"string","maxLength":200,"description":"The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it"},"line":{"type":"string","maxLength":16,"description":"The packed line id, e.g. L03, as shown by packing_list_show or carton_report"}},"required":["packing_list","line"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-17T16:32:12.453Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-17T16:32:12.372Z","components":{"code":{"score":-1,"max":25,"notes":["package could not be scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 390ms"]},"poisoning":{"score":15,"max":15,"notes":["14 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: github 401"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.zovo.one/mcp/packing-list","reachable":true,"authRequired":false,"latencyMs":390,"serverInfo":{"name":"mcp-packing-list","version":"0.22.0"}}],"packages":[],"repo":{"found":false,"owner":"theluckystrike","repo":"mcp-servers","error":"github 401"}}}},"grade_history":[]}