@linkjolt/mcp-server
v0.2.1
Published
LinkJolt MCP Server: connect your affiliate program to Claude, ChatGPT, and other AI assistants
Maintainers
Readme
@linkjolt/mcp-server
Connect your LinkJolt affiliate program to Claude, ChatGPT and other AI assistants over the Model Context Protocol, then ask about it in plain language.
Most people do not need this package
LinkJolt hosts a remote MCP server, and it is the better path for almost everyone:
https://www.linkjolt.io/api/mcpclaude.ai, Claude Desktop, Claude Code and ChatGPT all connect to it with OAuth, so there is no API key to create or store, and it stays up to date on its own. Setup guides: linkjolt.io/developers/mcp.
Use this package only for clients that speak stdio and cannot reach a remote server.
Install
npm install -g @linkjolt/mcp-serverConfigure
Create an API key at linkjolt.io/merchant/api-keys, then add the server to your client's config:
{
"mcpServers": {
"linkjolt": {
"command": "npx",
"args": ["-y", "@linkjolt/mcp-server"],
"env": {
"LINKJOLT_API_KEY": "lj_pk_your_key"
}
}
}
}Tools
Reads work on Professional and above. The three writes (create_conversion, update_conversion, create_coupon) need Ultimate or Scale, and the team tools need Scale.
| Tool | What it does |
| --- | --- |
| search | Find campaigns, affiliates, conversions and coupons by text |
| fetch | Fetch one record by a search result id |
| list_campaigns / get_campaign | Campaigns with stats |
| list_affiliates | Affiliates across your campaigns |
| list_conversions | Conversions, filterable by status, campaign, affiliate and date |
| get_stats | Revenue, commissions and conversion totals for a date range |
| get_program_overview | This month at a glance, with top affiliates and recent conversions |
| list_coupons / create_coupon | Registered affiliate discount codes |
| list_payouts | The affiliate payout queue, for reconciliation |
| list_teams / get_team / list_team_goals / list_awards | Affiliate Teams, targets and bonus awards |
| create_conversion / update_conversion | Record a sale, or approve and reject one |
Approving a team bonus award is deliberately not a tool. It moves money, and an assistant should not approve payouts on its own. Approve those from the dashboard or with a deliberate API call.
Security
Every call goes to LinkJolt's public Developer API with your own key, so plan limits, brand scoping, rate limits and the audit log apply exactly as they do to any other API client. This package adds no access of its own.
Links
MIT licensed.
