Ideal body weight for a height by the four standard clinical formulas (Devine, Robinson, Miller, Hamwi) plus their average, in kilograms.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
height_cm | number | required | Height in centimetres |
sex | string | optional | 'male' or 'female' (default male) |
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": "ideal_weight", "arguments": {"height_cm": 70}}}'curl -s https://wingmanprotocol.com/tools/ideal_weight \
-H 'Content-Type: application/json' \
-d '{"height_cm": 70}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/ideal_weight from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).