google_company_ads_list
ActiveTool of Social Fetch
declared in 0.19.0
List ads a company or advertiser is running in Google Ad Transparency. Accepts a domain or advertiser id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"topic": {
"enum": [
"all",
"political"
],
"type": "string",
"description": "Optional topic filter. When `political`, `region` is required."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor from a previous response (`data.page.nextCursor`)."
},
"domain": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Company domain when you do not have an advertiser id."
},
"format": {
"enum": [
"text",
"image",
"video"
],
"type": "string",
"description": "Optional creative format filter."
},
"region": {
"type": "string",
"description": "Optional region filter as a two-letter country code."
},
"endDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional end date filter in YYYY-MM-DD format."
},
"platform": {
"enum": [
"google_maps",
"google_play",
"google_search",
"google_shopping",
"youtube"
],
"type": "string",
"description": "Optional Google surface filter."
},
"startDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional start date filter in YYYY-MM-DD format."
},
"advertiserId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Google Ad Transparency advertiser id when you have it instead of a domain."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries