Convert an integer (1..3999) to Roman numerals or back.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
mode | string | optional | Direction One of: to_roman, to_int |
number | integer | optional | Integer 1..3999 (to_roman) |
roman | string | optional | Roman numeral string (to_int) |
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": "roman", "arguments": {"mode": "to_roman", "number": 10, "roman": "example"}}}'curl -s https://wingmanprotocol.com/tools/roman \
-H 'Content-Type: application/json' \
-d '{"mode": "to_roman", "number": 10, "roman": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/roman from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).