Skip to content

Postio — UK Address, Postcode, Email & Phone Validation for Zed

uk.co.postio/postcode-address-validation

Validate UK addresses, postcodes, emails and phone numbers — Royal Mail PAF, live SMTP and HLR.

client:Zed transport:stdio runtime:npm

Install Postio — UK Address, Postcode, Email & Phone Validation in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "postcode-address-validation": {
      "command": "npx",
      "args": [
        "-y",
        "@postio/mcp"
      ],
      "env": {
        "POSTIO_API_KEY": "<POSTIO_API_KEY>",
        "POSTIO_BASE_URL": "<POSTIO_BASE_URL>"
      }
    }
  }
}

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

Postio — UK Address, Postcode, Email & Phone Validation in other clients