C
cbm
/calculate_cbm
Calculate CBM & Container Fit
Calculate total shipment volume (CBM / cubic metres and CFT / cubic feet), total weight, and how that cargo fits into standard shipping containers (20ft Standar
liveunknown~5s typical
mcpcbm
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-containermath-cbm /calculate_cbm for me.
Input
| Field | Type | Description |
|---|---|---|
| unitSystem | string (metric | imperial) | Units for the item dimensions and weight. 'metric' = centimetres and kilograms; 'imperial' default "metric" |
| items* | array | The cargo line items to total up. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-containermath-cbm","endpoint":"/calculate_cbm","input":{"unitSystem":"metric","items":[]}}'cli
npx cracked-ai run -p mcp-com-containermath-cbm -e /calculate_cbm -i '{"unitSystem":"metric","items":[]}'mcp
run_tool({ provider: "mcp-com-containermath-cbm", endpoint: "/calculate_cbm", input: {"unitSystem":"metric","items":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.