Agent Readiness Auditor for VS Code
io.github.asish-singh/agent-readiness-auditor
Audits any website for AI agent readiness and safety, scoring prompt injection risk and llms.txt.
client:VS Code
transport:stdio
runtime:npm
Install Agent Readiness Auditor in VS Code
.vscode/mcp.json
{
"servers": {
"agent-readiness-auditor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-readiness-auditor"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs