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 (OAuth)

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.

Headless / no browser? Use a token

On a server or CI where no browser is available, skip OAuth and pass a Personal Access Token as a header. Generate one from your dashboard (see Headless agents).

claude mcp add --transport http meta-ads https://gadspilot.com/mcp-meta --header "Authorization: Bearer YOUR_TOKEN"

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."
Need help? Ask Léa 💬
gadspilot assistant
Léa
AI assistant · gadspilot
Need a human? Contact support