Docs
affiliatespy.io ↗
Connect a client

Claude Code

One command adds the remote server — no local process, nothing to keep running.

Install

With a key from Settings → API & agents:

claude mcp add --transport http affiliatespy https://affiliatespy.io/api/mcp \
  --header "Authorization: Bearer asp_live_YOUR_KEY"

Verify

claude mcp list

affiliatespyshould show as connected. Then just ask — “which creators replied this week but aren't in the pipeline yet?” — and Claude Code picks the right tools.

Scopes

claude mcp add installs for you locally. Add --scope project to share the server (but never your key — use an env var) with teammates via .mcp.json, or keep the default local scope for personal use.