Email Fraud Detection
security.ipqs.email_checkValidate email addresses for fraud risk by checking deliverability, disposable providers, spam traps, leaked credentials, and catch-all detection. Returns fraud score and SMTP verification.
Instructions
Validate email for fraud risk — checks deliverability, disposable/temporary providers, honeypot traps, spam traps, leaked credentials, catch-all detection. Returns fraud score (0-100), SMTP verification, domain age, and abuse history. Goes beyond basic validation (IPQualityScore)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to validate and check for fraud (e.g. "user@example.com") | ||
| fast | No | Skip SMTP verification for faster response (default false) | |
| abuse_strictness | No | Abuse detection sensitivity 0-2 (0=low, 2=aggressive) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |