LinkRescue
Rank #54,266io.github.carsonroell-debug/linkrescue-mcp
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
LinkRescue is a Model Context Protocol (MCP) server published by carsonroell-debug. It ranks #54,266 of 115,591 servers tracked on MCP Toplist. LinkRescue is listed across 3 registries — Official MCP, Smithery and Glama, with 1 tracked version. It was first listed on Apr 1, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 61,325 of 115,591 servers on MCP Toplist.
Use LinkRescue
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add linkrescue-mcp -e "LINKRESCUE_API_BASE_URL=<your LINKRESCUE_API_BASE_URL>" -e "LINKRESCUE_API_KEY=<your LINKRESCUE_API_KEY>" -- uvx linkrescue-mcpReplace each placeholder with your own value before saving.
[mcp_servers.linkrescue-mcp]
command = "uvx"
args = ["linkrescue-mcp"]
[mcp_servers.linkrescue-mcp.env]
LINKRESCUE_API_BASE_URL = "<your LINKRESCUE_API_BASE_URL>"
LINKRESCUE_API_KEY = "<your LINKRESCUE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkrescue-mcp": {
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<your LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<your LINKRESCUE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkrescue-mcp": {
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<your LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<your LINKRESCUE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"linkrescue-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<your LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<your LINKRESCUE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkrescue-mcp": {
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<your LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<your LINKRESCUE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkrescue-mcp": {
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<your LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<your LINKRESCUE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.carsonroell-debug%2Flinkrescue-mcp)<a href="https://mcptoplist.com/server/io.github.carsonroell-debug%2Flinkrescue-mcp"><img src="https://mcptoplist.com/badge/io.github.carsonroell-debug%2Flinkrescue-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
carsonroell-debug
Other servers by carsonroell-debug
View all carsonroell-debug servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 6, 2026 |
Frequently asked questions
- Who maintains LinkRescue?
- LinkRescue is maintained by carsonroell-debug, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is LinkRescue listed on the Official MCP Registry?
- Yes — LinkRescue is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does LinkRescue have?
- MCP Toplist tracks 1 version of LinkRescue, most recently published on Apr 6, 2026.
- Where can I find the source code for LinkRescue?
- The source code for LinkRescue is hosted at github.com/carsonroell-debug/linkrescue-mcp.