google-ads-transparency-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_advertiser_by_domainA | Find an advertiser by their website domain. Args: domain: The domain to search for (e.g. "nike.com", "coinbase.com") Returns: Advertiser info with advertiser_id, name, and ad_count — or null if not found. |
| search_advertisersA | Search for advertisers by keyword or company name. Args: query: Search query (e.g. "Nike", "Coinbase", "crypto exchange") Returns: List of matching advertisers with advertiser_id, name, region, and ad_count. |
| get_adsA | Get ads for an advertiser with decoded content. Searches for the advertiser by name, fetches their ad creatives, and returns full details including decoded text ad content (headline, description, destination URL). Args: advertiser_name: The advertiser's name (e.g. "Nike, Inc.", "Coinbase") count: Number of ads to retrieve (default 10, max 100) Returns: List of ad details with format, date, and content fields. |
| get_ad_detailA | Get full details for a specific ad creative. Args: advertiser_id: The advertiser's ID (e.g. "AR05099026886533578753") creative_id: The creative/ad ID (e.g. "CR10813648716908961793") Returns: Ad detail with format (text/image/video), last_shown date, and content. For text ads, content includes headline, description, and destination_url. For image ads, content includes image_url. For video ads, content includes video_url. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/block-town/google-ads-transparency-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server