Mulch volume for a bed from area and depth — cubic feet, cubic yards, and 2/3 cu ft bag counts, with an optional waste factor and a depth-options table.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
length_ft | number | required | Bed length in feet |
width_ft | number | required | Bed width in feet |
depth_in | number | optional | Mulch depth in inches (default 3) |
waste_pct | number | optional | Optional waste/overage percent (e.g. 10) |
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": "mulch", "arguments": {"length_ft": 20, "width_ft": 12}}}'curl -s https://wingmanprotocol.com/tools/mulch \
-H 'Content-Type: application/json' \
-d '{"length_ft": 20, "width_ft": 12}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/mulch from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).