Skip to content
VS Code

aiseo audit for VS Code

io.github.agencyenterprise/aiseo-audit

Audit web pages for AI search readiness with evidence-tiered factors and pipeline-stage scores.

client:VS Code transport:stdio runtime:npm

Install aiseo audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "aiseo-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aiseo-audit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aiseo audit in other clients