mcpbeat Sign in

Check Digit Validator MCP Server

not responding

Check Digit Validator is listed as active in the registry but did not answer our last check. It exposes 1 tools.

Validates IBAN/ISBN/EAN/Luhn checksums and finds the one wrong digit

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 5 days of history · worst day 4%
5 days agonow
6.5%
Uptime 24h
6 of 93 checks
1
Tools
read from the server
923 ms
Response time
average over 24h
open, no key
Access
streamable-http

Check Digit Validator does not always answer

Over the last week it answered 70.5% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add check-digit --transport http https://check-digit.gumballtools.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "check-digit": {
      "url": "https://check-digit.gumballtools.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.check-digit]
url = "https://check-digit.gumballtools.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "check-digit": {
      "url": "https://check-digit.gumballtools.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "check-digit": {
      "url": "https://check-digit.gumballtools.com/api/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

run
run
Validate the check digit(s) on an IBAN, ISBN-10, ISBN-13, EAN-13, UPC-A, or Luhn-checked card number, and when it fails, try to say which digit is wrong. Use this instead of computing the checksum yourself. Mod-97 arithmetic on a rearranged 15-34 character IBAN, or a weighted sum mod 10/11 over 10-19 digits, is exactly the kind of long deterministic calculation language models get wrong silently and confidently — there is no way for a reader to tell a fabricated "valid" from a real one without redoing the math. This tool actually redoes the math, and when the checksum fails, searches for the single adjacent-digit swap or single-character substitution that would repair it, because a transposed pair is the most common real cause of a bounced payment or a mistyped barcode. IMPORTANT, and easy to get wrong: for ISBN-13/EAN-13/UPC-A and Luhn, the digit alphabet (0-9) almost exactly spans the checksum's modulus, so a failing check usually admits MANY equally valid single-digit substitutions — the math genuinely cannot narrow it to one digit unless the error was an adjacent transposition. When that happens, the response reports the full candidate list rather than picking one; treat that as the honest answer, not a failure to find it. IBAN (mod 97) is the exception and usually does localize to one digit. Inputs: `input` (the number; spaces and hyphens are stripped automatically) and `format`, one of iban | isbn10 | isbn13 | ean13 | upca | luhn — required, never auto-detected, because the same digit string can be validly checked under more than one format with different results. Refuses rather than guesses: an IBAN country code not in the ISO 13616 length registry, the wrong length for a declared format, or characters outside the format's alphabet (e.g. a letter in a card number). A passing checksum is a syntax check only — it does not confirm an IBAN names an open account, an ISBN is a real book, or a card is active or unstolen.

Endpoints

URLTransportStateLatencyChecked
https://check-digit.gumballtools.com/api/mcp streamable-http answering 309 ms 3 min ago

Alternatives to Check Digit Validator

same job, measured the same way
C
Checksum Validator
by apished

Validates Luhn, IBAN, ISBN, EAN/UPC, SWIFT/BIC, and EU VAT checksums and formats.

6 tools answering
Openiban
by pipeworx-io

OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the

33 tools answering
CPF
by mcp-dir

Validates CPF (check digits) and discovers lawsuits by CPF, searching by NAME in the official gazett

8 tools answering
IBAN Validator
by peonixo147

Validate IBAN bank account numbers (format + mod-97 checksum). Returns whether the IBAN is valid.

1 tools answering
Veridigit
by qinisolabs

Verified IBAN, card, ISBN-13 & VIN validation for AI agents — checksums, not guesses.

19 installs/wk local only
IBAN Validation MCP
by iban-test-www

Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES.

4 tools answering
llms.txt Generator
by llms-txt-generator

Create, validate and audit llms.txt, incl. the Lighthouse Agentic Browsing check.

4 tools answering
Commerce Validators
by scienceswarm

Commerce validators: live EU VAT (VIES), EORI, email/MX lookups; IBAN/ABA/GTIN checksums; VAT rates.

10 tools answering

Check Digit Validator — questions

Answers built from our own checks of this server.

What can Check Digit Validator do?
It exposes 1 tools, read directly from the server on our last check. Among them: run. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Check Digit Validator working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 6 of 93 checks got a reply (6.5%), average response time 923 ms. The bar chart above shows every period we have measured.
Is Check Digit Validator still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Check Digit Validator as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Check Digit Validator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Check Digit Validator need an API key?
No. Check Digit Validator completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Check Digit Validator?
It answers our handshake in 923 ms on average, which is faster than 11% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.