gads-transparency-mcp

gads-transparency-mcp

A Model Context Protocol server that enables AI assistants to research competitor ads, analyze advertiser profiles, and compare ad presence across 42 regions using publicly available Google Ads Transparency data.

Category
Visit Server

README

Google Ads Transparency MCP Server

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured