veridigit for Cursor
io.github.qinisolabs/veridigit
Verified IBAN, card, ISBN-13 & VIN validation for AI agents — checksums, not guesses.
client:Cursor
transport:stdio
runtime:npm
Install veridigit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"veridigit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"veridigit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs