F
licenseNot graded
qualityC
maintenanceMCP server that exposes an email verification tool, returning verdicts of valid, invalid, or risky with reasons.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct aspect of email validation: disposable, free, and general validity/reachability. There is no overlap in their purposes.
All tool names follow a consistent verb_noun pattern (check_disposable_email, check_free_email, validate_email) with snake_case, making them predictable.
Three tools is a reasonable and focused set for an email validation server, covering key functions without unnecessary bloat.
The set covers primary email validation needs (disposable, free, general validity). Minor gaps like syntax-only checks are absent, but the core surface is solid.