ShipCheck
Server Details
Independent preview-URL QA for coding agents. Playwright heuristics, pass/fail pack.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool has a distinct role: qa_preview queues a run, qa_status polls its state, qa_get_report retrieves results, and qa_note closes a needs_review job. No overlap; boundaries are clear even from short descriptions.
All tools follow a consistent qa_verb_noun pattern (get_report, note, preview, status). The prefix unifies the API, and verb_noun structure is predictable across the entire set.
Four tools provide exactly the operations needed for a QA lifecycle: start, poll, retrieve, and close. This is well-scoped for a focused server—no bloat, no missing essentials.
The lifecycle covers preview → status → report → note, which handles the main QA flow. Minor gaps exist (no cancel/list jobs), but they are not critical for the core purpose and can be worked around.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
qa_get_report - First observed
qa_note - First observed
qa_preview - First observed
qa_status
Related MCP Connectors
Browser-based QA for AI-built software. Test pages with real browsers via agents.
Preflight QA for AI-agent deliverables with structured verdicts and repair guidance.
Browser-backed QA with evidence and fix-ready reports for coding agents.
Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.
Related MCP Servers
AlicenseAqualityAmaintenanceEnables coding agents to independently verify web changes by scanning pages, inspecting UI structure, generating Playwright reproductions, and executing tests with structured QA evidence.41482MIT- AlicenseAqualityDmaintenanceRun real Playwright E2E tests from your AI coding agent.46MIT
- AlicenseAqualityAmaintenancePoint your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A-F.442Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables coding agents to submit a public preview URL and acceptance stories for independent QA, returning pass/fail evidence packs with screenshots and supporting human notes on failures.-