Emails Validator
emails_validatorValidate email addresses for deliverability, clean outbound lead lists, and filter invalid inputs before enrichment or outreach.
Instructions
Validate email addresses with the documented /email-validator endpoint.
Best for:
deliverability checks
validating outbound lead lists
filtering invalid email inputs before enrichment or outreach
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| query | Yes | One or more email addresses to validate. | |
| webhook | No | Optional webhook URL for async completion. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |