Quickstart
Get from zero to a first read-only MCP call in five steps.1. Create an account
- Open adcue.app and choose Get Started / Sign in.
- Complete Auth0 sign-in (email verification required).
- Land on the app shell at adcue.app/app (Usage & Billing).
2. Connect Google Ads
- Open adcue.app/app/connections.
- Start Connect Google Ads and approve Google’s consent screen with the identity that can access your ads.
- Choose a primary customer if more than one account is listed.
3. Connect an AI client
Point your client at the production MCP endpoint:4. First read call
Prefer non-destructive tools first:
Example router call:
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
- Tool catalog — full registry-backed list
- How MCP works — router pattern and discovery
- FAQ