MCP Server
Maintained
MIT
io.github.carsonroell-debug/linkrescue-mcp MCP Server
io.github.carsonroell-debug/linkrescue-mcp
What is the io.github.carsonroell-debug/linkrescue-mcp MCP server?
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
How to install io.github.carsonroell-debug/linkrescue-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LINKRESCUE_API_BASE_URLLinkRescue API endpoint for deep scans
LINKRESCUE_API_KEYsecretAPI key for authenticated requests
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"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>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add linkrescue-mcp --env LINKRESCUE_API_BASE_URL=<YOUR_LINKRESCUE_API_BASE_URL> --env LINKRESCUE_API_KEY=<YOUR_LINKRESCUE_API_KEY> -- uvx linkrescue-mcpRelated MCP servers
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
2
View repository →Python
SelfHeal MCP
Maintained
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
0
View repository →TypeScript
SiteHealth MCP
Maintained
Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links
0
View repository →TypeScript
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass