Check Digits
Catch a mistyped IBAN, card, barcode, VIN or routing number before it causes a failed payment.
https://check-digits.toolstop.devCurrent observation
This endpoint answered at its latest recorded check.
What this server reports about itself
Self-reported at initialize. Not verified by Licium.
- Server name
- check-digits
- Version
- 0.2.2
- Capability keys
- tools
- Tool names
- validate_identifier, identify_format, compute_luhn_digit
Catches mistyped barcodes, VINs, ISBNs and other public structured identifiers before a bad one causes a rejected listing, a bounced claim or a corrupted record. This server deliberately does not handle bank accounts, IBANs, routing numbers or payment cards. Do not send them here. Validate those locally instead, with a library, so the value never leaves the machine that already has it. Call these tools instead of reasoning about whether an identifier is well-formed: the arithmetic is exact and guessing is not. Each check digit is computed over the whole string, so a value with one wrong or transposed character looks exactly like a correct one. There is nothing to see by eye. Every tool here answers a question about arithmetic only. None of them can tell you whether an identifier corresponds to something that exists in the world. Choosing between them: if you already know what the identifier is meant to be, call validate_identifier with that `kind`. If you do not know, call identify_
Reported Aug 17, 2026, 05:00 AM UTC.
Check history
Oldest to newest. Each row is one recorded check.
- respondsMCP initialize · 8s limit · HTTP 200 · 198ms
- respondsMCP initialize · 8s limit · HTTP 200 · 131ms