Convert length, mass, volume, time, data or temperature between units.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
value | number | required | Value to convert |
from_unit | string | required | Source unit (e.g. km, lb, gal, C, MB) |
to_unit | string | required | Target unit in the same category |
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": "unit_convert", "arguments": {"value": 100, "from_unit": "example", "to_unit": "example"}}}'curl -s https://wingmanprotocol.com/tools/unit_convert \
-H 'Content-Type: application/json' \
-d '{"value": 100, "from_unit": "example", "to_unit": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/unit_convert from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).