LinkJoltDevelopers

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
Install the LinkJolt MCP server

Install the package globally.

npm install -g @linkjolt/mcp-server
2
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"
      }
    }
  }
}
3
Get your API key

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

4
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