Verdict QA runs on your own machine — the client starts it, so there is no endpoint to ping. 13 684 installs a week from pypi. Last commit 17 Sep 2026.
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
We read the source, 23 h ago · rules 3dff92dd89df
Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.
proc = subprocess.run(
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
proc = subprocess.run(
subprocess.run(rendered, cwd=repo, env=env, shell=True, capture_output=True,
env = dict(os.environ, PYTHONDONTWRITEBYTECODE="1",
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Verdict QA and you get told the day something new turns up.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add verdict -- uvx verdict-qa-mcp
{
"mcpServers": {
"verdict": {
"args": [
"verdict-qa-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.verdict]
command = "uvx"
args = ["verdict-qa-mcp"]
{
"mcpServers": {
"verdict": {
"args": [
"verdict-qa-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"verdict": {
"args": [
"verdict-qa-mcp"
],
"command": "uvx"
}
}
}
Read-only evidence for the tools agents run: MCP server records, coverage and policy.
MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history
Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history
MCP server for AI-assisted coding with development history: git, tests, Copilot.
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
Audit-first test strategy MCP server for repository-native test planning.
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
MCP server for LiveAction LiveNX (quay.io / MCP registry test publish)
Answers built from our own checks of this server.