Skip to main content

Connect an AI client

AdCue exposes Google Ads tools over the Model Context Protocol (MCP) so AI clients can call them with your connected account.

Endpoint

In-app client guide: adcue.app/app/setup. Prerequisites:
  1. Create an account
  2. Connect Google Ads
  3. Ensure your account has MCP / agent access for the clients you use

ChatGPT

  1. Open the AdCue invitation or listing provided for your account (private beta rollout is staggered).
  2. Sign in to AdCue when ChatGPT prompts you.
  3. Connect Google Ads if you have not already (website or chat prompt).
  4. Verify with a read prompt: “List my connected Google Ads accounts” or “Check my Google Ads connection.”
  5. For writes, approve each mutation the client proposes.
One-click ChatGPT access may roll out after website connection. You can always connect Google Ads on the website first; both paths share the same connection.

Claude (Desktop / Code / Cowork)

Remote MCP URL

Add AdCue as a remote MCP server using the production URL above. Exact menus vary by Claude surface (directory install, Connectors, or manual MCP config). Typical remote config shape (client-specific fields may differ):

Auth

  • Complete AdCue OAuth / sign-in when the client prompts you.
  • If your plan uses API keys, create one at adcue.app/app/keys and paste it only into the client’s secret field — never into chat or tickets.
Claude directory / Cowork install flows may show Install → Manage → Connectors → Connect → Authorize. Prefer the in-app Setup screenshots when available.

Cursor

  1. Open Cursor Settings → MCP (or the equivalent MCP servers panel).
  2. Add a server named adcue with URL https://mcp.adcue.app/mcp.
  3. Supply auth (OAuth or API key) as required by your account.
  4. Restart MCP / reload the window if tools do not appear.
  5. Test with a read tool via the agent (list campaigns or connection status).
Example mcp.json style entry:

Other MCP clients

Windsurf, Gemini CLI, Codex, and other MCP-compatible hosts follow the same pattern:
  1. Register https://mcp.adcue.app/mcp as a Streamable HTTP / remote MCP server.
  2. Authenticate as your AdCue user.
  3. Confirm tools appear (search_tools, google_ads, connection helpers).
  4. Start with read-only calls.

First prompts that stay safe

Avoid create/remove tools until you have read Safety model.

API keys

Treat keys like passwords. Rotate or revoke compromised keys from the Keys page. Do not commit keys to git or paste them into public issues.

Troubleshooting

Next