Skip to main content

Quickstart

Get from zero to a first read-only MCP call in five steps.

1. Create an account

  1. Open adcue.app and choose Get Started / Sign in.
  2. Complete Auth0 sign-in (email verification required).
  3. Land on the app shell at adcue.app/app (Usage & Billing).
Details: Create account.

2. Connect Google Ads

  1. Open adcue.app/app/connections.
  2. Start Connect Google Ads and approve Google’s consent screen with the identity that can access your ads.
  3. Choose a primary customer if more than one account is listed.
Details: Connect Google Ads.

3. Connect an AI client

Point your client at the production MCP endpoint:
Supported first-wave clients: ChatGPT, Claude, and Cursor (plus other MCP-compatible tools). In-app walkthrough: adcue.app/app/setup. Full configs: Connect an AI client.

4. First read call

Prefer non-destructive tools first: Example router call:
Always pass customer_id as a string.

5. Safety defaults before any write

Full model: Safety model.

Checklist

  • Signed in at adcue.app/app
  • Google Ads connected at /app/connections
  • MCP client pointed at https://mcp.adcue.app/mcp
  • Successful read: list accounts or campaigns
  • No write tools until you understand safety

Next