You're viewing a demo portfolio

Join the waitlist
PRSM

retail_media_esg_compliance

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →