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.
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.
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.
Add this to your config file at ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"willittrack": {
"url": "https://api.willittrack.com/mcp/mcp"
}
}
}Add this to your Cursor MCP settings at ~/.cursor/mcp.json
{
"mcpServers": {
"willittrack": {
"url": "https://api.willittrack.com/mcp/mcp"
}
}
}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.
{
"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.
What your AI gets.
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.
Retrieve a previously generated affiliate link health report. Use the slug returned by check_affiliate_link, or extract it from a WillItTrack report URL.
Show your usage this week across all check types, with estimated costs.
Check multiple affiliate links at once. Provide an array of URLs and get results for each. Runs asynchronously for large batches.
Check your current credit balance in pence and GBP.
Generate a structured dispute evidence document from a completed check. Use when raising disputes about missed commissions.
From the terminal.
Use the WillItTrack plugin for Claude Code to check affiliate links directly from your shell.
claude plugin add willittrack --url https://github.com/revenuestack/pathguard/tree/main/plugins/will-it-trackThen run /will-it-track https://your-link.com to check links. The plugin authenticates via your browser session — no API key needed.
Remote MCP server.
Claude.ai supports remote MCP servers in Projects. Add WillItTrack in your Project settings:
| URL | https://api.willittrack.com/mcp/mcp |
| Auth | Bearer pg_your_api_key_here |
ChatGPT. N8N. Lovable.
WillItTrack also works with any tool that speaks HTTP or OpenAPI.
Ready to ship?
Try it now with the anonymous config, or sign up for more checks.