mcpserver.lol
registry/mcp-dir-google-ads-mcp
Connection check verified live · 27h ago

mcp-dir-google-ads-mcp

Full Google Ads management: read (campaigns, performance, ROAS, keywords, search terms) and write (p

Tools 35
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

35 tools

Read from the running server on 27h ago.

authenticate token
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent…
connect read-only
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the tool…
google_ads_account read-only accountcustomer_idcustomer_ids
Get Google Ads account info: name, currency, timezone for a customer (uses account + customer_id to resolve scope). Bulk support: accepts customer_ids for batched execution.
google_ads_ad_group_create name*typestatusaccountcpc_bidcampaign_id* +3
Create an ad group inside a campaign. Default status ENABLED, type SEARCH_STANDARD. Optional cpc_bid as the ad-group-level default max CPC. Bulk support: accepts campaign_ids, cus…
google_ads_ad_group_update_status status*accountcustomer_idad_group_ids*partial_failure
Pause, enable or remove ad groups. REMOVED is irreversible.
google_ads_ads read-only accountcustomer_idcustomer_ids
List enabled ads with type, status, campaign name and ad_group_ad.policy_summary (approval_status, review_status, policy_topic_entries) — answers "why is my ad not serving?" withou…
google_ads_ad_update_status ads*status*accountcustomer_idcustomer_idspartial_failure
Pause, enable or remove ads. Each entry needs ad_group_id + ad_id because the ad resource is keyed by both (customers/X/adGroupAds/{ad_group_id}~{ad_id}). Bulk support: accepts cu…
google_ads_campaign_budget_create name*amount*accountcustomer_idcustomer_idsdelivery_method
Create a campaign_budget. Required to create a campaign. Amount is daily, in account currency unit (50 = R$50/day). Bulk support: accepts customer_ids for batched execution.
google_ads_campaign_create name*statusaccountbudget_id*budget_idsfeed_label +8
Create a Google Ads campaign. Defaults to channel_type=SEARCH, status=PAUSED (safe), bidding_strategy=MANUAL_CPC. Provide budget_id from google_ads_campaign_budget_create. Declares…
google_ads_campaigns read-only statusaccountcustomer_idcustomer_ids
List Google Ads campaigns with status and budgets. Default (ALL) returns both ENABLED and PAUSED campaigns; pass status ENABLED or PAUSED to narrow. REMOVED (deleted) campaigns are…
google_ads_campaign_update_budget amount*accountcampaign_id*customer_idcampaign_idscustomer_ids
Update the daily budget of a campaign. Pass the campaign id and the new amount in the account currency unit (R$50,50 -> 50.5; converted to micros internally). Bulk support: accept…
google_ads_campaign_update_status status*accountcustomer_idcampaign_ids*partial_failure
Pause, enable or remove one or more Google Ads campaigns. REMOVED is irreversible. Pass campaign ids from google_ads_campaigns. Google rejects status changes on trial (draft/experi…
google_ads_changes read-only dayslimitsinceuntilaccountcustomer_id +1
Change history / audit log: who changed what in the account and when. Covers campaigns, ad groups, ads (headlines/descriptions/final URLs), keywords, budgets and bids, with the use…
google_ads_keyword_add statusaccountkeywords*ad_group_id*customer_idad_group_ids +2
Add positive keywords to an ad group. Each keyword: { text, match_type, cpc_bid? }. match_type = EXACT | PHRASE | BROAD. Bulk support: accepts ad_group_ids, customer_ids for batch…
google_ads_keywords_diagnostics read-only daysqueryaccountad_group_idcampaign_idcustomer_id +3
Keyword analytics, search terms, status/policy diagnostics, auction diagnostics, or custom GAQL SELECT. Uses account + customer_id for scope. Actions: `keywords` (last 7 days metri…
google_ads_keywords_keywords read-only daysqueryaccountad_group_idcampaign_idcustomer_id +3
Keyword analytics, search terms, status/policy diagnostics, auction diagnostics, or custom GAQL SELECT. Uses account + customer_id for scope. Actions: `keywords` (last 7 days metri…
google_ads_keywords_raw read-only daysqueryaccountad_group_idcampaign_idcustomer_id +3
Keyword analytics, search terms, status/policy diagnostics, auction diagnostics, or custom GAQL SELECT. Uses account + customer_id for scope. Actions: `keywords` (last 7 days metri…
google_ads_keywords_search_terms read-only daysqueryaccountad_group_idcampaign_idcustomer_id +3
Keyword analytics, search terms, status/policy diagnostics, auction diagnostics, or custom GAQL SELECT. Uses account + customer_id for scope. Actions: `keywords` (last 7 days metri…
google_ads_keywords_status read-only daysqueryaccountad_group_idcampaign_idcustomer_id +3
Keyword analytics, search terms, status/policy diagnostics, auction diagnostics, or custom GAQL SELECT. Uses account + customer_id for scope. Actions: `keywords` (last 7 days metri…
google_ads_keyword_update_bid accountcpc_bid*keywords*customer_idcustomer_idspartial_failure
Update max CPC for one or more keywords. Bid in account currency unit (e.g. 1.5 = R$1,50). Bulk support: accepts customer_ids for batched execution.
google_ads_keyword_update_status status*accountkeywords*customer_idcustomer_idspartial_failure
Pause, enable or remove keywords. Each entry needs ad_group_id + criterion_id (the keyword criterion id). Bulk support: accepts customer_ids for batched execution.
google_ads_list_accounts read-only accountcustomer_idcustomer_ids
List all Google Ads MCCs and ALL customer accounts the OAuth token can access (via customers:listAccessibleCustomers — not just hierarchy of the MCC). Each customer comes enriched…
google_ads_negative_keyword_add scope*accountkeywords*target_id*target_idscustomer_id +2
Add negative keywords at campaign or ad group scope. Pass scope + the matching target_id (campaign_id or ad_group_id). Bulk support: accepts target_ids, customer_ids for batched e…
google_ads_performance read-only daysaccountcustomer_idcustomer_ids
Daily performance breakdown: cost, impressions, clicks, conversions, revenue per day. Bulk support: accepts customer_ids for batched execution.
google_ads_responsive_search_ad_create path1path2statusaccountheadlines*final_urls* +5
Create a Responsive Search Ad (RSA) inside an ad group. Headlines: 3-15 entries (each <= 30 chars). Descriptions: 2-4 entries (each <= 90 chars). final_urls required. Default statu…
google_ads_roas read-only sinceuntilaccountcustomer_idcustomer_ids
ROAS for a date range (defaults to current month). Per-campaign cost, conversions, revenue, plus _summary. Bulk support: accepts customer_ids for batched execution.
google_ads_sitelink_create scopeaccountsitelinks*target_idtarget_idscustomer_id +2
Create sitelink extensions and attach them to a campaign (default), the whole account (scope=customer) or an ad group. A sitelink is a SitelinkAsset (its own link_text + final_url,…
google_ads_sitelink_remove accountcustomer_idcustomer_idspartial_failurelink_resource_names*
Detach sitelinks from a campaign / account / ad group. Pass the link_resource_name(s) from google_ads_sitelinks. Removes only the association (the shared sitelink asset stays in th…
google_ads_sitelinks read-only accountcustomer_idcustomer_ids
List sitelink assets in the account and where they are attached (campaign / account / ad group level), with each link's resource_name (pass it to google_ads_sitelink_remove) and st…
google_ads_status read-only accountcustomer_idcustomer_ids
Without account: overview of all Google Ads MCCs and customer_ids. With account (and optional customer_id): details for that scope. Bulk support: accepts customer_ids for batched…
google_ads_today read-only accountcustomer_idcustomer_ids
Today Google Ads performance: cost, impressions, clicks, conversions, ROAS per campaign plus _summary. Bulk support: accepts customer_ids for batched execution.
marketplace limitqueryactionmcp_idmessagetool_id +17
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF",…
report_bug contextmessage*conversation
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_version read-only
Show the current MCP platform and adapter versions.
toolkit_info read-only
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.