Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Kubova — 3D Container Loading

com.kubova/container-loading

Pack cargo into containers & onto pallets; a verifiable 3D loading plan. Free tier + REST API.

Uptime
100.0%
2 direct probes · 30d
Response
1059ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

pack_containers

Pack a list of cargo SKUs into one or more shipping containers using the Kubova solver. Supports bulk loading (cartons straight into the container) and pallet loading (loadingMode:"pallet" + a pallet …

generate_report

Generate a CAD-style PDF + 3D PNG report for a packing job. IMPORTANT: to keep the report consistent with a plan you already produced, pass the `result` object from your previous pack_containers call …

estimate_capacity

How many complete SETS of one product fit in a single container? A product is 1+ carton types with qtyPerSet each (e.g. a table shipping as 2 cartons: top + legs). All cartons of a set ride in the SAM…

verify_key

Verify the connection. Returns the authenticated account identity and plan.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kubova_—_3d_container_loading": {
      "url": "https://kubova.com/mcp",
      "transport": "streamable-http"
    }
  }
}