steel-tools
S
steel-tools
/steel_rfq_generate

RFQ Workbook Generator

Generate a vendor-ready Request for Quotation (.xlsx) from structured takeoff line items — grouped by material, with vendor pricing columns, totals and standard

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_rfq_generate for me.

Input

FieldTypeDescription
company_name*stringBuyer company on the RFQ header and terms — required
company_locationstringCity, state under the company name, e.g. "Denver, CO"
project_name*stringProject name for the header and filename
project_locationstring
date_issuedstringFree-form issue date; a blank line is used if omitted
line_items*arrayParsed takeoff line items — the calling agent reads the estimate
nesting_rowsarrayOptional fabricator-facing nesting/drop reference rows
termsarrayOverride the eight default terms; omit for the standard set

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_rfq_generate","input":{"company_name":"...","project_name":"...","line_items":[]}}'
cli
npx cracked-ai run -p mcp-ai-structupath-steel-tools -e /steel_rfq_generate -i '{"company_name":"...","project_name":"...","line_items":[]}'
mcp
run_tool({ provider: "mcp-ai-structupath-steel-tools", endpoint: "/steel_rfq_generate", input: {"company_name":"...","project_name":"...","line_items":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.