loadingmcp-mcp
Container Load Planning MCP Server
Plan container & truck loads across 200+ equipment types from Claude, Cursor, or any MCP client.
LoadingMCP is a container load-planning MCP server that lets an AI assistant compute 3D load plans, right-size the container mix, and check that a load is legal and safe to ship. It covers 200+ equipment types (containers, trucks, ULDs, pallets) and returns volume & payload utilization, centre of gravity, crush & securing checks, VGM, axle load, and CTU/IMDG compliance signals. It runs as a hosted remote server, so there is nothing to self-host.
Ask your AI: "Plan a 40HC load for these pallets" or "What's the cheapest container mix for 48 m³ at 19 t?"
Coverage
200+ equipment types — 20'/40'/45' containers, high cubes, reefers, open-tops, flat-racks, box/curtain-side trucks, air ULDs, and standard pallets — each with internal dimensions (mm) and max payload (kg)
3D bin-packing engine — real placement, not a volume guess. Drums and pipes hex-nest; big bags and sacks load on top and are never crushed; hazmat classes drive IMDG segregation
Compliance & safety — volume + payload utilization %, centre of gravity, crush-protection violations, securing/bracing checklist, VGM, and axle-load figures
Right-sizing — auto-selects the cheapest container/truck that fits when you don't name one
Sister product to TrackingMCP (ocean container tracking) and SchedulesMCP (sailing schedules & reliability).
Related MCP server: @kubova/mcp
Tools
Tool | What it does |
| List the container, truck, ULD, and pallet types LoadingMCP can plan into, with internal dimensions (mm) and max payload (kg). |
| Quick volume + weight estimate of how many of which container to use, given total cargo volume (m³) and weight (kg). |
| Compute a 3D load plan: equipment used, utilization (volume & payload %), centre of gravity, crush-protection violations, and a securing checklist. Cargo |
| Export a machine-readable loading work order: numbered stuffing sequence (which SKU, where, in what order and orientation), securing/bracing actions, declarable VGM / axle / CoG figures, and an optional retailer (Amazon FBA / Walmart) inbound-packaging check. |
Quick connect
The server is hosted at https://mcp.loadingmcp.com/mcp. Try it with zero signup using the public demo key lmcp_demo_public (clearly-labelled synthetic plans from the offline preview packer). A real API key runs the full 200+ equipment catalogue and the production PackingSolver optimizer.
Claude Desktop
{
"mcpServers": {
"container-loading": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.loadingmcp.com/mcp",
"--header", "Authorization: Bearer lmcp_demo_public"]
}
}
}Cursor / Windsurf / VS Code (native HTTP MCP)
{
"mcpServers": {
"container-loading": {
"url": "https://mcp.loadingmcp.com/mcp",
"headers": { "Authorization": "Bearer lmcp_demo_public" }
}
}
}Replace lmcp_demo_public with a key from loadingmcp.com/mcp. Don't add "type": "streamable-http" — Claude Desktop rejects unknown config fields; Cursor/Windsurf infer transport from url. Registry ID: io.github.lxxmng/container-loading.
Example prompts
"Plan a 40HC load for these pallets."
"What's the cheapest container mix for 48 m³ at 19 t?"
"Right-size a container for 120 drums of 200 L each."
"Check the centre of gravity and axle load for this truck load."
"Which equipment types can hold a 12 m pipe bundle?"
"Export a stuffing sequence and VGM for this 40' load."
Truthfulness
Demo output is synthetic and clearly labelled. export_plan is decision support to help you MEET published retailer/carrier specs — verify in your own portal; it is not a retailer certification.
Links
Product: loadingmcp.com
Get an API key: loadingmcp.com/mcp
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceAI agent access to 11 freight calculation and reference tools — LDM, CBM, chargeable weight, pallet fitting, ADR dangerous goods (2,939 entries), airline codes (6,352), HS codes (6,940), INCOTERMS, container specs, unit converter, and ADR 1.1.3.6 exemption calculator.Last updated2244404MIT

@kubova/mcpofficial
AlicenseAqualityCmaintenanceLets AI agents pack shipping containers using the Kubova calculator, with tools for container loading and API key verification.Last updated436MIT- AlicenseAqualityCmaintenanceOcean and multimodal freight intelligence suite providing cross-validated rates, total landed cost, transit reliability, customs, risk, emissions, and unified ship decisions through 47 tools.Last updated4713MIT
- Alicense-qualityBmaintenanceTrack ocean containers across 200+ shipping lines by container, bill of lading, or booking number — live milestones, vessel positions, ETAs, and demurrage & detention free time.Last updated20MIT
Related MCP Connectors
DCSA container tracking across 228 ocean carriers: live vessel positions, ETAs, demurrage alerts.
Ocean & multimodal freight intelligence: rates, landed cost, transit, customs, risk, ship decisions
Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lxxmng/loadingmcp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server