Stud, plate and header counts plus board-feet and cost for a framed wall.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
total_wall_lf | number | required | Linear feet of wall to frame — studs AND plates are sized for this full run |
wall_height | number | required | Wall height in feet |
wall_length | number | optional | Single wall length in feet — used only if total_wall_lf is omitted |
stud_spacing_in | number | optional | Stud spacing on-center in inches (default 16) |
openings_count | integer | optional | Number of door/window openings |
header_span | number | optional | Header span in feet |
header_size | string | optional | Header lumber size (e.g. 2x10) |
cost_per_bdft | number | optional | Lumber cost per board-foot in USD |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "framing", "arguments": {"total_wall_lf": 100, "wall_height": 70}}}'curl -s https://wingmanprotocol.com/tools/framing \
-H 'Content-Type: application/json' \
-d '{"total_wall_lf": 100, "wall_height": 70}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/framing from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).