S
steel-tools
/steel_shape_weight
Structural Shape Weight
Look up an AISC shape designation (W, C, MC, L, HSS, PIPE) for lb/ft, depth and area, with optional piece weight. 14th-Edition-era data. Published nominal value
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_shape_weight for me.
Input
| Field | Type | Description |
|---|---|---|
| designation* | string | AISC designation, e.g. "W21X50", "HSS6X6X3/8", "L4X4X3/8" |
| length_ft | number | Optional piece length in feet, for a piece weight |
| qty | integer | Optional piece count |
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_shape_weight","input":{"designation":"..."}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_shape_weight -i '{"designation":"..."}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_shape_weight", input: {"designation":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.