check_luhn
ActiveTool of Creditcard
declared in 0.1.0
Run a raw Luhn (mod-10) check-digit validation on any numeric string (cards, IMEI, national IDs, etc.). Returns whether the check digit is valid and what the correct check digit would be.
Parameters schema
{
"type": "object",
"required": [
"number"
],
"properties": {
"number": {
"type": "string",
"description": "A numeric string to Luhn-check."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Creditcard
https://github.com/pipeworx-io/mcp-creditcard
2/7 registries