All integrations·AI / agents

MCP server

Active

Model Context Protocol server. Six tools (address search, postcode lookup, UDPRN, email, phone, connect). One-line install for Claude Desktop / Code, Cursor, Windsurf, Zed.

Install

claude mcp add postio --env POSTIO_API_KEY=pk_… -- npx -y @postio/mcp

30-second example

{
  "mcpServers": {
    "postio": {
      "command": "npx",
      "args": ["-y", "@postio/mcp"],
      "env": { "POSTIO_API_KEY": "pk_…" }
    }
  }
}