
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
agentpay-email-verify-mcp
Advanced tools
MCP server: Email verification with format checks, MX records, disposable detection, typo correction, and rate limiting + Pro tier
Validate emails without sending a single message. Reduce bounce rates, protect sender reputation, and clean your mailing lists — all from your MCP-compatible client (Claude Desktop, Cursor, VS Code + Continue, etc.).
| Tool | Description |
|---|---|
verify_email | Full email validation: format check, MX record lookup, disposable email detection, typo suggestion, deliverability score |
verify_email_batch | Batch verify multiple emails in a single call |
is_disposable_email | Check if a domain is a known disposable/temporary email provider |
Zero external API dependencies. Everything runs locally using:
re — RFC-compliant format validationsocket — MX record and domain resolution{
"email": "test@example.com",
"valid_format": true,
"has_mx_record": true,
"is_disposable": false,
"typo_suggestion": null,
"score": 0.95,
"details": "Email has valid format, MX records found, not a disposable provider"
}
| Plan | Price | Limit |
|---|---|---|
| Free | $0 | 50 verifications per server instance |
| Pro | $19/month | Unlimited verifications |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"email-verify": {
"command": "python",
"args": ["path/to/email-verify-mcp/server.py"]
}
}
}
{
"mcpServers": {
"email-verify": {
"command": "python",
"args": ["path/to/email-verify-mcp/server.py", "--pro-key", "PROL_AGENTPAY_DEMO"]
}
}
}
On Smithery, configure the proKey environment variable to use Pro mode.
pip install -r requirements.txt
# Free tier (50 calls)
python server.py
# Pro tier (unlimited)
python server.py --pro-key PROL_AGENTPAY_DEMO
After purchase, you'll receive a Pro key (PROL_XXX) to unlock unlimited email verifications.
mcp>=1.0.0MIT
FAQs
MCP server: Email verification with format checks, MX records, disposable detection, typo correction, and rate limiting + Pro tier
The npm package agentpay-email-verify-mcp receives a total of 6 weekly downloads. As such, agentpay-email-verify-mcp popularity was classified as not popular.
We found that agentpay-email-verify-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.