Skip to main content
// MCP Server

Check links
from your AI tool.

WillItTrack plugs into Claude Desktop, Claude Code, Claude.ai, Cursor, Windsurf, and any MCP-compatible tool. One config line. Instant access.

// What is MCP

The open AI-tool standard.

The Model Context Protocol lets AI assistants connect to external tools and data sources. Add WillItTrack as an MCP server and your AI can check affiliate links, view reports, and monitor link health without you leaving your editor or chat.

// 01. Quick Start

No API key required.

3 free checks per type per week for anonymous use. Sign up for 5 link and 2 consent checks per week.

Claude Desktop

Add this to your config file at ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "willittrack": {
      "url": "https://api.willittrack.com/mcp/mcp"
    }
  }
}
Cursor

Add this to your Cursor MCP settings at ~/.cursor/mcp.json

mcp.json
{
  "mcpServers": {
    "willittrack": {
      "url": "https://api.willittrack.com/mcp/mcp"
    }
  }
}
// 02. Authenticated

Bring your API key.

Sign in and generate an API key to get 5 free link checks per week, access to all check types, and usage tracking in your dashboard.

With API key
{
  "mcpServers": {
    "willittrack": {
      "url": "https://api.willittrack.com/mcp/mcp",
      "headers": {
        "Authorization": "Bearer pg_your_api_key_here"
      }
    }
  }
}

Replace pg_your_api_key_here with your actual API key from the Settings page.

// Tools

What your AI gets.

check_affiliate_link

Check if an affiliate link is tracking properly. Opens the URL in a real headless browser, follows all redirects, inspects cookies, detects the affiliate network, and returns a health score (0–100) with specific issues and fix recommendations. Supports Awin, CJ, Amazon, Impact, ShareASale, Rakuten, Skimlinks, and more.

get_link_report

Retrieve a previously generated affiliate link health report. Use the slug returned by check_affiliate_link, or extract it from a WillItTrack report URL.

get_my_usage

Show your usage this week across all check types, with estimated costs.

batch_check

Check multiple affiliate links at once. Provide an array of URLs and get results for each. Runs asynchronously for large batches.

get_credit_balance

Check your current credit balance in pence and GBP.

get_dispute_evidence

Generate a structured dispute evidence document from a completed check. Use when raising disputes about missed commissions.

// Claude Code

From the terminal.

Use the WillItTrack plugin for Claude Code to check affiliate links directly from your shell.

terminal
claude plugin add willittrack --url https://github.com/revenuestack/pathguard/tree/main/plugins/will-it-track

Then run /will-it-track https://your-link.com to check links. The plugin authenticates via your browser session — no API key needed.

// Claude.ai Projects

Remote MCP server.

Claude.ai supports remote MCP servers in Projects. Add WillItTrack in your Project settings:

URLhttps://api.willittrack.com/mcp/mcp
AuthBearer pg_your_api_key_here
// Other Integrations

ChatGPT. N8N. Lovable.

WillItTrack also works with any tool that speaks HTTP or OpenAPI.

// Get Started

Ready to ship?

Try it now with the anonymous config, or sign up for more checks.