register_brand_audit_watch
ActiveTool of com.blackveilsecurity/dns
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.blackveilsecurity/dns
https://github.com/MadaBurns/bv-mcp
2/7 registries