Skip to content
Back to search
90
MCP live v1.2.0 sse

Email Verification API

io.github.Br0ski777/email-verification

Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC.

Uptime
40.0%
5 probes
Response
226ms
last probe
Tools
2
callable

Tools · 2

email_verify_address

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 …

email_verify_batch

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, …

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"
    }
  }
}