Skip to content
Cursor

Checksum Validator for Cursor

com.apished/checksum-validator

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

client:Cursor transport:streamable-http tools:6

Install Checksum Validator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "checksum-validator": {
      "url": "https://apished.com/mcp/v1/checksum"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Checksum Validator in other clients