Getting Started
Guides
REST API: Campaigns
Affiliates
Conversions
Affiliate Teams
SCALE
Coupons
Payouts
Other
Webhooks
Windsurf's Cascade AI supports MCP servers natively. Install LinkJolt and let Cascade manage your affiliate program while it helps you ship code.
Recent Windsurf versions support remote MCP servers. Add the hosted endpoint with your API key header to your MCP config and skip the npm install. If your Windsurf version does not accept a serverUrl entry, use the local install below.
{
"mcpServers": {
"linkjolt": {
"serverUrl": "https://www.linkjolt.io/api/mcp",
"headers": {
"Authorization": "Bearer lj_pk_your_key"
}
}
}
}Install the package globally.
npm install -g @linkjolt/mcp-serverWindsurf → Settings → Cascade → MCP Servers. Click "Add server" and paste the config below.
{
"mcpServers": {
"linkjolt": {
"command": "npx",
"args": ["-y", "@linkjolt/mcp-server"],
"env": {
"LINKJOLT_API_KEY": "lj_pk_your_key_here"
}
}
}
}Generate a key at linkjolt.io/merchant/api-keys and paste it into the config.
After restart, Cascade can call LinkJolt tools. Try asking it to summarize your affiliate performance.
Once connected, ask Windsurf natural language questions about your affiliate program:
Official Windsurf MCP docs
https://docs.windsurf.com/windsurf/cascade/mcp