Odel
Website Auditor

Website Auditor

Local
@spikeycoderTypeScriptMITUpdated 4 days ago

AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a 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).

npmwebsite-auditor-mcpv1.0.22

Run

npx -y website-auditor-mcp

MCP client config

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