MailboxValidator MCP server validates email addresses using MailboxValidator API to ensure your mailing list is clean and to reduce email bounces during marketing campaigns.
With a free MailboxValidator API key, users can query up to 300 emails per month. If more queries are required, users can opt for a paid API plan instead.
https://www.mailboxvalidator.com/plans#api
Overview
MailboxValidator MCP server validates email addresses using MailboxValidator API to ensure your mailing list is clean and to reduce email bounces during marketing campaigns.
With a free MailboxValidator API key, users can query up to 300 emails per month. If more queries are required, users can opt for a paid API plan instead.
Server Config
{
"mcpServers": {
"mailboxvalidator": {
"command": "node",
"args": [
"C:\\path\\to\\mcp-mailboxvalidator\\build\\index.js"
],
"env": {
"MAILBOXVALIDATOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}