Skip to content
VS Code

Email Verification MCP for VS Code

io.github.foundrynet/email-verify-mcp

Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.

client:VS Code transport:streamable-http

Install Email Verification MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "email-verify-mcp": {
      "type": "http",
      "url": "https://email-verify-mcp-production.up.railway.app/mcp"
    }
  }
}

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

Email Verification MCP in other clients