Odel
mcp link doctor

mcp link doctor

Local
@webmoleaiJavaScriptUpdated 5mo ago

Find broken links, missing meta tags, and redirect chains on any website.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-link-doctorv0.1.1

Run

npx -y mcp-link-doctor

MCP client config

{
  "mcpServers": {
    "mcp-link-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-link-doctor"
      ]
    }
  }
}