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 meta-ads https://gadspilot.com/mcp-meta
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 meta-ads in the list with status connected (after the first OAuth).
Test
Launch Claude Code in any folder and type:
Which Meta campaign has the worst ROAS? Propose a dry-run pause.
Uninstall
claude mcp remove meta-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."