Skip to content
VS Code

veridigit for VS Code

io.github.qinisolabs/veridigit

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

client:VS Code transport:stdio runtime:npm

Install veridigit in VS Code

.vscode/mcp.json

{
  "servers": {
    "veridigit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "veridigit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

veridigit in other clients