Home / MCP Tools / Wall Framing Calculator
Live MCP tooltrades

Wall Framing Calculator

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.

Parameters

ParameterTypeRequiredDescription
total_wall_lfnumberrequiredLinear feet of wall to frame — studs AND plates are sized for this full run
wall_heightnumberrequiredWall height in feet
wall_lengthnumberoptionalSingle wall length in feet — used only if total_wall_lf is omitted
stud_spacing_innumberoptionalStud spacing on-center in inches (default 16)
openings_countintegeroptionalNumber of door/window openings
header_spannumberoptionalHeader span in feet
header_sizestringoptionalHeader lumber size (e.g. 2x10)
cost_per_bdftnumberoptionalLumber cost per board-foot in USD

Call it over MCP (JSON-RPC 2.0)

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}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/framing \
  -H 'Content-Type: application/json' \
  -d '{"total_wall_lf": 100, "wall_height": 70}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/framing from your browser.

Related tools in Trades

trades
Asphalt Calculator
Tons of asphalt, loose cubic yards, truckloads and sub-base from driveway/lot dimensions.
trades
Contractor Bid Estimator
Build a client job bid from cost components: labor hours x rate + materials + equipment + subs, then overhead,…
trades
Bill of Materials / Takeoff Aggregator
Aggregate a construction takeoff: per-line extended cost plus subtotal, waste allowance, tax and grand total.
trades
Board Feet Calculator
Board-feet per piece and total, weight and lumber cost from dimensions and quantity.
trades
Change Order Calculator
Priced change order with overhead, profit and revised contract total.
trades
Concrete Calculator
Cubic yards, 60/80-lb bag counts and ready-mix cost for slabs, columns or tubes.