Connect LinkJolt to Claude, ChatGPT, and other AI assistants. Manage your affiliate program with natural language.
The Model Context Protocol (MCP) lets AI assistants like Claude interact with external tools. The LinkJolt MCP server gives your AI assistant direct access to your affiliate program data, so you can ask things like "Show me my top affiliates this month" or "Create a conversion for order #123".
npm install -g @linkjolt/mcp-server
Add to your Claude Desktop config:
{
"mcpServers": {
"linkjolt": {
"command": "npx",
"args": ["-y", "@linkjolt/mcp-server"],
"env": {
"LINKJOLT_API_KEY": "lj_pk_your_key"
}
}
}
}list_campaigns
List all your affiliate campaigns with stats
get_campaign
Get detailed campaign info including affiliate count
list_affiliates
List affiliates across your campaigns
list_conversions
List conversions with filters (status, date, campaign)
get_stats
Get aggregate stats (revenue, commissions, conversions)
create_conversion
Manually create a conversion record
update_conversion
Update conversion status (approve/reject)
U
You
Show me my top performing campaign this month
AI
Claude
I'll check your campaigns. Your "Pro Campaign" is performing best with $12,350 in revenue from 47 conversions. It has 12 active affiliates earning a 20% commission rate.
U
You
Which affiliates are driving the most revenue?
AI
Claude
Looking at your affiliates... Sarah from TechReviews generated $4,200 (34%), followed by Alex from SaaSDigest at $3,100 (25%). Both are in Tier 2 of your commission structure.
Install with npm install -g @linkjolt/mcp-server and follow the setup instructions above.