Email Deliverability Diagnostic is a paid API for AI agents from agent402.tools, paid per call via x402, $0.009/call, status unknown (last checked 2026-09-14).
Diagnoses why a domain's email lands in spam by checking SPF posture, DMARC policy, DKIM key strength, MX targets, and returning a composite 0–100 deliverability score.
Bundled execution of the Email deliverability workflow - Diagnose why a domain's email lands in spam: SPF posture, DMARC policy, DKIM key strength, MX targets, and a composite 0–100 score. One x402 payment runs 6 underlying tools (spf-check, dmarc-check, dkim-lookup, email-deliverability, email-validate, dns-lookup); partial-success per step.
Returns a structured report covering SPF posture, DMARC policy details, DKIM key strength, MX record targets, and a composite 0–100 deliverability score — all from a single bundled execution of 6 underlying email diagnostics tools.
POSThttps://agent402.tools/api/skill/email-deliverabilityUse this endpoint when you need a comprehensive, one-call email deliverability audit covering all major authentication and routing signals (SPF, DMARC, DKIM, MX) plus a composite score — rather than calling individual DNS lookup tools separately. Ideal for agents diagnosing spam delivery issues or auditing email infrastructure for any domain.
| Field | Type | Description |
|---|---|---|
| domain | string | Sending domain to diagnose (e.g. stripe.com) |
{
"type": "json",
"example": {
"args": {
"domain": "example.com"
},
"pack": "email-deliverability",
"steps": [
{
"ok": true,
"slug": "spf-check",
"result": {}
},
{
"ok": true,
"slug": "dmarc-check",
"result": {}
},
{
"ok": true,
"slug": "dkim-lookup",
"result": {}
},
{
"ok": true,
"slug": "email-deliverability",
"result": {}
},
{
"ok": true,
"slug": "email-validate",
"result": {}
},
{
"ok": true,
"slug": "dns-lookup",
"result": {}
}
],
"summary": "6/6 steps succeeded"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"