LinkJoltDevelopers

Getting Started

Guides

REST API: Campaigns

Affiliates

Conversions

Affiliate Teams

SCALE

Coupons

Payouts

Other

Webhooks

MCP Server (AI)

Overview

Claude

ChatGPT & Codex

Cursor

VS Code

Windsurf

Other clients

Manage API Keys

← Back to LinkJolt.io

Windsurf
MCP SERVER

Use LinkJolt with Windsurf

Windsurf's Cascade AI supports MCP servers natively. Install LinkJolt and let Cascade manage your affiliate program while it helps you ship code.

Setup
1
Fastest: hosted endpoint (nothing to install)

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"
      }
    }
  }
}
2
Or install the LinkJolt MCP server locally

Install the package globally.

npm install -g @linkjolt/mcp-server
3
Open Windsurf MCP settings

Windsurf → 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"
      }
    }
  }
}
4
Get your API key

Generate a key at linkjolt.io/merchant/api-keys and paste it into the config.

5
Restart Windsurf and chat with Cascade

After restart, Cascade can call LinkJolt tools. Try asking it to summarize your affiliate performance.

Example Queries

Once connected, ask Windsurf natural language questions about your affiliate program:

Summarize my affiliate program in a markdown report
Which conversions need approval this week?
Check if I'm close to my plan tier earnings limit
Export my top performing affiliates as CSV

Official Windsurf MCP docs

https://docs.windsurf.com/windsurf/cascade/mcp