一键导入
adwhiz
Manage Google Ads campaigns from your AI coding tool. 44 MCP tools for auditing, creating, and optimizing Google Ads accounts using natural language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Google Ads campaigns from your AI coding tool. 44 MCP tools for auditing, creating, and optimizing Google Ads accounts using natural language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bloom Mission Discovery — find missions matched to your taste, submit content, and track rewards. Powered by Bloom Protocol.
DESCRIPTION of what this skill does. Include specific trigger keywords and scenarios. Use when: scenario1, scenario2, scenario3.
Find and complete paid tasks on the 0xWork decentralized marketplace (Base chain, USDC escrow). Use when: the agent wants to earn money/USDC by doing work, discover available tasks, claim a bounty, submit deliverables, check earnings or wallet balance, or set up as a 0xWork worker. Task categories: Writing, Research, Social, Creative, Code, Data. NOT for: posting tasks (use the website), managing the 0xWork platform, or frontend development.
HSM-backed secret management for AI agents — store, retrieve, rotate, and share secrets via the 1Claw vault without exposing them in context.
1Password UI tab for OpenClaw dashboard. Manage secrets, credential mappings, and auth state from the Control UI.
One-step Safe rebalancer using on-chain 31Third policies.
| name | adwhiz |
| description | Manage Google Ads campaigns from your AI coding tool. 44 MCP tools for auditing, creating, and optimizing Google Ads accounts using natural language. |
| metadata | {"openclaw":{"primaryEnv":"ADWHIZ_API_KEY","requires":{"env":["ADWHIZ_API_KEY"]},"homepage":"https://adwhiz.ai","source":"https://github.com/iamzifei/adwhiz","license":"MIT"}} |
AdWhiz is a hosted MCP server that connects your AI coding tool to the Google Ads API through a secure, authenticated proxy. It exposes 44 tools across 5 categories so you can audit, create, and manage Google Ads campaigns using plain English.
All API calls are authenticated via your personal ADWHIZ_API_KEY and routed
through the AdWhiz server at mcp.adwhiz.ai. No Google credentials or OAuth
tokens are stored by the skill — authentication is handled entirely server-side
after you link your Google Ads account at https://adwhiz.ai/connect.
ADWHIZ_API_KEY is bound to a single Google Ads
account. Cross-account access is not possible.get_operation_log
tool for full auditability.| Tool | Description |
|---|---|
list_accounts | List all accessible Google Ads accounts |
get_account_info | Get account details (currency, timezone, optimization score) |
| Tool | Description |
|---|---|
list_campaigns | List campaigns with status, type, budget, bidding strategy |
get_campaign_performance | Campaign metrics: cost, clicks, conversions, CTR, CPA, ROAS |
list_ad_groups | List ad groups with bids, filtered by campaign |
list_ads | List ads with headlines, descriptions, final URLs |
list_keywords | Keywords with match types, bids, quality scores |
get_search_terms | Search terms report (actual queries triggering ads) |
list_negative_keywords | Negative keywords at campaign, ad group, or account level |
list_assets | Sitelinks, callouts, structured snippets |
list_conversion_actions | Conversion actions with status, type, category |
list_budgets | Campaign budgets with associated campaigns |
list_bidding_strategies | Portfolio bidding strategies |
list_audience_segments | Audience targeting criteria |
list_user_lists | Remarketing/audience lists for targeting |
get_operation_log | Recent mutations performed via AdWhiz |
| Tool | Description |
|---|---|
create_campaign | Create Search, Display, PMax, or Video campaign (starts PAUSED) |
update_campaign | Update campaign name |
set_campaign_status | Pause, enable, or remove a campaign |
create_ad_group | Create an ad group in a campaign |
update_ad_group | Update ad group name or CPC bid |
set_ad_group_status | Pause, enable, or remove an ad group |
create_responsive_search_ad | Create RSA with headlines + descriptions (starts PAUSED) |
set_ad_status | Pause, enable, or remove an ad |
add_keywords | Add keywords with match types and bids |
update_keyword_bid | Change a keyword's CPC bid |
set_keyword_status | Pause, enable, or remove a keyword |
add_negative_keyword | Add negative keyword at campaign or ad group level |
remove_negative_keyword | Remove a negative keyword |
create_shared_negative_list | Create a shared negative keyword list |
add_to_shared_list | Add keywords to a shared negative list |
attach_shared_list | Attach shared list to a campaign |
create_sitelink | Create a sitelink asset |
create_callout | Create a callout asset |
link_asset_to_campaign | Link asset to a campaign |
create_conversion_action | Create a conversion tracking action |
update_conversion_action | Update conversion action name or status |
create_budget | Create a campaign budget |
update_budget | Update budget amount or name |
create_bidding_strategy | Create a portfolio bidding strategy |
add_audience_to_campaign | Add audience targeting to a campaign |
| Tool | Description |
|---|---|
run_mini_audit | Quick 3-metric audit: wasted spend, best/worst CPA, projected savings |
run_full_audit | Comprehensive audit: campaigns, keywords, search terms, issues, recommendations |
| Tool | Description |
|---|---|
run_gaql_query | Execute a read-only GAQL query against your account (max 1,000 rows, SELECT only) |
AdWhiz uses HTTP transport to connect to the hosted MCP server. No npm packages are downloaded or executed at runtime.
{
"mcpServers": {
"adwhiz": {
"transport": "http",
"url": "https://mcp.adwhiz.ai/mcp",
"headers": {
"Authorization": "Bearer ${ADWHIZ_API_KEY}"
}
}
}
}
clawhub install adwhiz
This adds the MCP server configuration above to your settings. You will be
prompted to provide your ADWHIZ_API_KEY.
Full documentation: https://adwhiz.ai/docs