@mukundakatta/luhn-mcp
v0.1.0
Published
MCP server: compute and verify the Luhn (mod-10) checksum for credit cards and IDs.
Maintainers
Readme
luhn-mcp
MCP server: Luhn (mod-10) checksum tools. Used by credit cards, IMEIs, Canadian SIN, US NPI, and many other ID schemes. No deps.
Tools
verify—{ input: "4532015112830366" }→{ valid: true }checksum— compute the check digit for an input that lacks onecomplete— append the check digit
Spaces and dashes in input are ignored.
Configure
{ "mcpServers": { "luhn": { "command": "npx", "args": ["-y", "@mukundakatta/luhn-mcp"] } } }License
MIT.
