retail_media_esg_compliance
ActiveTool of @gapup/mcp-knowledge
Audits retail media networks for ESG compliance by analyzing ad placements, tracking cookies, and verifying ethical advertising standards. Designed for ad_revenue_ops teams to ensure GDPR and sustainability compliance across digital retail platforms. Accepts domain lists or network identifiers as input and returns structured compliance reports with warnings and source references. Requires async:true to avoid timeout errors.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"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."
},
"domains": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of retail media network domains to audit"
},
"checkESG": {
"type": "boolean",
"default": true,
"description": "Enable ESG advertising standards compliance check"
},
"checkGDPR": {
"type": "boolean",
"default": true,
"description": "Enable GDPR cookie tracking compliance check"
},
"networkIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of retail media network identifiers"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries