Complete email validation including DNS checks, MX record verification, inbox testing, catch-all detection, and syntax validation. Reduce bounce rates by up to 99%.
Already have a task ID?
Our REST API is designed for developers who need reliable email validation. Get comprehensive validation results in milliseconds with our enterprise-grade infrastructure.
{
"valid_syntax": 1,
"valid_dns": 1,
"has_mailbox": 1,
"is_catch_all": 0,
"is_disposable": 0,
"is_role": 0,
"status": "deliverable",
"description": "This email address is valid and can receive emails reliably.",
"validation_completed": true
}
{
"valid_syntax": 1,
"valid_dns": 1,
"has_mailbox": 1,
"is_catch_all": 1,
"is_disposable": 0,
"is_role": 0,
"status": "risky",
"description": "This email address is valid but may have deliverability issues.",
"validation_completed": true
}
{
"valid_syntax": 0,
"valid_dns": 0,
"has_mailbox": 0,
"is_catch_all": 0,
"is_disposable": 0,
"is_role": 0,
"status": "undeliverable",
"description": "This email address cannot receive emails or has validation issues.",
"validation_completed": true
}
Our MCP server brings enterprise-grade email validation directly into your AI development environment. Let Cursor and Windsurf validate emails in real-time as you code, making your applications more robust and reliable.
AI-powered code editor
AI-native IDE
Validate single email addresses with comprehensive checks
Upload CSV, TXT, XLSX, XLS files for bulk validation
Track progress of bulk validation tasks
View account details and usage information
{
"mcpServers": {
"email-checker": {
"command": "node",
"args": ["mcp-server.js"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
// Single email validation:
"Validate user@example.com"
// Bulk validation:
"Upload emails.csv for bulk validation"
// Check task progress:
"Check status of task abc-123-def"
// Available tools:
• validate_email
• bulk_validate_emails
• get_task_status
• get_account_info