mcpbeat

Email Verification API MCP Server

io.github.Br0ski777/email-verification
answering

Email Verification API is answering right now. Last checked 6 min ago. It exposes 2 tools. Last commit 19 Jul 2026.

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

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
28 ms
Response time
average over 24h
0
Stars
last commit 19 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add email-verification --transport http https://email-verification.api.klymax402.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email-verification": {
      "url": "https://email-verification.api.klymax402.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.email-verification]
url = "https://email-verification.api.klymax402.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "email-verification": {
      "url": "https://email-verification.api.klymax402.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "email-verification": {
      "url": "https://email-verification.api.klymax402.com/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

email
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 score 0-100. 1. valid (boolean) -- overall verdict 2. syntax (boolean) -- RFC 5322 format check 3. mx (boolean) -- domain has working mail servers 4. disposable (boolean) -- Mailinator, Guerrilla Mail, 100+ throwaway providers 5. role (boolean) -- role-based address (admin@, info@, support@) 6. free (boolean) -- free provider (Gmail, Yahoo, Outlook) 7. score (number 0-100) -- composite quality score Example output: {"valid":true,"syntax":true,"mx":true,"disposable":false,"role":false,"free":true,"score":85,"email":"[email protected]"} Use this BEFORE sending outreach emails, adding contacts to CRM, or processing signups. Essential for verifying email deliverability, cleaning email lists, detecting fake registrations, and qualifying leads. Drop-in replacement for Hunter email verification. Do NOT use for finding emails -- use email_find_by_name instead. Do NOT use for person data -- use person_enrich_from_email instead. Do NOT use for domain deliverability audit (SPF/DKIM/DMARC) -- use email_audit_deliverability instead.
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, mx, disposable, role, free, score 2. summary.total (number) -- total emails processed 3. summary.valid (number) -- count of valid emails 4. summary.invalid (number) -- count of invalid emails 5. summary.disposable (number) -- count of disposable addresses caught Example output: {"results":[{"email":"[email protected]","valid":true,"score":90},{"email":"[email protected]","valid":false,"score":10}],"summary":{"total":2,"valid":1,"invalid":1,"disposable":1}} Use this FOR bulk list cleaning, CRM hygiene, or pre-campaign validation. Essential when you have 5+ emails to verify at once. Do NOT use for single emails -- use email_verify_address instead. Do NOT use for finding emails -- use email_find_by_name instead.

Endpoints

URLTransportStateLatencyChecked
https://email-verification.api.klymax402.com/mcp sse answering 24 ms 6 min ago

Email Verification API — questions

Answers built from our own checks of this server.

What can Email Verification API do?
It exposes 2 tools, read directly from the server on our last check. Among them: email_verify_address, email_verify_batch. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Email Verification API working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 28 ms. The bar chart above shows every period we have measured.
How do I connect Email Verification API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Email Verification API need an API key?
No. Email Verification API completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Email Verification API?
It answers our handshake in 28 ms on average, which is faster than 99% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Email Verification API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.