HYPD vs Google Ads MCP
Google's official Google Ads MCP is a free, self-hosted, read-only server with three tools for one platform. HYPD is the governed layer above your whole stack, adding permissions, client context, and competitive intelligence.
Google shipped its own MCP server for Google Ads on April 28, 2026. It's official, it's free, and it proves Google is serious about letting Claude and other AI tools query ad accounts directly. It's also deliberately minimal: three tools, self-hosted, read-only, one platform.
HYPD is a different kind of product. It's not a Google Ads connector you stand up yourself, it's the governed layer that sits between your whole marketing stack (Google Ads, Google Analytics, Merchant Center, Meta Ads, OpenAI Ads) and whichever AI tool you use, adding the permissions, client context, and PPC expertise that raw API access doesn't come with.
They're not really solving the same problem. This page breaks down where each one fits.
What is Google Ads MCP?
Google Ads MCP is the official, open-source MCP server for the Google Ads API, published by the Google Ads developer team at github.com/googleads/google-ads-mcp. It went live on April 28, 2026.
Unlike Meta's hosted connector, there's no mcp.google.com endpoint you just point Claude at. You run the server yourself, locally via pipx, or self-hosted on infrastructure like Cloud Run, using your own Google Ads API developer token and OAuth credentials.
It exposes exactly three tools:
- `list_accessible_customers` — returns the Google Ads customer IDs and account names your credentials can see
- `search` — runs GAQL (Google Ads Query Language) queries to pull metrics, budgets, and status for any resource
- `get_resource_metadata` — returns the schema for a given resource type (e.g. "campaign"), so you know what fields are queryable
It is strictly read-only. It cannot pause a campaign, change a bid, or create an asset. If you want to ask Claude about your account, this does the job. If you want it to do anything, it can't.
What is HYPD?
HYPD is the AI co-pilot for performance marketers, a governed connection layer between your marketing stack and the AI tools you already use (Claude, ChatGPT, Cursor, Claude Code, or any other MCP client).
Instead of wiring up one raw connector per platform, you connect your accounts to HYPD once, and HYPD adds what a bare API connection doesn't have:
- Permissions — decide exactly which ad accounts each AI tool and each team member can see, read-only by default
- Client context — campaign goals, account structure, KPIs, and business context saved once per client, so every answer is grounded instead of re-explained each session
- PPC expertise — an agent layer built around campaign types (Search, Shopping, Performance Max, Display, Video), industries and verticals (lead-gen, B2B, DTC/ecommerce), and budget types, with pre-made prompts and skills for the tasks marketers actually run: ad copy, reporting, waste analysis, negative keyword mining, and more
- Competitor ad intelligence — Google Ads Transparency / Ads Library: competitor ads across Search, Display, and Video/YouTube
- Keyword & SERP data — Google Keyword Planner volumes, competition, and CPC estimates, plus SERP data on who's buying ads for a given keyword and at what position
- Shopping feed intelligence — Google Shopping feed diagnostics and competitor visibility
- Landing page audits — CRO and tracking/pixel diagnostics, not just uptime checks
- End-to-end task coverage — planning, execution, optimization, and reporting, run daily, weekly, or monthly, not just one-off Q&A
HYPD is GDPR compliant, EU hosted, and keeps every client in its own isolated data silo. It connects Google Ads, Google Analytics, Google Merchant Center, Keyword Planner, Meta Ads, and OpenAI Ads through one MCP layer, and it's read-only by default with the same never-touch-your-settings guarantee. It's built for freelancers and agencies managing multiple client accounts at once, not a single advertiser querying a single account.
HYPD vs Google Ads MCP: feature comparison
| Feature | Google Ads MCP | Via HYPD MCP |
|---|---|---|
| Hosting | Self-hosted (pipx or your own cloud) | Hosted, EU-based |
| Setup | Developer token, OAuth, run the server yourself | Connect accounts via OAuth in-app, no infra to manage |
| Platforms covered | Google Ads only | Google Ads, Google Analytics, Google Merchant Center, Keyword Planner, Meta Ads, OpenAI Ads |
| Number of tools | 3 (list accounts, GAQL search, resource metadata) | Full account overviews, GAQL access, Merchant Center diagnostics, competitive & SERP intelligence, keyword research, landing page/pixel audits, prompt-driven reporting |
| Write access | None — strictly read-only | Read-only by default; permissioned per user/account |
| Multi-client management | None — one set of credentials, one account list | Built for it — client silos, saved context and KPIs per client, up to 15 clients on Pro |
| Query language required | GAQL knowledge needed to get useful answers | Natural language; HYPD's PPC agent translates intent into the right query |
| Competitor ad intelligence | None | Google Ads Transparency/Ads Library — competitor ads across Search, Display, and Video |
| Keyword research | None | Google Keyword Planner — volumes, competition, CPC estimates |
| Competitive SERP data | None | Who's buying ads on a given keyword, and at what position |
| Competitive intelligence | None | SERP rankings, paid competitor domains & keywords, Shopping feed competitors |
| Landing page & pixel audits | None | CRO and tracking/pixel diagnostics included |
| Pre-made prompts & skills | None | Library of PPC-specific prompts/skills — ad copy, reporting, waste analysis, negative keywords, and more |
| Task coverage | Ad-hoc GAQL queries only | End-to-end: planning, execution, optimization, and reporting, daily/weekly/monthly |
| Compliance / governance | None built in — your responsibility | GDPR compliant, EU hosted, per-client data isolation, audit log |
| AI clients supported | Claude, and any MCP client you configure yourself | Claude, ChatGPT, Cursor, Claude Code, HYPD's own chatbot, any MCP client |
| Pricing | Free (you cover hosting) | Free tier available; Starter €49/mo, Pro €99/mo |
| Best suited for | Developers comfortable running and querying a raw API themselves | Freelancers and agencies running AI across real client accounts |
When to use Google Ads MCP directly
- You run one Google Ads account (yours or a single client's) and want the simplest, free, self-hosted way to let Claude query it
- You're comfortable maintaining a developer token, OAuth setup, and your own hosting
- You're a developer who's fluent in GAQL and wants raw, unfiltered API access
- You don't need Meta, GA4, Merchant Center, or competitive data in the same conversation
- Read-only reporting is genuinely all you need, you're not asking the AI to act
When to use HYPD
- You manage more than one client or ad account and need them kept separate, with saved context for each
- Your stack spans more than Google Ads: Meta, GA4, Merchant Center, or Keyword Planner data needs to sit in the same conversation
- You want competitive intelligence (SERP, paid competitors, Shopping feed, competitor ad library) and landing page/CRO audits alongside performance data
- You'd rather ask in plain English than write GAQL
- You need GDPR compliance, EU hosting, and per-client data isolation because you're handling other people's ad accounts
- You want a ready-made library of PPC prompts and skills, ad copy, reporting, waste analysis, negative keywords, instead of building your own from scratch
- You need the full workflow covered, planning, execution, optimization, and reporting, on a recurring daily, weekly, or monthly cadence, not just ad-hoc questions