google-ads-function-gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_ADS_MCP_HOST | No | Streamable HTTP bind host. | 127.0.0.1 |
| GOOGLE_ADS_MCP_PORT | No | Streamable HTTP bind port. | 8000 |
| GOOGLE_ADS_CLIENT_ID | Yes | OAuth client ID for Google Ads API. | |
| GOOGLE_ADS_API_VERSION | No | Optional Google Ads API version; when omitted, the gateway uses the highest version packaged by google-ads-python. | |
| GOOGLE_ADS_CLIENT_SECRET | Yes | OAuth client secret for Google Ads API. | |
| GOOGLE_ADS_REFRESH_TOKEN | Yes | OAuth refresh token for Google Ads API. | |
| GOOGLE_ADS_MCP_AUTH_TOKEN | No | Optional bearer token required for Streamable HTTP MCP requests. | |
| GOOGLE_ADS_RETRY_ATTEMPTS | No | Number of retry attempts for API calls. | 3 |
| GOOGLE_ADS_RUN_LIVE_TESTS | No | Set to '1' only when intentionally running live read-only tests. | 0 |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Your Google Ads API developer token. | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | Yes | Manager/MCC account ID used as the discovery root. | |
| GOOGLE_ADS_ALLOWED_CUSTOMER_IDS | Yes | Comma-separated list of customer IDs explicitly authorized for reporting. |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_accountsA | Discover accessible Google Ads accounts using the configured MCC context. |
| get_account_detailsA | Return details for one explicitly allow-listed Google Ads customer. |
| list_campaignsA | List campaigns for one explicitly allow-listed Google Ads customer. |
| get_campaign_detailsB | Return details for one campaign in an explicitly allow-listed customer. |
| get_campaign_costA | Return daily campaign cost rows for an explicitly allow-listed customer. |
| get_campaign_performanceC | Return campaign performance rows for one or more explicitly allow-listed customers. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/adeshsarwan/google-ads-mcp-client'
If you have feedback or need assistance with the MCP directory API, please join our Discord server