Skip to main content
Glama

Google Ads MCP Server

by martechery

manage_auth

Manage Google Ads authentication: check status, switch configurations, refresh tokens, and set projects using gcloud commands or OAuth login.

Instructions

Manage Google Ads auth: status; switch/refresh via gcloud; set_project/set_quota_project; optional oauth_login using env client id/secret to create ADC file.

Input Schema

NameRequiredDescriptionDefault
actionNostatus | switch | refreshstatus
allow_subprocessNoexecute gcloud steps (default true). Set false to only print commands.
config_nameNogcloud configuration name (for switch)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "default": "status", "description": "status | switch | refresh", "enum": [ "status", "switch", "refresh" ], "type": "string" }, "allow_subprocess": { "description": "execute gcloud steps (default true). Set false to only print commands.", "type": "boolean" }, "config_name": { "description": "gcloud configuration name (for switch)", "type": "string" } }, "type": "object" }

Other Tools from Google Ads MCP Server

Related Tools

    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/martechery/mcp-google-ads-ts'

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