Claude Code
Ripple Ads in Claude Code
One command, then ask about your campaigns from the terminal.
All guides
Create a token in Ripple
Dashboard → Connect → Create a token. Read-only to start; read-and-change when you want it to act. Copy it — it is shown once.
Add the server
Run this once. The --scope user flag makes it available in every project.
claude mcp add --transport http --scope user ripple-ads https://ads.ripplestrategies.ca/api/mcp \ --header "Authorization: Bearer rpl_…"Ask
Start a session and try: “Which of my campaigns spent the most for the fewest leads this week?”
Worth knowing
- Claude Code sends the header on every request; the token never lands in a file you commit.
- `claude mcp list` shows the server; `claude mcp remove ripple-ads` removes it.
Need the URL with your token filled in? It is on Dashboard → Connect.
