Skip to content
Windsurf

Mail7 Email Validation for Windsurf

net.mail7/email-validation

Verify email addresses, clean lists, and audit a domain SPF, DKIM, DMARC and MX setup.

client:Windsurf transport:stdio runtime:npm

Install Mail7 Email Validation in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "email-validation": {
      "command": "npx",
      "args": [
        "-y",
        "mail7-mcp"
      ],
      "env": {
        "MAIL7_API_KEY": "<MAIL7_API_KEY>",
        "MAIL7_BASE_URL": "<MAIL7_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Mail7 Email Validation in other clients