HomeMarketing & E-Commerce › MailboxValidator

MailboxValidator

Email validation MCP server using the MailboxValidator API. It can validate email addresses.

TypeScript Cloud
★ 1 stars Last pushed 2026-06-03 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-mailboxvalidator": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MAILBOXVALIDATOR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAILBOXVALIDATOR_API_KEY required secret — Your MailboxValidator API key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry