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
| Field | Type | Description |
|---|---|---|
| company_name* | string | Buyer company on the RFQ header and terms — required |
| company_location | string | City, state under the company name, e.g. "Denver, CO" |
| project_name* | string | Project name for the header and filename |
| project_location | string | |
| date_issued | string | Free-form issue date; a blank line is used if omitted |
| line_items* | array | Parsed takeoff line items — the calling agent reads the estimate |
| nesting_rows | array | Optional fabricator-facing nesting/drop reference rows |
| terms | array | Override 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.