Google Ads MCP Server
for AI Agents
Connect your AI agent to StackOne's Google Ads MCP server and give it 52 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
52 Agent Actions
Create, read, update, and delete across Google Ads — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Google Ads MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Google Ads tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Google Ads call.
Tools Discovery →What is the Google Ads MCP Server?
A Google Ads MCP server lets AI agents read and write Google Ads data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Google Ads MCP server ships with 52 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Google Ads MCP Tools
Every action from Google Ads's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Other (52)
- Upload User Data
Upload or remove user data (Customer Match identifiers) for a customer
- Add Batch Job Operations
Add mutate operations to a pending batch job
- Upload Click Conversions
Upload offline click conversions attributed to Google Ads clicks
- Upload Call Conversions
Upload offline call conversions matched by caller ID and call start time
- Upload Conversion Adjustments
Upload adjustments (restatements or retractions) for previously reported conversions
- Create Offline User Data Job
Create an offline user data job for Customer Match or Store Sales uploads
- Add Offline User Data Job Operations
Add user data operations to a pending offline user data job
- Create Customer Client
Create a new client account under a manager (MCC) account
- List Batch Job Results
List the results of a completed batch job (cursor paginated)
- List Invoices
List invoices issued for a customer in a given month and billing setup
- List Payments Accounts
List all payments accounts associated with a customer
- List Accessible Customers
List the resource names of Google Ads customers directly accessible by the authenticated user
- Search Google Ads
Run a GAQL query to fetch resources, metrics, and reports (cursor paginated)
- Search Stream
Run a GAQL query and stream all matching rows in a single response
- Search Google Ads Fields
Search the GoogleAdsField metadata catalog to discover queryable fields
- Mutate Ad Groups
Create, update, or remove ad groups in a Google Ads customer account
- Mutate Ad Group Ads
Create, update, or remove ads within ad groups
- Mutate Ads
Update existing ads in a Google Ads customer account
- Mutate Ad Group Criteria
Create, update, or remove ad group criteria such as keywords and audiences
- Mutate Ad Group Bid Modifiers
Create, update, or remove ad group bid modifiers
- Mutate Ad Group Labels
Attach labels to or remove labels from ad groups
- Mutate Ad Group Assets
Link, update, or unlink assets at the ad group level
- Mutate Assets
Create or update assets in a Google Ads customer account
- Mutate Asset Groups
Create, update, or remove asset groups in a Google Ads customer account
- Mutate Asset Group Assets
Link assets to or unlink them from Performance Max asset groups
- Mutate User Lists
Create, update, or remove user lists (remarketing lists) in a Google Ads account
- Mutate Audiences
Create or update audiences in a Google Ads account
- Mutate Custom Audiences
Create, update, or remove custom audiences in a Google Ads account
- Mutate Remarketing Actions
Create or update remarketing actions (remarketing tags) in a Google Ads account
- Mutate Batch Jobs
Create or remove a batch job for asynchronous bulk mutates
- Run Batch Job
Start asynchronous execution of a batch job
- Mutate Bidding Strategies
Create, update, or remove portfolio bidding strategies in a Google Ads customer account
- Mutate Campaign Budgets
Create, update, or remove campaign budgets in a single batch request
- Mutate Campaigns
Create, update, or remove campaigns in a single batch request
- Mutate Campaign Criteria
Create, update, or remove campaign-level targeting criteria in a single batch request
- Mutate Campaign Assets
Create, update, or remove campaign-asset links in a single batch request
- Mutate Campaign Labels
Attach labels to or detach labels from campaigns in a single batch request
- Mutate Campaign Shared Sets
Attach shared sets to or detach shared sets from campaigns in a single batch request
- Mutate Conversion Actions
Create, update, or remove conversion actions in a Google Ads account
- Run Offline User Data Job
Start asynchronous processing of an offline user data job
- Mutate Customers
Update account-level settings of a Google Ads customer
- Generate Keyword Ideas
Generate keyword ideas from seed keywords, a URL, or a site (cursor paginated)
- Generate Keyword Historical Metrics
Retrieve historical search volume and competition metrics for a list of keywords
- Generate Keyword Forecast Metrics
Forecast clicks, impressions, and cost for a hypothetical keyword campaign
- Suggest Geo Target Constants
Look up geo target constants by location names or by geo target resource names
- Mutate Labels
Create, update, or remove labels in a Google Ads customer account
- Apply Recommendations
Apply Google Ads recommendations such as budget, keyword, or bidding suggestions
- Dismiss Recommendations
Dismiss Google Ads recommendations so they no longer appear for the account
- Generate Recommendations
Generate recommendations on demand for a campaign being constructed or edited
- Mutate Shared Sets
Create, update, or remove shared sets (shared negative keyword or placement lists)
- Mutate Shared Criteria
Create or remove criteria (negative keywords or placements) within shared sets
- Mutate Customer Negative Criteria
Create or remove account-level negative criteria (content and placement exclusions)
Google Ads AI Agent Use Cases
Connect your AI agent to Google Ads and help your team scale the marketing operations they run by hand today.
Use StackOne to connect your AI agent to your marketing automation, CRM, and email tools to automate lead nurture email sequences.
ViewUse StackOne to connect your AI agent to your marketing automation, email, and analytics platforms to automate campaign performance reporting.
ViewUse StackOne to connect your AI agent to your document stores, email platforms, and messaging tools to automate content repurposing and distribution.
ViewSet Up Your Google Ads MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Google Ads in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Google Ads MCP Server FAQ
Does StackOne have a Google Ads MCP server?
Google Ads MCP server vs direct API integration — what's the difference?
How does Google Ads authentication work for AI agents?
origin_owner_id.Are Google Ads MCP tools vulnerable to prompt injection?
What is the context bloat of a Google Ads agent and how do I avoid it?
Can I limit which actions my Google Ads agent can access?
Can I create custom agent actions for my Google Ads MCP server?
When should I NOT use a Google Ads MCP server?
What AI frameworks and AI clients does the StackOne Google Ads MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.