Format a non-negative integer with its English ordinal-indicator suffix (1 -> '1st', 11 -> '11th', 21 -> '21st').
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
n | number | string | required | Non-negative integer to format |
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": "number_to_ordinal", "arguments": {"n": 100}}}'curl -s https://wingmanprotocol.com/tools/number_to_ordinal \
-H 'Content-Type: application/json' \
-d '{"n": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/number_to_ordinal from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).