← zovo.one

INDIVIDUAL MCP TOOL

unpack_item

Remove one packed line from a packing list by its L01-style id and return the carton it came out of.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/packing-list

No auth detected

Connect to this endpoint to inspect the live schema for unpack_item and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-packing-list]
url = "https://mcp.zovo.one/mcp/packing-list"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-packing-list": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/packing-list"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-packing-list
Remote MCP URL: https://mcp.zovo.one/mcp/packing-list

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-packing-list": {
      "url": "https://mcp.zovo.one/mcp/packing-list"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-packing-list": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/packing-list"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-packing-list",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/packing-list"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • packing_list_create — 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.
  • packing_expect — Add an ordered line to a packing list so the shortfall is real: a SKU, a description and a quantity.
  • carton_add — 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.
  • pack_item — Put a quantity of one item into a named carton: a description, how many, and the per-unit weight in WHOLE GRAMS.
  • packing_list_show — 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.
  • packing_list_list — Packing lists newest first, with cartons, units, gross weight and how many ordered lines are still short.
  • carton_report — Per carton and for the shipment: tare, net, gross, volume, volumetric weight and the chargeable weight, the greater of gross and volumetric.
  • packing_shortfall — 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.