Tons of asphalt, loose cubic yards, truckloads and sub-base from driveway/lot dimensions.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
length | number | required | Length in feet |
width | number | required | Width in feet |
depth_in | number | required | Asphalt depth in inches |
sub_base_depth_in | number | optional | Gravel sub-base depth in inches |
density_lb_per_cf | number | optional | Asphalt density in lb/ft3 (default ~145) |
price_per_ton | number | optional | Asphalt price per ton 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": "asphalt", "arguments": {"length": 20, "width": 12, "depth_in": 4}}}'curl -s https://wingmanprotocol.com/tools/asphalt \
-H 'Content-Type: application/json' \
-d '{"length": 20, "width": 12, "depth_in": 4}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/asphalt from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).