Board-feet per piece and total, weight and lumber cost from dimensions and quantity.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
thickness_in | number | required | Thickness in inches |
width_in | number | required | Width in inches |
length_ft | number | required | Length in feet |
quantity | integer | optional | Number of boards (default 1) |
price_per_bf | number | optional | Price per board-foot in USD |
species | string | optional | Wood species (for weight) |
target_bf | number | optional | Optional: solve quantity for a target board-feet |
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": "board_feet", "arguments": {"thickness_in": 100, "width_in": 12, "length_ft": 20}}}'curl -s https://wingmanprotocol.com/tools/board_feet \
-H 'Content-Type: application/json' \
-d '{"thickness_in": 100, "width_in": 12, "length_ft": 20}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/board_feet from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).