Value at a given percentile, or the percentile rank of a value, over a dataset.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
numbers | array | required | Non-empty numeric dataset |
percentile | number | optional | Percentile 0..100 (returns the value there) |
value | number | optional | A value (returns its percentile rank) |
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": "percentile", "arguments": {"numbers": []}}}'curl -s https://wingmanprotocol.com/tools/percentile \
-H 'Content-Type: application/json' \
-d '{"numbers": []}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/percentile from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).