Servers
Mailboxvalidator
@MailboxValidator
Email validation MCP server using MailboxValidator API
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mailboxvalidator": {
"command": "npx",
"args": [
"-y",
"mcp-mailboxvalidator"
],
"env": {
"MAILBOXVALIDATOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}