mcp-ads

zavora-ai/mcp-ads
★ 1 stars Rust Other Updated today
Ads MCP Server — a digital advertising platform: campaigns, ad groups, ads, budgets/bids, audiences, performance KPIs (CTR/CPC/CPA/ROAS), budget pacing, and optimization suggestions, with approval gates on spend-affecting changes
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ads": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-ads"
      ]
    }
  }
}