Greatest common divisor and least common multiple of integers.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
a | integer | optional | First integer |
b | integer | optional | Second integer |
numbers | array | optional | Array of two or more integers (instead of a/b) |
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": "gcd_lcm", "arguments": {"a": 10, "b": 10, "numbers": []}}}'curl -s https://wingmanprotocol.com/tools/gcd_lcm \
-H 'Content-Type: application/json' \
-d '{"a": 10, "b": 10, "numbers": []}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/gcd_lcm from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).