Google Ads
Campaigns, budgets, keywords, and performance reporting across Search and Display.
Auth: OAuth 2.0Live integration
Tools
What your agent can do with Google Ads
GOOGLEADS_SEARCHSearch across Google Ads records and content.
GOOGLEADS_CREATECreate a new item in Google Ads with validated fields.
GOOGLEADS_UPDATEUpdate an existing Google Ads item by id.
GOOGLEADS_LISTList and filter Google Ads items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Google Ads from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "GOOGLEADS_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'