
email-validator
Cloudflare Workers MCP server: email-validator
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: email-validator
Server tool list (4)
Raw names from tools/list. Only developers need these.
| validate_email | Validate a single email address with comprehensive checks: syntax (RFC 5322), MX records, disposable domain detection, role-based detection, SPF/DKIM, typo suggestions, and risk scoring (0-100). |
| validate_batch | Batch validate up to 100 email addresses at once. Returns individual results plus summary stats. |
| check_domain | Check domain reputation: MX records, SPF, DKIM, disposable detection, A record existence, and overall reputation score. |
| suggest_fix | Detect common email typos and suggest corrections (e.g. user@gmial.com -> user@gmail.com). Covers Gmail, Yahoo, Hotmail, Outlook, iCloud, Protonmail, and more. |