LinkJoltAnswers

Getting Started

Can I run an affiliate program without spreadsheets and manual tracking links?

How long does it take to set up an affiliate program with LinkJolt?

What is the difference between tracking links and coupon codes?

Integrations

Can I manage my affiliate program from Claude or ChatGPT?

Does LinkJolt have an MCP server?

How do I set up affiliate tracking with Stripe?

Which payment platforms does LinkJolt support for tracking?

Linkjolt

Sign InStart Free
Integrations

Does LinkJolt have an MCP server?

Yes, a hosted one at linkjolt.io/api/mcp. Chat apps like claude.ai and ChatGPT connect with one-click OAuth; developer tools like Claude Code and Cursor pass an API key header; stdio-only clients can use the npm package.

2 min read
Updated Jul 19, 2026

Yes. LinkJolt runs a hosted MCP (Model Context Protocol) server at https://www.linkjolt.io/api/mcp using the Streamable HTTP transport. It gives AI assistants and agent tools structured access to your affiliate program data.

Three ways to connect

  • Chat apps (claude.ai, Claude Desktop, ChatGPT): add the URL as a custom connector and approve access with OAuth. No key handling, nothing to install.
  • Developer tools (Claude Code, Cursor, VS Code, Windsurf): point the client at the same URL with your API key in an Authorization: Bearer header.
  • Stdio-only clients: install the @linkjolt/mcp-server npm package and configure it with your API key.

What the tools cover

The server exposes read tools across campaigns, affiliates, conversions, coupons, payouts, Affiliate Teams, and aggregate stats, plus three deliberate writes: record a conversion, approve or reject a commission, and register a coupon code. Approving payouts is intentionally not exposed to assistants.

Access rules

Every request is checked against your current plan: reads on Professional and above, writes on Ultimate and Scale. Requests are scoped to the brand the credential belongs to, and rate limits match the Developer API.

Setup guides for each client, including exact config snippets, are at linkjolt.io/developers/mcp.

Tags:

mcpdeveloper-apiaiintegrations

Related questions

How do I set up affiliate tracking with Stripe?

Add your LinkJolt Stripe webhook endpoint in the Stripe dashboard, then add the LinkJolt tracking script to your site. LinkJolt then records each Stripe sale and attributes it to the referring affiliate automatically.

Which payment platforms does LinkJolt support for tracking?

LinkJolt tracks conversions from Stripe, Paddle, Lemon Squeezy, Gumroad, GoPay, Apple In-App Purchases, and WooCommerce. You keep your own processor account and LinkJolt records sales through its webhooks.

Can I manage my affiliate program from Claude or ChatGPT?

Yes. Add LinkJolt as a connector in claude.ai, Claude Desktop, or ChatGPT and run your program by asking: check performance, review commissions, look up affiliates, and register coupon codes in plain language.

Is it safe to connect an AI assistant to LinkJolt?

Yes, within deliberate limits. The connector uses OAuth so you never hand over an API key, access is scoped to one brand, the approval page lists exactly what the assistant can read and write, and approving payouts is never possible.

Start your affiliate program

Launch in minutes with 0% platform fees. 3-day free trial, cancel anytime.

Start free trialBrowse all questions

Contents

Three ways to connectWhat the tools coverAccess rules