← nestingcalc.com

INDIVIDUAL MCP TOOL

cbm_shipment

Packing CBM for cartons: per-line and lot volume (m3), total weight and lot density, with a cube-out / weigh-out verdict against the 40HC balanced density (390 kg/m3 - same presets as container loading).

nestingcalc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nestingcalc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cbm_shipment and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nestingcalc.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nestingcalc]
url = "https://mcp.nestingcalc.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nestingcalc": {
      "type": "http",
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nestingcalc
Remote MCP URL: https://mcp.nestingcalc.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nestingcalc": {
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nestingcalc": {
      "type": "http",
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nestingcalc",
  "transport": "streamable-http",
  "url": "https://mcp.nestingcalc.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • linear_cutting_optimizer — Optimize 1D cutting plans for bars, pipes and profiles (linear cutting stock problem, best-fit decreasing heuristic).
  • sheet_cutting_optimizer — Optimize 2D guillotine cutting plans for plywood, MDF, glass, sheet metal (2D nesting with kerf, per-part rotation lock for grain direction, optional sheet trim and multiple stock sizes).
  • board_feet_calculator — Calculate board feet and lumber cost (thickness x width x length / 144 in inches).
  • miter_angle_calculator — Miter angles three ways: corner mode (any corner angle between two pieces), sides mode (regular polygon with N sides), crown mode (miter + bevel for crown molding at a spring angle).
  • lumber_weight_calculator — Weight of lumber by species, dimensions, quantity and moisture (dry/fresh), using species density tables.
  • rebar_takeoff — Rebar weight takeoff (d2/162 rule): total length, weight in kg and bars per tonne for a list of rebar lines.
  • metal_weight_calculator — Weight of metal stock per profile: pipe/tube (OD + wall), round bar, square/rectangular tube, flat bar, angle, beam/I-beam.
  • cnc_feeds_speeds — CNC spindle RPM and feed rate from tool diameter, flute count, chip load and cutting speed.