Skip to main content
Glama
SnipMCP

GadsChain

by SnipMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog levelINFO
GOOGLE_ADS_CLIENT_IDNoYour OAuth client ID
GOOGLE_ADS_API_VERSIONNoGoogle Ads API versionv24
GOOGLE_ADS_CUSTOMER_IDNoDefault operating account customer ID
GOOGLE_ADS_CLIENT_SECRETNoYour OAuth client secret
GOOGLE_ADS_REFRESH_TOKENNoYour OAuth refresh token
GOOGLE_ADS_DEVELOPER_TOKENNoYour Google Ads developer token
GOOGLE_ADS_LOGIN_CUSTOMER_IDNoMCC (manager) customer ID, digits only

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/SnipMCP/gadschain'

If you have feedback or need assistance with the MCP directory API, please join our Discord server