validate_emails
ActiveTool of com.thenextgennexus/google-maps-mcp-server
Validate and verify email addresses for deliverability, format compliance, and mailbox existence. Returns pass/fail status per email, syntax errors, domain validity, and SMTP verification result. Use before sending bulk emails to prevent bounces and protect sender reputation.
Parameters schema
{
"type": "object",
"required": [
"emails"
],
"properties": {
"emails": {
"type": "array",
"items": {
"type": "string",
"description": "Individual email address to validate (e.g. 'john.doe@company.com', 'contact@example.org')"
},
"description": "Array of email addresses to validate for syntax, domain, and deliverability"
}
}
}Parent server
com.thenextgennexus/google-maps-mcp-server
1/7 registries