ProdPoke MCP Serverofficial
A
licenseNot graded
qualityC
maintenanceEnables AI to perform real-browser QA testing on websites via Playwright, finding bugs, accessibility, SEO, and performance issues through natural language conversations.
1
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct and clear purpose: crawl_page extracts elements, write_test generates tests, run_test executes them. No overlap.
All tools follow a consistent verb_noun pattern in snake_case: crawl_page, write_test, run_test. Predictable and clean.
Three tools perfectly cover the core workflow of a QA automation server: crawl, write, run. Not excessive, not insufficient.
The essential workflow is complete, but missing test management tools (e.g., delete, list) or debugging utilities. Minor gap.