Skip to content
VS Code

email verifier for VS Code

io.github.pavel-tashev/email-verifier

Verify email addresses in bulk: syntax, domain, MX, disposable and role addresses, SPF and DMARC

client:VS Code transport:streamable-http

Install email verifier in VS Code

.vscode/mcp.json

{
  "servers": {
    "email-verifier": {
      "type": "http",
      "url": "https://mcp.apify.com?tools=pavel.tashev/email-verifier"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

email verifier in other clients