Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Google Ads

NPM · @ZLEVENTER/GOOGLE-ADS-MCP · SCANNED AUG 7

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.

+45 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via google-ads-api > google-auth-library > gaxios > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 68 of 219 dependencies flagged as unhealthy (3 deprecated). View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2011 tokens (~91/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 68% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @zleventer/google-ads-mcp

# add to Claude Code
claude mcp add zleventer-google-ads-mcp -- npx -y @zleventer/google-ads-mcp
# add to Codex CLI
codex mcp add zleventer-google-ads-mcp -- npx -y @zleventer/google-ads-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zleventer-google-ads-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@zleventer/google-ads-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add zleventer-google-ads-mcp --command npx --arg -y --arg @zleventer/google-ads-mcp
# ~/.hermes/config.yaml
mcp_servers:
  zleventer-google-ads-mcp:
    command: "npx"
    args: ["-y", "@zleventer/google-ads-mcp"]
// mcp.json
{
  "mcpServers": {
    "zleventer-google-ads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zleventer/google-ads-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 +3
    • Dependency health: partial → 0.85 functional
  • 6 Aug 26 +29
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 68 functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
  • 5 Aug 26 0
    • CVE-2026-69207 no longer affects this package security
  • 4 Aug 26 0
    • CVE-2026-69207 affects this package: high security
  • 3 Aug 26 +13
    • CVE-2026-41907 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 0
    • Stability: Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare. security
    • Security disclosure: unverified → fail functional
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Capabilities: Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 1 Aug 26 0
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: fail → unverified functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/@zleventer/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 219 packages
Packages resolved 219
Deprecated 3
Stale 65
Tree resolution Complete
MCP tools · 22 exposed · ~2,011 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
gads_account_info ~53

Get basic info for the current Google Ads account: name, currency, timezone, manager flag, status.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call (no dashes)

No output schema declared.

No examples provided.

gads_ad_group_performance ~130

Ad group performance with campaign context. Optional campaign_id filter. Default last 28 days, enabled ad groups.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
limitintegerMax rows to return
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today
statusstring

No output schema declared.

No examples provided.

gads_auction_insights ~119

Auction Insights report: impression share, overlap rate, outranking share, top-of-page %, and absolute top % vs competitors. Optional campaign filter.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today

No output schema declared.

No examples provided.

gads_budget_pacing ~103

Cost vs budget per campaign for the specified period with utilization percentage. Flags over- and under-pacing campaigns. Default last 28 days.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today

No output schema declared.

No examples provided.

gads_campaign_assets ~61

Assets linked to campaigns with field type and status. Shows which extensions are active on which campaigns.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call

No output schema declared.

No examples provided.

gads_campaign_audience_targeting ~70

Audiences attached to campaigns with targeting setting (observation vs targeting) and bid modifier. Shows both inclusion and exclusion lists.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call

No output schema declared.

No examples provided.

gads_campaign_performance ~159

Campaign-level performance: impressions, clicks, CTR, avg CPC, cost, conversions, conv value, CPA, ROAS. Defaults to last 28 days, enabled campaigns, sorted by cost desc.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
limitintegerMax rows to return
order_bystringMetric to sort by desc: cost_micros, clicks, impressions, conversions, ctr
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today
statusstring

No output schema declared.

No examples provided.

gads_conversions_by_campaign ~67

Conversions and conversion value broken down by campaign × conversion action. Sorted by conversions desc. Default last 28 days.

NameTypeReqDescription
customer_idstring
end_datestring
limitinteger
start_datestring

No output schema declared.

No examples provided.

gads_device_performance ~118

Clicks, cost, CTR, conversions, and CPA split by MOBILE / DESKTOP / TABLET per campaign. Default last 28 days.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today

No output schema declared.

No examples provided.

gads_geo_performance ~121

Performance broken down by geographic location (country, region, city). Surfaces top and bottom geo segments by cost and conversions.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
limitinteger
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today

No output schema declared.

No examples provided.

gads_impression_share ~106

Search Impression Share, Lost IS (Budget), and Lost IS (Rank) per campaign. Identifies whether budget or Quality Score/bid is limiting reach.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
end_datestringEnd date: YYYY-MM-DD, NdaysAgo, yesterday, or today
start_datestringStart date: YYYY-MM-DD, NdaysAgo, yesterday, or today

No output schema declared.

No examples provided.

gads_keyword_performance ~113

Keyword-level performance with match type, quality score, clicks, cost, conversions. Filter by campaign_id or ad_group_id. Default last 28 days, enabled keywords.

NameTypeReqDescription
ad_group_idstringFilter to a specific ad group ID
campaign_idstringFilter to a specific campaign ID
customer_idstring
end_datestring
limitinteger
start_datestring
statusstring

No output schema declared.

No examples provided.

gads_list_accounts ~29

List all Google Ads customer accounts the authenticated user has access to. Useful for finding customer IDs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gads_list_assets ~95

List account-level assets: sitelinks, callouts, structured snippets, images, call extensions, and more. Filter by asset type.

NameTypeReqDescription
asset_typestringFilter by asset type: SITELINK, CALLOUT, STRUCTURED_SNIPPET, IMAGE, CALL, etc.
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
limitinteger

No output schema declared.

No examples provided.

gads_list_audiences ~61

List user lists (remarketing audiences, customer match lists) in the account with size, eligibility, and match rate.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
limitinteger

No output schema declared.

No examples provided.

gads_list_budgets ~58

All campaign budgets with daily/total amount, delivery method (STANDARD/ACCELERATED), period, and whether a recommended budget exists.

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call

No output schema declared.

No examples provided.

gads_list_campaigns ~65

List campaigns in the account with name, status, channel type, bidding strategy, and date range. Filter by status (default ENABLED).

NameTypeReqDescription
customer_idstring
limitinteger
statusstringFilter by campaign status

No output schema declared.

No examples provided.

gads_list_conversion_actions ~51

List all conversion actions configured in the account: name, category, type, whether included in Conversions metric, counting type.

NameTypeReqDescription
customer_idstring
statusstring

No output schema declared.

No examples provided.

gads_list_rsas ~91

List Responsive Search Ads with all headlines, descriptions, Ad Strength rating, and approval status. Filter by campaign or ad group.

NameTypeReqDescription
ad_group_idstringFilter to a specific ad group ID
campaign_idstringFilter to a specific campaign ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
limitinteger

No output schema declared.

No examples provided.

gads_rsa_asset_performance ~113

Asset-level performance labels (BEST / GOOD / LOW / PENDING / LEARNING) for RSA headlines and descriptions. Identifies which assets to keep, test, or replace.

NameTypeReqDescription
ad_group_idstringFilter to a specific ad group ID
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call
date_rangestringGAQL date range literal, e.g. LAST_30_DAYS, LAST_7_DAYS, LAST_MONTH

No output schema declared.

No examples provided.

gads_run_gaql ~129

Escape hatch: run any raw GAQL query against Google Ads. Use when preset tools don't cover the report shape you need. Docs: developers.google.com/google-ads/api/docs/query/overview

NameTypeReqDescription
customer_idstringOverride GOOGLE_ADS_CUSTOMER_ID for this call (no dashes)
querystringyesRaw GAQL query. Example: SELECT campaign.id, campaign.name, metrics.impressions, metrics.clicks, metrics.cost_micros FROM campaign WHERE segments.date DURING LAST_30_DAYS ORDER BY metrics.cost_micros…

No output schema declared.

No examples provided.

gads_search_terms_report ~99

Search terms that triggered ads (the actual user queries, not your keywords). Essential for finding wasted spend and negative keyword candidates. Default last 28 days.

NameTypeReqDescription
campaign_idstringFilter to a specific campaign ID
customer_idstring
end_datestring
limitinteger
min_impressionsintegerMinimum impressions threshold
start_datestring

No output schema declared.

No examples provided.