How MCP works
Endpoint
google_ads router).
What MCP gives you
AdCue exposes Google Ads operations as MCP tools so AI clients can:- Read account and campaign state
- Create and manage Search campaigns (with safety rails)
- Optimize keywords, budgets, and wasted spend
- Reach advanced campaign types (Performance Max, YouTube, Demand Gen) when needed — marked advanced in the catalog
docs-site/generated/tools.json).
See the tool catalog for the full list. Do not hand-edit tool lists in narrative pages.
Router pattern
Most Google Ads operations go through thegoogle_ads router.
List tools:
Some tools are also available top-level (not only via the router). The catalog marks each name’s exposure as
top, router, or both.
How a request flows
- You type a goal in the AI client (or call a tool directly).
- The client selects an AdCue tool and arguments.
- AdCue authenticates your session / token and loads the stored Google Ads connection.
- Read tools return data; write tools require product safety rules and your approval in the client.
- The client presents the result.
Safety (summary)
Full page: Safety model.