# Kubova — 3D Container Loading MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-kubova-container-loading
- Website: https://kubova.com

## Install
- Endpoint: https://kubova.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://kubova.com/mcp

## Tools
- 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 — cartons are stacked onto pallets first, then the pallets loaded). Per-SKU you can set allowed orientations, no-overstack/no-understack, and loading order. Returns per-container placements with x,y,z coordinates in cm, volume utilization, weight, a weightBalance object (centre of gravity + front/back & left/right weight split, flags an unbalanced load) for bulk loads, and any unplaced pieces. Endpoint: https://kubova.com/mcp
- 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 — the report then renders that exact plan instead of recomputing. Returns base64-encoded PDF + PNG per container. Endpoint: https://kubova.com/mcp
- 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 SAME container. Uses real 3D packing (not just volume math) and reports the binding limit (dimension / weight / volume) per container. Omit `containers` to evaluate the standard 20' DC, 40' DC and 40' HC. Endpoint: https://kubova.com/mcp
- verify_key - Verify the connection. Returns the authenticated account identity and plan. Endpoint: https://kubova.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.kubova
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 14, 2026
- Source: https://registry.modelcontextprotocol.io
