Odel
SiteHealth MCP

SiteHealth MCP

Local
@carsonroell-debugTypeScriptUpdated 4mo ago

Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links

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).

npmsitehealth-mcpv0.1.1

Run

npx -y sitehealth-mcp

MCP client config

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