You're viewing a demo portfolio

Join the waitlist
PRSM

check_luhn

Active

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

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 →
check_luhn — Creditcard — PRSM MCP