mcpbeat Sign in

Linkrescue MCP Server

local only

Linkrescue MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 27 Apr 2026.

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

Installs per day peak 20 · avg 10 · -19% w/w
a month agotoday
57
Installs / week
pypi · linkrescue-mcp
0
Stars
0 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Linkrescue MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add linkrescue-mcp -- uvx linkrescue-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkrescue-mcp": {
      "args": [
        "linkrescue-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkrescue-mcp]
command = "uvx"
args = ["linkrescue-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "linkrescue-mcp": {
      "args": [
        "linkrescue-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkrescue-mcp": {
      "args": [
        "linkrescue-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LINKRESCUE_API_BASE_URL (LinkRescue API endpoint for deep scans), LINKRESCUE_API_KEY (API key for authenticated requests). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Linkrescue MCP

same job, measured the same way
Tracklix MCP
by zhowe-designs

Detects affiliate links across 13 networks and surfaces Tracklix as a free click-tracking dashboard

31 installs/wk local only
Relay
by reservoirprotocol

Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.

39 installs/wk local only
Relay
by relayprotocol

Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.

local only
AutoTS
by winedarksea

Automated time series forecasting with model search, anomaly detection, and event risk analysis

89 installs/wk local only
Ship24 Tracking
by ship24-official

Track any parcel by tracking number — real-time status, event history, and carrier detection.

local only
MCP Server Decisions
by roberton003

Decision tracking with prediction validation and outcome gates for AI agents

66 installs/wk local only
I
AI Cost Analyzer
by vpatser1

Analyze LLM API costs: token waste detection, caching savings estimates, model comparison

40 installs/wk local only
Neurohive
by adelelo13

Multi-agent memory intelligence with expertise tracking and conflict detection

49 installs/wk local only

Linkrescue MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Linkrescue MCP?
Linkrescue MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package linkrescue-mcp was installed 57 times last week.
How do I connect Linkrescue MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls linkrescue-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Linkrescue MCP?
The pypi package linkrescue-mcp was installed 57 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Linkrescue MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.