brand_audit_get_report
ActiveTool of com.blackveilsecurity/dns
Fetch the result JSON for a completed brand audit. With `target` set, returns the per-target CheckResult; without, returns the audit-level aggregate. Returns notReady when polling an in-flight audit. When a rendered PDF sidecar exists and the R2 binding is configured, metadata includes a signed PDF URL; completed targets without a PDF URL include pdfPending so callers can poll again.
Parameters schema
{
"type": "object",
"required": [
"auditId"
],
"properties": {
"target": {
"type": "string",
"maxLength": 253,
"minLength": 1,
"description": "Specific target domain. Omit for audit-level aggregate."
},
"auditId": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "Audit ID returned by brand_audit_batch_start."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.blackveilsecurity/dns
https://github.com/MadaBurns/bv-mcp
2/7 registries