Skip to content
Cursor

Address Validator API for Cursor

io.github.br0ski777/address-validator

Parse, validate and normalize postal addresses. Detect country, verify format. x402.

client:Cursor transport:sse

Install Address Validator API in Cursor

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

{
  "mcpServers": {
    "address-validator": {
      "url": "https://address-validator.api.klymax402.com/mcp"
    }
  }
}

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

Address Validator API in other clients