S
steel-tools
/steel_coating_area
Coating / Surface Area
Surface area to coat for an AISC shape: ft² per foot from the cross-section perimeter, piece/lot area with length and qty, optional interior faces for galvanize
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_coating_area for me.
Input
| Field | Type | Description |
|---|---|---|
| designation* | string | AISC designation, e.g. W21X50, HSS6X6X3/8, Pipe4STD |
| length_ft | number | Optional length in feet for a piece/lot area |
| qty | integer | Optional piece count (default 1) when a length is given |
| include_inside_faces | boolean | Tubes only: add interior surface, as hot-dip galvanizing coats vented HSS/pipe interiors. |
| coverage_sqft_per_gal | number | Optional practical coverage rate from the coating datasheet, to estimate gallons |
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_coating_area","input":{"designation":"..."}}'cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_coating_area -i '{"designation":"..."}'mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_coating_area", input: {"designation":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.