Documentation
Connect your marketing data to Claude, ChatGPT and other LLMs.
Connect to Claude Code (CLI)
Claude Code (Anthropic's terminal CLI) handles HTTP MCP with OAuth natively.
One command
claude mcp add --transport http google-ads https://gadspilot.com/mcp
The next time a prompt calls a gadspilot tool, Claude Code opens your browser for OAuth, then the tool executes.
Verify install
claude mcp list
You should see google-ads in the list with status connected (after the first OAuth).
Test
Launch Claude Code in any folder and type:
List my Google Ads campaigns and their performance for the last 7 days.
Uninstall
claude mcp remove google-ads
💡
Why Claude Code? Ideal if you already work in the terminal — you can mix a code repo + your marketing data in the same session, e.g.: "Generate a React dashboard that displays the last 7 days of conversions from this endpoint."