You're viewing a demo portfolio

Join the waitlist
PRSM

validate_card

Active

Tool of Creditcard

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Creditcard

https://github.com/pipeworx-io/mcp-creditcard

2/7 registries
View full server →
validate_card — Creditcard — PRSM MCP