Skip to content

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

uk.co.postio/postcode-address-validation

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

client:Cursor transport:stdio runtime:npm

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

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

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

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

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

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