S
steel-tools
/steel_section_weight
Bar & Tube Section Weight
Weight of round bar, square bar, flat bar or round tube from dimensions in inches — lb/ft and optional piece weight, in carbon, stainless or aluminum. For AISC
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_section_weight for me.
Input
| Field | Type | Description |
|---|---|---|
| section* | string (round-bar | square-bar | flat-bar | round-tube) | Cross-section type |
| dim1_in* | number | First dimension in inches: diameter (round bar), side (square bar), width (flat bar) or OD |
| dim2_in | number | Second dimension in inches: thickness (flat bar) or wall (round tube); unused for round an |
| length_ft | number | Optional length in feet for a piece weight |
| material | string (carbon | stainless | aluminum) | Default carbon steel; stainless is +2%, aluminum ×0.35 |
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_section_weight","input":{"section":"round-bar","dim1_in":1}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_section_weight -i '{"section":"round-bar","dim1_in":1}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_section_weight", input: {"section":"round-bar","dim1_in":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.