Skip to content

Address Validator API for Zed

io.github.br0ski777/address-validator

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

client:Zed transport:sse

Install Address Validator API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Address Validator API in other clients