Home / MCP Tools / Paver Calculator
Live MCP tooltrades

Paver Calculator

Paver count, base material and cost for a patio/walkway, including cutouts and waste.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
shapestringrequiredArea shape One of: rectangle, circle, l-shape
lengthnumberoptionalLength in feet
widthnumberoptionalWidth in feet
outer_lengthnumberoptionalOuter length for L-shape in feet
outer_widthnumberoptionalOuter width for L-shape in feet
cutout_lengthnumberoptionalCutout length in feet
cutout_widthnumberoptionalCutout width in feet
diameternumberoptionalDiameter for circular area in feet
paver_sizestringoptionalNamed paver size
paver_length_innumberoptionalPaver length in inches
paver_width_innumberoptionalPaver width in inches
patternstringoptionalLaying pattern
base_depth_innumberrequiredBase material depth in inches
waste_pctnumberoptionalWaste allowance percent
price_per_pavernumberoptionalPrice per paver 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": "paver", "arguments": {"shape": "rectangle", "base_depth_in": 4}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/paver \
  -H 'Content-Type: application/json' \
  -d '{"shape": "rectangle", "base_depth_in": 4}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/paver 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.