Server data from the Official MCP Registry
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
Set these up before or after installing:
Environment variable: LINKRESCUE_API_BASE_URL
Environment variable: LINKRESCUE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-carsonroell-debug-linkrescue-mcp": {
"env": {
"LINKRESCUE_API_KEY": "your-linkrescue-api-key-here",
"LINKRESCUE_API_BASE_URL": "your-linkrescue-api-base-url-here"
},
"args": [
"linkrescue-mcp"
],
"command": "uvx"
}
}
}The LinkRescue MCP server is well-structured with proper authentication patterns and permissions appropriate for a link-checking service. The server uses environment variables for credentials and includes graceful fallbacks to simulated data when the backend API is unreachable. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
Scanned 6 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!