Validate or compute check digits for IBAN, ISBN-10, and ISBN-13 identifiers.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
scheme | string | optional | Checksum scheme One of: iban, isbn10, isbn13 |
value | string | required | Value to check (spaces/dashes ignored) |
mode | string | optional | validate or check_digit One of: validate, check_digit |
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": "checksum", "arguments": {"value": "example"}}}'curl -s https://wingmanprotocol.com/tools/checksum \
-H 'Content-Type: application/json' \
-d '{"value": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/checksum from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).