Connect Google Ads to an AI assistant
Connect Google Ads to Claude, ChatGPT, Codex or any MCP client, what to ask it once it is connected, and the 38 tools behind the answers.
Both readings are on this page.
For you
What the answer looks like, and what to type to get it.
Raw GAQL, search terms, Shopping, Performance Max diagnostics, change history.
Connect itLink to this section
- Open the dashboard and choose this platform.
- Approve the consent screen. The gateway stores an encrypted refresh token, never a password.
- Tick the accounts to expose. Nothing is readable until you do.
- Paste the endpoint into your assistant, or use the shared one for every platform at once.
https://mcp.getmcpads.com/google-ads/mcpWhat to askLink to this section
Which campaigns spend the most and return the least?
Show me search terms we paid for that we would never have bid on.
Is any Performance Max campaign spending without the ad strength to justify it?
Who changed what in the last two weeks?
Which Shopping products take spend and return nothing?
What would these keywords cost, and how much volume is there?
Run this exact GAQL query.What answers each oneLink to this section
| Question | Tools |
|---|---|
| Which campaigns spend the most and return the least? | google_, google_ |
| Show me search terms we paid for that we would never have bid on. | google_ |
| Is any Performance Max campaign spending without the ad strength to justify it? | google_, google_ |
| Who changed what in the last two weeks? | google_ |
| Which Shopping products take spend and return nothing? | google_, google_ |
| What would these keywords cost, and how much volume is there? | google_, google_ |
| Run this exact GAQL query. | google_, google_ |
What it can changeLink to this section
Pause, resume or remove a campaign or ad group. Rename a campaign, change its dates, change a daily budget or an ad group CPC bid. Create a campaign, always paused.
For your agent
The tool sequence, the parameters that matter, and what will be refused.
Both readings as Markdown: /guides/sources/google-ads.md
- Platform id
google_ads- Tool prefix
google_ads_- Account parameter
customerId- Dedicated endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp - Tools
- 38, 7 of which write
- Announced by default
google_,ads_ get_ campaigns google_,ads_ get_ insights google_,ads_ get_ search_ terms google_,ads_ health_ check google_ads_ list_ accounts - Metrics
- 130, see /docs/sources/google-ads/metrics
- Dimensions
- 84, see /docs/sources/google-ads/dimensions
Scope requested from the platformLink to this section
| Scope | Grants | Allows writes |
|---|---|---|
https:/ | Read and write on Google Ads. Google publishes no read-only alternative, so read-only enforcement is done by this gateway, not by Google. | Yes |
Reaching a tool that is not announcedLink to this section
search_tools({ task: "..." }) find it
describe_tool({ name: "..." }) read its schema
run_tool({ name, args }) execute, with the same checksWhat will refuse youLink to this section
- An account not ticked by the owner. Call
list_accountsand use acustomerIdfrom it. - A write on a plan without writes. The tool is absent from the list and refused if called anyway.
- A write without
confirm: truereturns a preview and applies nothing. That is not an error. - A call to this platform on another platform's dedicated endpoint. The refusal names the URL that serves it.
Questions this source answersLink to this section
| Question | Tools, in order |
|---|---|
| Which campaigns spend the most and return the least? | google_ then google_ |
| Show me search terms we paid for that we would never have bid on. | google_ |
| Is any Performance Max campaign spending without the ad strength to justify it? | google_ then google_ |
| Who changed what in the last two weeks? | google_ |
| Which Shopping products take spend and return nothing? | google_ then google_ |
| What would these keywords cost, and how much volume is there? | google_ then google_ |
| Run this exact GAQL query. | google_ then google_ |