validate_email
ActiveTool of EmailMCP
declared in 1.0.0
Validate email addresses and check deliverability
Parameters schema
{
"type": "object",
"required": [
"emails"
],
"properties": {
"emails": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of email addresses to validate"
},
"check_mx": {
"type": "boolean",
"default": true,
"description": "Check MX records for domain"
},
"check_smtp": {
"type": "boolean",
"default": false,
"description": "Perform SMTP validation"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries