S
steel-tools
/steel_takeoff_weight
Takeoff Weight Roll-Up
Roll a member list (AISC designation, length in feet, piece count — up to 500 lines) into a bill-of-steel ledger: weight per line, total pounds and tons, piece
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_takeoff_weight for me.
Input
| Field | Type | Description |
|---|---|---|
| members* | array | The member list to roll up, one line per mark/size |
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_takeoff_weight","input":{"members":[]}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_takeoff_weight -i '{"members":[]}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_takeoff_weight", input: {"members":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.