adwhiz
Manage Google Ads & Meta (Facebook) Ads from your AI coding tool. 99 MCP tools for auditing, creating, and optimizing ad accounts using natural language.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/iamzifei/adwhizAdWhiz — Google Ads & Meta Ads MCP Server
AdWhiz is a hosted MCP server that connects your AI coding tool to the Google Ads API and Meta (Facebook) Graph API through a secure, authenticated proxy. It exposes 99 tools across 7 categories so you can audit, create, and manage ad campaigns across both platforms 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 or Meta credentials
are stored by the skill — authentication is handled entirely server-side
after you link your ad accounts at https://adwhiz.ai/connect.
Security & Permissions Model
- OAuth 2.0: User authenticates with Google and/or Meta via AdWhiz's web UI. Refresh tokens (Google) and long-lived access tokens (Meta) are encrypted at rest (AES-256-GCM) and never exposed to the agent.
- API key scoping: Each
ADWHIZ_API_KEYis bound to a single user's connected accounts. Cross-user access is not possible. - Write safety: All Google Ads write tools create entities in PAUSED status by default. Meta write tools require explicit status parameters.
- Mutation logging: Every mutation is recorded in the
get_operation_logtool for full auditability. - Read-only by default: 36 of 99 tools are strictly read-only and cannot modify your accounts.
- Confirmation required: Write tools require user confirmation before executing via the agent's standard permission flow.
- No arbitrary code execution: The MCP server is a hosted HTTP service. No code is downloaded or executed on the user's machine beyond the thin MCP client wrapper.
Google Ads Tools (70)
Account (2 tools) — Read-only
| Tool | Description |
|---|---|
list_accounts | List all accessible Google Ads accounts (auto-expands MCC child accounts) |
get_account_info | Get account details (currency, timezone, optimization score) |
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-iamzifei-adwhiz": {
"enabled": true,
"auto_update": true
}
}
}