validate_card
ActiveTool of Creditcard
Validate a credit/debit card number (keyless, offline): Luhn (mod-10) checksum, detected card network (Visa/Mastercard/Amex/Discover/JCB/Diners/UnionPay/Maestro), and whether the length is valid for that network. Spaces/dashes are ignored. NOTE: this checks the number is well-formed — it does NOT verify the card is real/active/funded (that needs a payment processor).
Parameters schema
{
"type": "object",
"required": [
"number"
],
"properties": {
"number": {
"type": "string",
"description": "The card number, e.g. \"4111 1111 1111 1111\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Creditcard
https://github.com/pipeworx-io/mcp-creditcard
2/7 registries