AdCue

AdCue Guide

使用文档

AdCue Documentation

What is MCP?

Connect AI tools directly to your ad accounts

Learn how the Model Context Protocol lets AI tools like Claude, Cursor, and ChatGPT manage your Google Ads and Meta Ads directly.

This section is for developers

What is MCP?

MCP stands for Model Context Protocol. It acts as a universal translator that lets AI tools talk directly to your Google Ads and Meta Ads accounts.

Instead of clicking through dashboards, type natural-language commands such as:

  • "Pause all campaigns with CPA over $50."
  • "Show my top 5 keywords by conversions this month."
  • "Create a new ad group for summer sale keywords."
  • "What percentage of my budget was wasted last week?"

The AI selects the right AdCue tool, performs the read or approved action, and returns a clear result.

What can you do with MCP?

AdCue exposes 109 tools across Google Ads, Video Ads, and Meta Ads:

  • Ask questions about campaign performance and costs.
  • Create, pause, or update campaigns using natural language.
  • Run audits and get recommendations.
  • Manage keywords, bids, and budgets.
  • Automate repetitive optimization tasks.

Supported AI tools

Claude Code

Anthropic's terminal AI assistant. Run ad management commands from your terminal.

Cursor

An AI code editor with MCP support. Manage ads while you build.

Windsurf

An AI editor with native MCP integration and JSON configuration.

OpenClaw

A zero-config MCP plugin marketplace with a one-command AdCue install.

And many more

Continue.dev, Cline, Zed, Gemini CLI, GitHub Copilot, and other MCP-compatible tools.

How it works under the hood

  1. 1

    You type a command

    For example, "Show campaigns that spent more than $100 today."

  2. 2

    The AI picks an AdCue tool

    The client selects the correct MCP tool and arguments.

  3. 3

    AdCue contacts the ad platform

    The MCP server securely reads Google Ads or Meta Ads data, or performs an approved mutation.

  4. 4

    The AI presents the result

    Your client formats the data into a readable answer or table.

Is it safe?

  • OAuth 2.0 authentication with Google sign-in or an API key.
  • PKCE protection against intercepted authorization codes.
  • Read and write separation so reads never modify your account.
  • Mutation logging for every change made through MCP.
  • Token expiration after 1 hour for access tokens and 30 days for refresh tokens.