← All WebMCP sites

dmarc.networkthinking.com

Developer Toolshttps://dmarc.networkthinking.com/listed as of 2026-08-26
DMARC monitoring for MSPs: SPF, DKIM, aggregate reporting, DNS change alerts, domain expiration tracking, and client summary emails across managed companies.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 55/100 (C).

Tools

check_mail_securityanswerimperative
Run a live SPF, DMARC, DKIM, MX, TXT, DNS, and registrar posture check for a public domain. Returns a compact summary and report URL. The page may briefly show a Cloudflare security check.
Input schema
{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain to analyze, e.g. example.com"
    }
  },
  "required": [
    "domain"
  ],
  "additionalProperties": false
}
export_mail_security_reportactimperative
Export the latest mail-security-check results. Formats: copy (clipboard HTML/text for email), pdf (download), or email (send report to a recipient). Email format requires name, company, email, and found_us. Call check_mail_security first if no results are on the page.
Input schema
{
  "type": "object",
  "properties": {
    "format": {
      "type": "string",
      "enum": [
        "copy",
        "pdf",
        "email"
      ],
      "description": "Export format"
    },
    "name": {
      "type": "string",
      "description": "Recipient name (required for email format)"
    },
    "company": {
      "type": "string",
      "description": "Company name (required for email format)"
    },
    "email": {
      "type": "string",
      "description": "Recipient email (required for email format)"
    },
    "found_us": {
      "type": "array",
      "description": "How the user found this product (required for email format)",
      "items": {
        "type": "string",
        "enum": [
          "search",
          "referral",
          "linkedin",
          "nts_website",
          "existing_customer",
          "event",
          "other"
        ]
      },
      "minItems": 1
    }
  },
  "required": [
    "format"
  ],
  "additionalProperties": false
}
open_get_startedactimperative
Open the Email Security Monitor sign-up / get-started flow so a user can begin managed DMARC monitoring.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
open_sign_inactimperative
Open the Email Security Monitor sign-in page for existing users.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.