adwhiz-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@adwhiz-mcpWhat's the AI recommending I do right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DEXUN AdWhiz MCP Server
Let Claude Desktop / Cursor / any MCP-aware client talk to your DEXUN AdWhiz account. Ask Claude things like:
"List my connected ad accounts." "What's the AI recommending I do right now?" "Have there been any sign-ins from new IPs this week?" "How close am I to my API rate limit?"
Read-only for now (v0.1) — Claude can see your AdWhiz state but can't apply changes or pause campaigns. Mutation tools land in a later version once the optimizer exits shadow mode.
What you need
Node.js 18 or newer (
node --version)A DEXUN AdWhiz account (sign up free)
A DEXUN AdWhiz API key — generate one at /settings#api-keys
Either:
Claude Desktop (recommended)
Cursor with MCP enabled
Any other MCP-aware client
No npm install required. The server is a single Node script with zero runtime dependencies.
Related MCP server: flin-meta-ads-mcp
Install
Claude Desktop
Clone or download this repo somewhere stable on your machine:
git clone https://github.com/dexun-inc/adwhiz-mcp.git ~/.adwhiz-mcpOpen Claude Desktop's MCP config file. On macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%\Claude\claude_desktop_config.jsonAdd the
adwhizentry tomcpServers:{ "mcpServers": { "adwhiz": { "command": "node", "args": ["/absolute/path/to/.adwhiz-mcp/src/index.mjs"], "env": { "ADWHIZ_API_KEY": "dxk_live_PUT_YOUR_KEY_HERE" } } } }Replace the path with where you cloned the repo, and the API key with one from /settings#api-keys.
Quit Claude Desktop completely and reopen. The 5 AdWhiz tools should now show up when you start a new conversation.
Cursor
Same
git clonestep.Open Cursor → Settings → Features → Model Context Protocol → Add server.
Use the same
command+args+envshape as Claude Desktop.
Other MCP clients
Any client that follows the MCP spec can use this. The server speaks plain JSON-RPC 2.0 over stdio. Tell the client to run node /path/to/src/index.mjs and set ADWHIZ_API_KEY in the spawn environment.
What Claude can do
Tool | Use when the user asks |
| "What accounts do I have connected?" / "Show me my Meta accounts" |
| "What does the AI recommend right now?" / "Anything to do today?" |
| "How much has AdWhiz saved me?" / "Is the AI actually working?" |
| "What happened this week?" / "Any sign-ins I didn't make?" |
| "Am I close to my rate limit?" / "How much API quota do I have?" |
All five are read-only. They never apply budget changes, pause campaigns, or revoke keys. To do those things use the dashboard.
Environment
Variable | Default | Notes |
| (required) |
|
|
| Override for self-hosted / staging environments. |
Troubleshooting
Claude says "Server adwhiz is not responding" or the tools don't appear. Run the script manually to see stderr output:
ADWHIZ_API_KEY=dxk_live_... node /path/to/src/index.mjsIt should sit idle waiting for stdin. If it errors immediately, the message tells you what's wrong (most commonly: API key missing or node is too old).
Tools error with "Unauthorized". Your API key was revoked or you copied it wrong. Generate a fresh one at https://app.7275.com/settings#api-keys.
Rate limited.
You're hitting your plan's per-key RPM cap (60/120/600/3000 RPM by tier). Either wait for the window to reset (get_quota tells you when) or upgrade.
Security model
The MCP server runs locally on YOUR machine. Your API key never leaves your machine.
All HTTP requests go directly to
app.7275.comover HTTPS.Claude sees only the data the tools return — same data your dashboard shows you.
This server is open source. Audit it before installing on a sensitive machine.
Versioning
v0.1 — Read-only tools: list accounts / recommendations / activity / quota / identity.
v0.2 (planned) —
apply_recommendationonce auto-apply is calibration-gated.v0.3 (planned) —
pause_campaign+change_budgetdirect mutations.
License
MIT — see LICENSE.
Issues / questions
Bug reports + feature requests: open an issue on the main repo or email service@7275.com.
Privacy Policy
This extension talks only to the DEXUN AdWhiz API (https://app.7275.com/api/v1)
using the API key you configure. It reads your ad-account metadata, AI
recommendations, savings summary, and audit events — it never modifies
campaigns or spends money, and it sends no data to any third party.
Full policy: https://www.7275.com/en/legal/privacy
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceRead-only MCP server for Google Ads, enabling querying campaigns, ad groups, ads, insights, and keywords without create/update/delete operations.9MIT
- AlicenseBqualityBmaintenanceRead-only MCP server for Meta Ads that lists and reads ad accounts, campaigns, ad sets, ads, ad images, creatives, and fetches insights at various levels.14MIT
- Alicense-qualityCmaintenanceProvides read-only access to Google Ads account data including campaigns, ad groups, keywords, and performance reports. Enables querying via GAQL through an MCP interface.MIT
- AlicenseAqualityBmaintenanceA read-only MCP server for querying Google Ads data using GAQL, enabling AI assistants to safely read campaign performance, ad groups, and keywords.12MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DEXUN-inc/adwhiz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server