S
steel-tools
/steel_plate_weight
Steel Plate Weight
Compute carbon steel plate weight from thickness (decimal or fraction) and width/length in inches, with optional material cost via price_per_lb. Published nomin
liveunknown~5s typical
mcpsteel-tools
$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-ai-structupath-steel-tools /steel_plate_weight for me.
Input
| Field | Type | Description |
|---|---|---|
| thickness_in* | string | Plate thickness in inches — decimal or fraction ("3/4", "1-1/8") |
| width_in* | number | Plate width in INCHES (a 4x8 ft plate is 48 x 96 in) |
| length_in* | number | Plate length in INCHES |
| price_per_lb | number | Optional material price in $/lb, to include a cost estimate |
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-ai-structupath-steel-tools","endpoint":"/steel_plate_weight","input":{"thickness_in":"...","width_in":1,"length_in":1}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_plate_weight -i '{"thickness_in":"...","width_in":1,"length_in":1}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_plate_weight", input: {"thickness_in":"...","width_in":1,"length_in":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.