@mukundakatta/iban-mcp
v0.1.0
Published
MCP server: validate, format, and split IBAN bank account numbers.
Downloads
98
Maintainers
Readme
iban-mcp
MCP server: validate and format IBAN bank-account numbers. No external deps — pure implementation of the ISO 13616 mod-97 check.
Tools
validate
{ "iban": "DE89 3704 0044 0532 0130 00" }→
{ "iban": "DE89370400440532013000", "valid": true, "country": "DE" }Failure cases report reason (too short / unknown country / expected
N chars, got M / checksum failed).
format
{ "iban": "de89370400440532013000" }→ { "formatted": "DE89 3704 0044 0532 0130 00" }
Covers ~85 countries currently in the IBAN registry.
Configure
{ "mcpServers": { "iban": { "command": "npx", "args": ["-y", "@mukundakatta/iban-mcp"] } } }License
MIT.
