gads-transparency-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_advertiserA | Search for an advertiser on Google Ads Transparency Center by domain name or brand name. Use this tool to:
Returns advertiser ID, name, verification status, and total ad count. |
| get_advertiser_adsA | Retrieve all ads currently running for a specific advertiser from Google Ads Transparency Center. Use this tool to:
Returns ad creatives with headlines, descriptions, thumbnails, and run dates. |
| get_ad_detailsA | Get complete information about a specific ad creative from Google Ads Transparency Center. Use this tool to:
Returns full content, media URLs, targeting info, and run dates. |
| get_advertiser_profileA | Get a summary profile of an advertiser's ad activity on Google Ads Transparency Center. Use this tool to:
Returns name, verification status, ad count by format, and platforms. |
| compare_ad_presenceA | Compare an advertiser's ad presence across multiple geographic regions. Use this tool to:
Returns ad counts and format distribution per region. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear, distinct purpose: search for advertisers, get profile overview, list all ads, get specific ad details, and compare across regions. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., compare_ad_presence, get_advertiser_profile). The verbs are predictable (search, get, compare) and the nouns precisely indicate the resource.
With 5 tools, the set is well-scoped for the domain of Google Ads Transparency. Each tool covers a discrete aspect of the workflow without being overly granular or sparse.
The tools cover the essential operations: search, profile, ads list, ad details, and regional comparison. Minor gaps exist, such as lacking a tool to filter ads by region (the compare tool returns counts only) or to retrieve ads by date range, but the core functionality is solid.