treg.to / Catalog / Google Ads
47 tools · your own account · never metered

Google Ads: connect your own account

Campaign spend, performance and keyword data across your accounts — and change campaigns when you're ready. Connect your own Google Ads account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
5 of 47 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Google Ads, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
track recent account changes
get campaign performance metrics
get ad group performance metrics
treg
$ treg call google-ads.query
✓ 200 · free
$ treg call google-ads.accounts
✓ 200 · free
$ treg call google-ads.budget.update
✓ 200 · free
$ _
Google AdsYOUR ACCOUNT
Campaign spend, performance and keyword data across your accounts — and change campaigns when you're ready.
⚒ 47 TOOLS

Advertising · https://googleads.googleapis.com

Set up

Set up Google Ads in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.mereka.dev/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.mereka.dev/mcp

ChatGPT

Settings → Connectors → add https://treg.mereka.dev/mcp as a custom connector.

Grok bot

Add https://treg.mereka.dev/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.mereka.dev/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.mereka.dev/mcp (HTTP transport).

CLI

curl -fsSL https://treg.mereka.dev/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, track recent account changes. Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.mereka.dev/call/google-ads.query"
Why treg.to

Why call Google Ads through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own Google Ads key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls DataForSEO, Semrush, SE Ranking and 2,623 other tools.

The shelf

All 47 Google Ads tools

Google Ads · 45 tools
  • List the Google Ads accounts your login can reach · live-verified · free
    List the Google Ads accounts your login can reach google-ads.accounts
  • Change a campaign's daily budget in Google Ads · live-verified · free
    Change a campaign's daily budget in your Google Ads account google-ads.budget.update
  • Run a GAQL query on your Google Ads account · live-verified · free
    Run a GAQL query against your Google Ads account (campaigns, spend, clicks, conversions) google-ads.query
  • Google Ads account-level budget limits via GAQL · free
    GAQL FROM account_budget — Account-level budgets and their approved spending limits (invoiced accounts) google-ads.x.gaql-account-budget
  • Google Ads ad group stats via GAQL · free
    GAQL FROM ad_group — Ad groups — name, status, type, CPC bid and ad-group-level metrics google-ads.x.gaql-ad-group
  • Google Ads individual ads via GAQL — headlines, URLs · free
    GAQL FROM ad_group_ad — The individual ads — headlines, descriptions, final URLs, approval status and per-ad metrics google-ads.x.gaql-ad-group-ad
  • Google Ads per-asset performance in an ad via GAQL · free
    GAQL FROM ad_group_ad_asset_view — Per-asset performance inside a specific ad — which headline actually pulled google-ads.x.gaql-ad-group-ad-asset-view
  • Google Ads audience performance by ad group via GAQL · free
    GAQL FROM ad_group_audience_view — Audience performance at ad-group level google-ads.x.gaql-ad-group-audience-view
  • See all 45 Google Ads tools on the catalog →
Google Keyword Data · 2 tools
  • Keyword Planner ideas by seed — volume and competition · live-verified · free
    Related keyword ideas from Google's own Keyword Planner, with volume and competition google-ads.google.keywords.ideas
  • Google search volume, competition, bids by keyword list · live-verified · free
    Get Google search volume, competition and bid range for a list of keywords google-ads.google.keywords.volume

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Used in

Jobs Google Ads does, compared with the other providers

Related

Same jobs, other providers

These providers answer some of the same capabilities as Google Ads. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
DataForSEOSemrushSE RankingSerpApiSerpstat
Questions

Before you start

Do I need a Google Ads account?

Yes. This is an own-account connection: you sign in to Google Ads once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add Google Ads to Claude Code?

Run: claude mcp add --transport http treg https://treg.mereka.dev/mcp. One MCP server carries Google Ads and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Google Ads MCP server?

No. treg.to serves Google Ads's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Google Ads channels are linked above.