Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"linkrescue": {
"command": "linkrescue-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Find broken affiliate links fast, prioritize by impact, and generate fix suggestions your AI agent can act on.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'linkrescue-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked linkrescue-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for io.github.carsonroell-debug/linkrescue-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Find broken affiliate links fast, prioritize by impact, and generate fix suggestions your AI agent can act on.
One call. 38+ affiliate networks checked. Revenue loss estimated.
One-click install: Install on MCPize |
pip install linkrescue-mcp
LinkRescue MCP exposes broken-link scanning, monitoring, and remediation workflows through the Model Context Protocol (MCP), so tools like Claude and Cursor can run link-health operations directly.
check_broken_links: scan a URL (or sitemap) and return a structured broken-link reportmonitor_links: set up recurring monitoring for a websiteget_fix_suggestions: generate prioritized remediation recommendationshealth_check: verify MCP server and backend API connectivityIf the LinkRescue backend API is unreachable, the server falls back to realistic simulated data so local testing and demos keep working.
{
"mcpServers": {
"linkrescue": {
"command": "linkrescue-mcp"
}
}
}
Then ask your AI agent:
"Scan example.com for broken affiliate links"
| Tool | Free | Pro ($19/mo) | Agency ($29/mo) |
|---|---|---|---|
health_check | Yes | Yes | Yes |
check_broken_links (up to 50 pages) | Yes | Yes | Yes |
check_broken_links (up to 2,000 pages) | - | Yes | Yes |
check_broken_links (unlimited + sitemap crawl) | - | - | Yes |
get_fix_suggestions | - | Yes | Yes |
monitor_links (daily) | - | Yes | Yes |
monitor_links (hourly + webhooks) | - | - | Yes |
| Revenue loss estimates | - | Yes | Yes |
| Multi-site monitoring | - | 5 sites | 25 sites |
Free tier gives you single-page broken-link checks. Pro unlocks the full crawler + fix suggestions + recurring monitoring. Agency adds hourly checks, webhooks, and unlimited site count.
Upgrade to Pro on MCPize — $19/mo or $190/yr. Agency $29/mo or $290/yr.
One-click install with managed hosting: Install on MCPize
pip install linkrescue-mcp
linkrescue-mcp
git clone https://github.com/carsonroell-debug/linkrescue-mcp.git
cd linkrescue-mcp
pip install -r requirements.txt
python main.py
MCP endpoint:
http://localhost:8000/mcp| Variable | Description | Default |
|---|---|---|
LINKRESCUE_API_BASE_URL | Base URL for LinkRescue API | http://localhost:3000/api/v1 |
LINKRESCUE_API_KEY | API key for authenticated requests | empty |
Example:
export LINKRESCUE_API_BASE_URL="https://www.linkrescue.io/api/v1"
export LINKRESCUE_API_KEY="your-api-key"
linkrescue-mcp
Get an API key at linkrescue.io/settings/api (Pro and Agency tiers only).
Run via the installed entry point:
linkrescue-mcp
Run directly from source:
python main.py
Run via FastMCP CLI:
fastmcp run main.py --transport streamable-http --port 8000
Add this to claude_desktop_config.json:
{
"mcpServers": {
"linkrescue": {
"command": "linkrescue-mcp"
}
}
}
claude mcp add linkrescue --transport http http:/
... [View full README on GitHub](https://github.com/carsonroell-debug/linkrescue-mcp#readme)