io.github.carsonroell-debug/linkrescue-mcp✓
io.github.carsonroell-debug/linkrescue-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.carsonroell-debug/linkrescue-mcp",
"description": "Broken link detection with affiliate tracking, revenue loss estimation, and fixes",
"repository": {
"url": "https://github.com/carsonroell-debug/linkrescue-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "linkrescue-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LinkRescue API endpoint for deep scans",
"name": "LINKRESCUE_API_BASE_URL"
},
{
"description": "API key for authenticated requests",
"isSecret": true,
"name": "LINKRESCUE_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}