Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gads Transparency

FreeNot checked

MCP server for Google Ads Transparency Center — research competitor ads, analyze advertisers, compare ad presence across 42 regions. Free, no API keys. Works wi

GitHubEmbed

About

MCP server for Google Ads Transparency Center — research competitor ads, analyze advertisers, compare ad presence across 42 regions. Free, no API keys. Works with Claude Desktop, Cursor, Windsurf.

README

npm version License: MIT

A Model Context Protocol (MCP) server that gives AI assistants like Claude Desktop, Cursor, Windsurf, and any MCP client access to the Google Ads Transparency Center. Research competitor ads, analyze advertiser profiles, and compare ad presence across 42 regions — all through natural language.

100% Free. No API keys. Uses publicly available Google Ads Transparency data. No Google account or API key required.

What Can You Do?

Ask Claude questions like:

  • "What ads is Nike running in the US right now?"
  • "Search for advertisers in the fitness industry"
  • "Compare Shopify's ad presence in the US vs UK vs India"
  • "Show me the advertiser profile for amazon.com"
  • "Get details on this specific ad creative"

Quick Start

npx gads-transparency-mcp

Or install globally:

npm install -g gads-transparency-mcp

Requirements: Node.js >= 18. Puppeteer downloads Chromium automatically on first install.

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "gads-transparency": {
      "command": "npx",
      "args": ["-y", "gads-transparency-mcp"]
    }
  }
}

Restart Claude Desktop. Done — Google Ads Transparency data is now available in Claude.

Use with Other MCP Clients

Works with any MCP-compatible client including Cursor, Windsurf, VS Code + Cline, and more:

npx gads-transparency-mcp

Available Tools (5 Competitive Intelligence Tools)

Tool Description
search_advertiser Search for advertisers by website domain or brand name
get_advertiser_ads Get all ads currently running for a specific advertiser (filter by format: text, image, video)
get_ad_details Get detailed information about a specific ad creative
get_advertiser_profile Get an advertiser's profile, verification status, and ad activity summary
compare_ad_presence Compare an advertiser's ad presence across multiple regions

Examples

Example 1: Research competitor ads

User prompt: "Show me all ads currently running by Nike in the US"

Expected behavior:

  • Calls search_advertiser with query "nike.com" and region "US" to find Nike's advertiser ID
  • Then calls get_advertiser_ads with the advertiser ID and region "US"
  • Returns a list of Nike's currently running ads with headlines, descriptions, ad format (text/image/video), and thumbnails

Example 2: Get an advertiser's profile and verification status

User prompt: "Show me the advertiser profile for amazon.com"

Expected behavior:

  • Calls search_advertiser with query "amazon.com" to find Amazon's advertiser ID
  • Then calls get_advertiser_profile with the advertiser ID
  • Returns Amazon's advertiser name, Google verification status, total ad count, ad format distribution (text/image/video), and platform presence

Example 3: Compare ad presence across regions

User prompt: "Compare Shopify's ad presence in the US, UK, and India"

Expected behavior:

  • Calls search_advertiser with query "shopify.com" to find Shopify's advertiser ID
  • Then calls compare_ad_presence with the advertiser ID and regions ["US", "GB", "IN"]
  • Returns ad counts and format distribution for each region, highlighting where Shopify is most and least active

Use Cases

  • Competitor Ad Research — See what ads your competitors are running right now
  • Ad Creative Inspiration — Browse ad creatives by advertiser, format, and region
  • Market Intelligence — Understand advertiser activity across different markets
  • Brand Safety — Monitor who's advertising alongside your brand
  • Regional Strategy — Compare ad presence across 42 countries to plan international campaigns
  • Advertiser Verification — Check if an advertiser is verified by Google
  • PPC Research — Research ad strategies without expensive competitive intelligence tools

Supported Regions (42 Countries)

Region Code Region Code Region Code
United States US United Kingdom GB India IN
Canada CA Australia AU Germany DE
France FR Japan JP Brazil BR
Mexico MX Italy IT Spain ES
Netherlands NL Sweden SE Norway NO
Denmark DK Finland FI Poland PL
Austria AT Switzerland CH Belgium BE
Ireland IE Portugal PT New Zealand NZ
Singapore SG Hong Kong HK Taiwan TW
South Korea KR Philippines PH Malaysia MY
Thailand TH Indonesia ID Vietnam VN
South Africa ZA UAE AE Saudi Arabia SA
Egypt EG Nigeria NG Kenya KE
Argentina AR Chile CL Colombia CO
Peru PE

Features

  • Built-in Rate Limiting — 2s between requests, max 30/min, with random delays
  • Response Caching — 1hr TTL, up to 1000 entries, reduces redundant scraping
  • Anti-Detection — Rotating user agents, viewport randomization, stealth plugin
  • Automatic Retries — Exponential backoff (5s-30s) on failures, up to 3 attempts
  • Graceful Shutdown — Proper cleanup of browser instances on exit

Limitations

  • Rate Limited: ~30 requests/minute to avoid blocking
  • No Historical Data: Only currently running ads are visible
  • Regional: Must specify region for each request
  • May Break: Google can change the Transparency Center at any time
  • No Spend Data: Ad spend info only available for political ads

Requirements

  • Node.js >= 18
  • Chrome/Chromium — Puppeteer downloads it automatically on install
  • No API keys, no authentication, no Google account needed

Related

Privacy Policy

See PRIVACY.md for our complete privacy policy.

TL;DR: This extension runs locally on your machine. It accesses only publicly available data from the Google Ads Transparency Center — the same data anyone can view in a browser. No data is collected, stored, or transmitted to any third party by this MCP server. No API keys or authentication required.

License

MIT

from github.com/lionkiii/gads-transparency-mcp

Installing Gads Transparency

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/lionkiii/gads-transparency-mcp

FAQ

Is Gads Transparency MCP free?

Yes, Gads Transparency MCP is free — one-click install via Unyly at no cost.

Does Gads Transparency need an API key?

No, Gads Transparency runs without API keys or environment variables.

Is Gads Transparency hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Gads Transparency in Claude Desktop, Claude Code or Cursor?

Open Gads Transparency on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Playwright

Browser automation, scraping, screenshots

Microsoftby Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolby modelcontextprotocol

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devby opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterby robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerby hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002by 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationby achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceby bytedance

aparajithn/agent-scraper-mcp

Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext

aparajithnby aparajithn

apireno/DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

apirenoby apireno

Compare Gads Transparency with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs