prufa-dev/prufa-mcp
🔌 MCP Serverprufa-dev
An MCP server that performs automated, browser-based QA audits on websites for coding agents.
Prufa-mcp bridges the gap between AI coding agents and real-world web quality assurance. By acting as an MCP server, it allows agents to trigger a 60-second browser-based audit of any target URL. The tool goes beyond simple static analysis by executing actual browser sessions to identify complex issues such as broken signup, login, or checkout flows. It captures critical technical data including JavaScript console errors, missing analytics tags, and security/consent header misconfigurations. Furthermore, it evaluates mobile responsiveness by checking tap target sizes and performs accessibility audits to ensure compliance. The output is returned as a structured, machine-readable report with a clear A–F grading system, making it easy for AI agents to interpret, report, or even suggest automated fixes for the identified issues. This tool is designed for developers who want to maintain high code quality and user experience standards in a fast-paced, AI-assisted development environment.
💡Highlights
- ├─Real-browser QA audit in 60s
- ├─Machine-verified A-F grading
- └─Detects broken flows and JS errors
🎯For
- ├─Software Engineers
- ├─QA Automation Engineers
- └─AI Agent Developers