The AI command center for Google Ads, GA4, and tracking code.
The AI command center for Google Ads, GA4, and tracking code. Exposed over MCP by the adloop mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
An MCP server that gives your AI assistant read + write access to Google Ads and GA4 — with safety guardrails that prevent accidental spend.
Everything the assistant can do here goes through one of these:
get_account_summaries — List GA4 accounts and propertiesrun_ga4_report — Custom reports — sessions, users, conversions, page performancerun_realtime_report — Live data — verify tracking fires after deploysget_tracking_events — All configured events and their volumelist_accounts — Discover accessible Ads accountsget_campaign_performance — Campaign metrics — impressions, clicks, cost, conversions, CPAget_ad_performance — Ad copy analysis — headlines, descriptions, CTRget_keyword_performance — Keywords — quality scores, competitive metricsget_search_terms — What users actually searched before clickingget_negative_keywords — List direct campaign-level negative keywordsget_negative_keyword_lists — List all shared negative keyword lists (SharedSets) — names, IDs, status, keyword countget_negative_keyword_list_keywords — List the keywords inside a specific shared negative keyword listBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Adloop's toolset — get_account_summaries, run_ga4_report, run_realtime_report and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Daniel Klose; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Adloop's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_account_summaries | List GA4 accounts and properties |
| run_ga4_report | Custom reports — sessions, users, conversions, page performance |
| run_realtime_report | Live data — verify tracking fires after deploys |
| get_tracking_events | All configured events and their volume |
| list_accounts | Discover accessible Ads accounts |
| get_campaign_performance | Campaign metrics — impressions, clicks, cost, conversions, CPA |
| get_ad_performance | Ad copy analysis — headlines, descriptions, CTR |
| get_keyword_performance | Keywords — quality scores, competitive metrics |
| get_search_terms | What users actually searched before clicking |
| get_negative_keywords | List direct campaign-level negative keywords |
| get_negative_keyword_lists | List all shared negative keyword lists (SharedSets) — names, IDs, status, keyword count |
| get_negative_keyword_list_keywords | List the keywords inside a specific shared negative keyword list |
| get_negative_keyword_list_campaigns | List which campaigns a shared negative keyword list is attached to |
| get_recommendations | Google's auto-generated recommendations with type, estimated impact, and campaign context |
{
"mcpServers": {
"adloop": {
"command": "uvx",
"args": ["adloop"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.