You're viewing a demo portfolio

Join the waitlist
PRSM

register_brand_audit_watch

Active

Tool of com.blackveilsecurity/dns

declared in 3.29.5

Creates a recurring brand-audit watch for a domain on a daily/weekly/monthly cadence. Each run enqueues a fresh brand_audit_batch_start and (when a webhook is configured) POSTs a diff webhook on classification drift. Returns the new watchId. Owner-scoped; per-principal cap of 20 active watches.

Parameters schema

{
  "type": "object",
  "required": [
    "domain",
    "interval"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "maxLength": 253,
      "minLength": 1,
      "description": "Domain to watch."
    },
    "interval": {
      "enum": [
        "daily",
        "weekly",
        "monthly"
      ],
      "type": "string",
      "description": "Recurrence interval."
    },
    "webhook_url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2048,
      "description": "Optional webhook URL — POSTed on classification drift. Re-validated for SSRF at both register and delivery time."
    }
  }
}

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 →
register_brand_audit_watch — com.blackveilsecurity/dns — PRSM MCP