Email Verification API
io.github.Br0ski777/email-verificationVerify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC.
Tools · 2
Verify email deliverability in real-time. Alternative to Hunter email-verifier at 15x lower cost. Returns a structured JSON report with syntax, MX, disposable detection, role-based flags, and quality …
Use this when you need to validate multiple email addresses at once (up to 100). Returns a JSON array of verification results plus summary counts. 1. results (array) -- each entry has valid, syntax, …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"email_verification_api": {
"url": "https://email-verification.api.klymax402.com/mcp",
"transport": "sse"
}
}
}