@rumblingb/email-verify-mcp
v1.0.0
Published
Verify any email address — MX record check, SMTP handshake, syntax validation. Essential for any app with user registration.
Maintainers
Readme
Email Verify MCP
Verify any email address — MX record check, SMTP handshake, syntax validation, disposable detection. Built for AI agents.
Features
- Syntax validation — RFC-compliant format check
- MX record lookup — DNS resolution of mail servers
- SMTP handshake — Real-time server reachability test
- Disposable detection — 27+ known throwaway domains blocked
- Role account flag — Identifies admin@, noreply@, support@ addresses
- Bulk verification — Up to 10 emails per call
Usage
With Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"email-verify-mcp": {
"command": "npx",
"args": ["-y", "@rumblingb/email-verify-mcp"]
}
}
}Tools
check_email — Verify a single email
Input: { "email": "[email protected]" }
Output: { valid, reason, checks_passed[], mx_records[], smtp_reachable, disposable, role_account }verify_bulk — Verify up to 10 emails at once
Input: { "emails": ["[email protected]", "[email protected]"] }
Output: { total, results[] }Pricing
| Tier | Price | Checks | |------|-------|--------| | Free | $0 | 50/day | | Pro | $19/mo | 1,000/month | | Unlimited | $99/mo | Unlimited |
Install
npx @rumblingb/email-verify-mcpOr install globally:
npm install -g @rumblingb/email-verify-mcp
email-verify-mcpLicense
MIT — AgentPay Labs
