You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.5.0).

generate_dmarc_record

Inactive

Tool of com.blackveilsecurity/dns

declared in 3.5.0

Generate DMARC record with configurable policy.

Parameters schema

{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "maxLength": 253,
      "minLength": 1,
      "description": "Domain (e.g., example.com)"
    },
    "format": {
      "enum": [
        "full",
        "compact"
      ],
      "type": "string",
      "description": "Output verbosity. Auto-detected if omitted."
    },
    "policy": {
      "enum": [
        "none",
        "quarantine",
        "reject"
      ],
      "type": "string",
      "description": "Policy (default \"reject\")."
    },
    "rua_email": {
      "type": "string",
      "maxLength": 254,
      "description": "Report email. Default: dmarc-reports@{domain}."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.blackveilsecurity/dns

https://github.com/MadaBurns/bv-mcp

2/7 registries
View full server →