An open-source MCP server that lets an AI agent run a QA audit of a web app — analytics, broken flows, security headers, accessibility — and get back machine-verified findings.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "your-prufa-api-key"
}
}