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

io.github.lxxmng/container-loading

io.github.lxxmng/container-loading

Plan optimal container & truck loads: 3D layouts, utilization, centre of gravity, crush checks.

Uptime
100.0%
1 direct probes · 30d
Response
273ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

list_equipment

List the standard container, truck, ULD and pallet types LoadingMCP can plan loads into, with internal dimensions (mm) and max payload (kg).

suggest_containers

Given total cargo volume (m³) and weight (kg), suggest how many of which container to use — a quick volume/weight estimate. For an exact, dimension-aware plan with utilization, CoG and securing, use p…

plan_load

Compute a 3D load plan for cargo into a container or truck: containers used, utilization (volume & payload %), centre of gravity, crush-protection violations, and a securing checklist (round cargo tha…

export_plan

Export a load as a machine-readable LOADING WORK ORDER: a numbered stuffing sequence (which SKU, where, in what order and orientation), the securing/bracing action list, the key declarable figures (VG…

import_packing_list

ERP/TMS on-ramp: take a versioned "loadingmcp.packing-list" document (a WMS/ERP export — cargo lines + equipmentCode) and return a load plan + a container manifest. Parsing is fail-explicit: an invali…

export_dg_paperwork

Draft the dangerous-goods paperwork for a load from its cargo lines: an IMDG 5.4.1 transport-document description per DG line (UN, proper shipping name, class, PG, marine pollutant), the 5.3 placards …

How to use

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

{
  "mcpServers": {
    "io.github.lxxmng/container-loading": {
      "url": "https://mcp.loadingmcp.com/mcp",
      "transport": "streamable-http"
    }
  }
}