I

inboxguard.io

Continuous SPF, DKIM, DMARC, MTA-STS, BIMI, and 13-DNSBL monitoring for engineering teams shipping transactional and lifecycle email. Daily scans, instant alerts, hosted DMARC reports.

1action
https://inboxguard.io/

live · Developer Tools · JSON · API for agents

Tools 1 tool

scan_domainaction

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.

View tool JSON
{
  "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": "/"
}