Validate emails without sending a single message. Reduce bounce rates, protect sender reputation, and clean your mailing lists — format checks, MX records, disposable detection, and typo correction.
Full email validation — format, MX, SMTP handshake
Identify temporary and disposable email addresses
Suggest corrections for common domain typos (gmial → gmail)
Validate multiple emails in a single call
Get a confidence score for deliverability prediction
Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:
Describe natural language interactions your AI assistant can use with this server.
git clone https://github.com/Rumblingb/email-verify-mcp.git
cd email-verify-mcp
pip install -r requirements.txt
python3 server.py