LinkJoltDevelopers

Manage API Keys

← Back to LinkJolt.io

ChatGPT
MCP SERVER

Use LinkJolt with ChatGPT

ChatGPT supports MCP servers via the Developer Mode preview. Connect LinkJolt and have GPT read your affiliate data, summarize program health, or create conversions on your behalf.

Setup
1
Enable Developer Mode in ChatGPT

Open ChatGPT Settings → Beta features → enable "Developer Mode". This unlocks custom MCP tool support.

2
Install the LinkJolt MCP server

Install the package globally via npm.

npm install -g @linkjolt/mcp-server
3
Get your API key

Generate a key at linkjolt.io/merchant/api-keys. Pro plan = read-only, Ultimate = full access.

4
Add the MCP connector in ChatGPT

ChatGPT Settings → Tools → Add MCP Server. Use the config below.

{
  "command": "npx",
  "args": ["-y", "@linkjolt/mcp-server"],
  "env": {
    "LINKJOLT_API_KEY": "lj_pk_your_key_here"
  }
}
5
Start a new chat and use the tools

The LinkJolt tools appear in the ChatGPT tool picker. Ask GPT to manage your program in natural language.

Example Queries

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

Summarize my affiliate program performance this month
Which affiliates need commission approval?
Invite jane@example.com to my Pro campaign
Show me all conversions above $500 this week
What's my conversion rate across all campaigns?

Official ChatGPT MCP docs

https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta