APImcp
GuidesEmail Validation
ConsoleDocsMCP
Email Validation ⏱ 1 min read

Email Verification API — Validate Any Email Address in Real-Time

Free email verification API with syntax check, MX record lookup, disposable domain detection, role account detection, typosquat correction, and deliverability scoring. Validate any email address in real-time.

01

What is Email Verification?

Email verification is the process of validating whether an email address is valid, deliverable, and safe to send to. APImcp.site's email verification API performs comprehensive checks including syntax validation, MX record lookup to confirm the domain accepts mail, disposable email domain detection, role account detection (admin@, info@, etc.), typosquat domain detection, and a deliverability score. No email is actually sent — all checks are performed via DNS and pattern analysis.

02

How to Use the Email Verify API

Call GET /api/v1/email-verify?email=user@example.com. The API returns a JSON response with valid (boolean), score (0-1), syntax_valid, mx_found, disposable, role_account, typosquat_domain, free_email, and error flags. The score aggregates all checks into a single deliverability confidence metric.

03

Key Features

Syntax validation against RFC 5321/5322. MX record lookup via Cloudflare DNS-over-HTTPS. Disposable domain database with 10,000+ known domains. Role account detection (admin, info, sales, support, etc.). Typosquat detection for common domain misspellings. Catch-all domain detection. Free vs paid email domain classification.

04

Use Cases

User registration validation to prevent fake signups. Email list cleaning before marketing campaigns. Lead generation quality scoring. Form submission validation. Reducing bounce rates in email marketing. Fraud prevention for account creation.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Does the email verify API actually send an email?
No. All checks are performed via DNS lookup (MX records), pattern matching, and database lookups. No email is ever sent to the address being verified.
What is a good deliverability score?
Scores above 0.8 indicate a highly deliverable email. Scores between 0.5 and 0.8 have some risk. Scores below 0.5 are likely undeliverable or risky.
How many disposable email domains do you detect?
Over 10,000 known disposable email domains are checked, including temporary email services like Mailinator, Guerrilla Mail, 10 Minute Mail, and Temp Mail.