Check Digits
dev.toolstop/check-digitsCatch a mistyped barcode, ISBN, VIN, NPI or LEI before a bad identifier corrupts a record.
Tools · 3
Verify a number when you already know what it is supposed to be. Use this whenever someone gives you a product barcode (GTIN, UPC or EAN), a book number (ISBN-10 or ISBN-13), a vehicle VIN, a US healt…
Identify a bare number whose type was never recorded. Tests it against every supported format and reports which ones its check digit satisfies. Use it for an unlabeled spreadsheet column, a value pull…
Given digits with the final check digit omitted, return the one that completes them. US healthcare NPIs and securities ISINs use the Luhn formula. Use it to build valid test fixtures, to recover a la…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"check_digits": {
"url": "https://check-digits.toolstop.dev",
"transport": "streamable-http"
}
}
}