mcpbeat Sign in

Verdict QA MCP Server

local only

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.

13 684
Installs / week
pypi · verdict-qa-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Evidence

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.

Capabilities

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.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add verdict -- uvx verdict-qa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verdict": {
      "args": [
        "verdict-qa-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verdict]
command = "uvx"
args = ["verdict-qa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "verdict": {
      "args": [
        "verdict-qa-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verdict": {
      "args": [
        "verdict-qa-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Verdict QA

same job, measured the same way
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Flakiness Knowledge Graph MCP
by vola-trebla

MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history

62 installs/wk local only
Verdict MCP
by dgotlieb

Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history

147 installs/wk local only
Hindsight MCP
by rbfinch

MCP server for AI-assisted coding with development history: git, tests, Copilot.

local only
Blacksmith
by grahamnotgrant

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

210 installs/wk local only
Repo Test Architect
by repoassay

Audit-first test strategy MCP server for repository-native test planning.

63 installs/wk local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
I
Livenxmcp
by bdimic-bluecat

MCP server for LiveAction LiveNX (quay.io / MCP registry test publish)

local only

Verdict QA — questions

Answers built from our own checks of this server.

Why is there no uptime for Verdict QA?
Verdict QA runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package verdict-qa-mcp was installed 13 684 times last week.
How do I connect Verdict QA?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls verdict-qa-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Verdict QA?
The pypi package verdict-qa-mcp was installed 13 684 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Verdict QA open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.