Verified IBAN, payment card, ISBN-13 and VIN validation for AI agents — runs the real checksum algorithms (mod-97, Luhn, mod-10, ISO 3779) instead of letting the model guess, and returns structured results with clear errors.
Server Config
{
"mcpServers": {
"veridigit": {
"command": "npx",
"args": [
"-y",
"veridigit"
]
}
}
}