mcpbeat Sign in

Email Verification API MCP Server

not responding

Email Verification API is listed as active in the registry but did not answer our last check. It exposes 2 tools. Last commit 2 Sep 2026.

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

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
2
Tools
read from the server
53 ms
Response time
average over 24h
0
Stars
last commit 2 Sep 2026

Email Verification API does not always answer

Over the last week it answered 30.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 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 53 ms 3 min ago

Alternatives to Email Verification API

same job, measured the same way
E
Checkmails — Email Verification
by checkmails

Verify email deliverability by SMTP. Catch-all/disposable/role detection. EU-hosted, GDPR-ready.

answering
I
Email Validator
by ryuamarines

Validates email syntax and MX records. x402 payment required (testnet USDC).

1 tools answering
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

38 installs/wk local only
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
Emailable
by pipeworx-io

Emailable MCP — wraps the Emailable email verification API (emailable.com)

32 tools answering
Mailsink
by heocoi

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

31 installs/wk local only
Qualisend Email Verification
by qualisend

Verify email addresses and clean lists to improve deliverability and sender reputation.

12 tools answering
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

58 installs/wk local only

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 0 of 91 checks got a reply (0.0%), average response time 53 ms. The bar chart above shows every period we have measured.
The registry lists Email Verification API as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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.
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.