Plan a load from your AI client
LoadingMCP is a hosted Model Context Protocol (MCP) server for container and truck load planning, cargo stuffing and freight compliance (registry id io.github.lxxmng/container-loading). Connect it to Claude, Cursor or Windsurf at https://mcp.loadingmcp.com/mcp and ask it to plan a load in plain language; the plan_load tool returns the packed 3D plan and a ready-or-blockers compliance verdict: SOLAS VGM, IMDG segregation, axle loads, McKee crush and EN 12195-1 securing. The public demo key lmcp_demo_public returns the equipment library and heuristic suggestions with no signup.
- plan_load · pack cargo and return the plan + ready-or-blockers verdict (CoG, VGM, IMDG, axle, crush, EN 12195-1 securing).
- suggest_containers · quick volume/weight container right-size estimate.
- list_equipment · standard containers, trucks, ULDs and pallets with dimensions and payloads.
- export_plan · the numbered stuffing work order as JSON for a TMS, WES or robotic palletiser.
- Endpoint mcp.loadingmcp.com/mcp · Streamable HTTP; add via Claude Desktop, Cursor, Windsurf or "claude mcp add". The mcp-remote bridge handles stdio clients.
FAQ
What is the LoadingMCP MCP server?
LoadingMCP is a hosted Model Context Protocol (MCP) server for container and truck load planning, cargo stuffing and freight compliance. Connect it to Claude, Cursor or Windsurf and ask it to plan a load in plain language; the plan_load tool returns the packed 3D plan and a ready-or-blockers compliance verdict: SOLAS VGM, IMDG segregation, axle loads, McKee crush and EN 12195-1 securing.
How do I connect LoadingMCP to Claude, Cursor or Windsurf?
Add the Streamable-HTTP endpoint https://mcp.loadingmcp.com/mcp to your MCP config, or run "claude mcp add --transport http loadingmcp https://mcp.loadingmcp.com/mcp". The mcp-remote bridge fronts stdio clients like Claude Desktop. A public demo key (lmcp_demo_public) works with no signup.
What tools does the LoadingMCP MCP server expose?
Four: plan_load (pack + compliance verdict), suggest_containers (right-size), list_equipment (container/truck/ULD/pallet library) and export_plan (the numbered stuffing work order as JSON).
Is there a free MCP demo, and what is the registry id?
Yes, the demo key lmcp_demo_public returns the equipment library and heuristic suggestions with no signup; running real loads through the optimiser needs a Business plan and API key. The Model Context Protocol registry id is io.github.lxxmng/container-loading.