Docs
affiliatespy.io ↗
Connect a client

Claude

Use AffiliateSpy from Claude Desktop. Claude's custom connectors don't send API-key headers yet, so the desktop app bridges through mcp-remote.

Claude Desktop

Open claude_desktop_config.json (Claude → Settings → Developer → Edit Config) and add the server via mcp-remote, with your key from Settings → API & agents:

{
  "mcpServers": {
    "affiliatespy": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://affiliatespy.io/api/mcp",
        "--header", "Authorization: Bearer asp_live_YOUR_KEY"]
    }
  }
}

Restart Claude Desktop after saving — the affiliatespy server appears under the tools icon.

Verify

Ask Claude:

What plan am I on and how many contact reveals do I have left this month?

It should call get_account and answer with your plan, caps and reveal meter. If you get an unauthorized error, the key is wrong or was revoked.