Agent Readiness Auditor for Cursor
io.github.asish-singh/agent-readiness-auditor
Audits any website for AI agent readiness and safety, scoring prompt injection risk and llms.txt.
client:Cursor
transport:stdio
runtime:npm
Install Agent Readiness Auditor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-readiness-auditor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-readiness-auditor"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs