Connect a client
Cursor
Cursor supports remote MCP servers with custom headers natively — one JSON block and you're connected.
Configure
Add to ~/.cursor/mcp.json (all projects) or .cursor/mcp.json (one project), with your key from Settings → API & agents:
{
"mcpServers": {
"affiliatespy": {
"url": "https://affiliatespy.io/api/mcp",
"headers": { "Authorization": "Bearer asp_live_YOUR_KEY" }
}
}
}Then enable it under Cursor Settings → MCP. The same JSON shape works in any client that supports a URL plus headers.
Verify
The MCP settings page shows the server's 25 tools once connected. Ask the agent something like “summarize my open outreach campaigns” to watch it call list_campaigns.