← WebMCP Directory

Tool tree

dmarc.networkthinking.com

liveDeveloper Tools
https://dmarc.networkthinking.com/
DMARC monitoring for MSPs: SPF, DKIM, aggregate reporting, DNS change alerts, domain expiration tracking, and client summary emails across managed companies.
Explore capabilities
check_mail_securityAnswer

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.

View tool JSON
{
  "name": "check_mail_security",
  "kind": "answer",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "Domain to analyze, e.g. example.com"
      }
    },
    "required": [
      "domain"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
export_mail_security_reportAction

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.

View tool JSON
{
  "name": "export_mail_security_report",
  "kind": "act",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "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
  },
  "page": "/"
}
open_get_startedAction

Open the Email Security Monitor sign-up / get-started flow so a user can begin managed DMARC monitoring.

View tool JSON
{
  "name": "open_get_started",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Email Security Monitor sign-up / get-started flow so a user can begin managed DMARC monitoring.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
open_sign_inAction

Open the Email Security Monitor sign-in page for existing users.

View tool JSON
{
  "name": "open_sign_in",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Email Security Monitor sign-in page for existing users.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}