programmatic_brand_safety_auditor
ActiveTool of gapup-mcp
Evaluates programmatic ad inventory for brand safety risks using IAB Tech Lab's standards and GDPR-compliant tracking methods. Designed for ad revenue operations teams to assess inventory quality before bidding. Inputs include domain, page URL, and optional contextual signals. Outputs a structured brand safety score with risk categorization and compliance warnings.
Parameters schema
{
"type": "object",
"required": [
"domain",
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full page URL being evaluated"
},
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"domain": {
"type": "string",
"description": "Root domain of the inventory (e.g., 'example.com')"
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional IAB content categories for contextual analysis"
},
"gdprConsent": {
"type": "string",
"description": "GDPR consent string (TCF v2.0)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries