GadsChain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level | INFO |
| GOOGLE_ADS_CLIENT_ID | No | Your OAuth client ID | |
| GOOGLE_ADS_API_VERSION | No | Google Ads API version | v24 |
| GOOGLE_ADS_CUSTOMER_ID | No | Default operating account customer ID | |
| GOOGLE_ADS_CLIENT_SECRET | No | Your OAuth client secret | |
| GOOGLE_ADS_REFRESH_TOKEN | No | Your OAuth refresh token | |
| GOOGLE_ADS_DEVELOPER_TOKEN | No | Your Google Ads developer token | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | No | MCC (manager) customer ID, digits only |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_campaignsA | List campaigns for a Google Ads customer with status, budget, and core metrics. |
| get_search_termsB | Return search-term performance for the given lookback window (default 30 days). |
| update_budgetC | Set a campaign's daily budget. Amount is in dollars; converted to micros internally. |
| pause_campaignB | Pause a campaign (sets status=PAUSED). |
| enable_campaignA | Enable a paused campaign (sets status=ENABLED). |
| add_negative_keywordsC | Attach campaign-level negative keywords. match_type: EXACT | PHRASE | BROAD. |
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/SnipMCP/gadschain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server