live · Developer Tools · JSON · API for agents
Run a free email-deliverability scan (SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI, DNS blocklists) for a domain and return a 0-100 score with per-check findings. Anonymous, no account required, rate-limited to 5 scans/hour per IP.
{
"name": "scan_domain",
"kind": "action",
"impl": "imperative",
"description": "Run a free email-deliverability scan (SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI, DNS blocklists) for a domain and return a 0-100 score with per-check findings. Anonymous, no account required, rate-limited to 5 scans/hour per IP.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain to scan, e.g. example.com (apex domain, no scheme or path)."
}
},
"required": [
"domain"
]
},
"page": "/"
}