Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

QualityMax QA MCP

NPM · @QUALITYMAX/QMAX-MCP · SCANNED AUG 22

Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests.

47 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security13
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: the version this server declares is not published in its registry.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: the version this server declares is not published in its registry.Unverified
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Quality-Max/qmax-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability56
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1154 tokens (~288/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @qualitymax/qmax-mcp

# add to Claude Code
claude mcp add quality-max-qmax-mcp -- npx -y @qualitymax/qmax-mcp
# add to Codex CLI
codex mcp add quality-max-qmax-mcp -- npx -y @qualitymax/qmax-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "quality-max-qmax-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@qualitymax/qmax-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add quality-max-qmax-mcp --command npx --arg -y --arg @qualitymax/qmax-mcp
# ~/.hermes/config.yaml
mcp_servers:
  quality-max-qmax-mcp:
    command: "npx"
    args: ["-y", "@qualitymax/qmax-mcp"]
// mcp.json
{
  "mcpServers": {
    "quality-max-qmax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qualitymax/qmax-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 47

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed npm/@qualitymax/qmax-mcp@0.4.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Quality-Max/qmax-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Quality-Max/qmax-mcp/.github/workflows/release.yml@refs/tags/v0.4.2
Rekor log index 2559398358
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:b75a50f9f559700712f41e57f3d39610ab109c3a1c761e4612e190b1881928ab87d30d87c0daa6e75fa0f936e4d310b4074d5d9ace41a20abd9f5a562
MCP tools · 4 exposed · ~483 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
generate_playwright_repro ~111

Generate a minimal Playwright test from a scan finding, URL, or plain-English goal and write it below the approved workspace directory .qmax-mcp/repros. outputPath must be relative; existing files require overwrite:true after review. No outbound network request is made by generation.

NameTypeReqDescription
findingobject
goalstring
outputPathstring
overwriteboolean
testNamestring
urlstringyes

No output schema declared.

No examples provided.

inspect_page ~100

Read page structure through outbound browser network requests and return headings, forms, buttons, links, inputs, role/name selectors, and data-testid candidates. Does not intentionally modify the target or local filesystem. allowPrivateNetwork:true is limited to deliberate loopback development targets.

NameTypeReqDescription
allowPrivateNetworkboolean
includeAccessibilityTreeboolean
includeFormsboolean
urlstringyes
viewportobject

No output schema declared.

No examples provided.

run_playwright_test ~128

Execute supplied local Playwright code or a local test file. This is a code-execution and artifact-writing boundary: qmax-mcp first requires an MCP human-approval elicitation bound to the exact test digest. The runner may make outbound network requests requested by the test.

NameTypeReqDescription
allowedEnvobject
baseUrlstring
browserstring
codestring
headedboolean
testPathstring
timeoutMsinteger
wallClockTimeoutMsinteger

No output schema declared.

No examples provided.

scan_url ~144

Inspect a URL with outbound browser and HTTP network requests for console errors, links, accessibility, Core Web Vitals, SEO, security headers, cookie and tracker privacy, mixed content, and page weight. This may write a local screenshot artifact when screenshot:true. Set format:"markdown" for a shareable graded report. allowPrivateNetwork:true is limited to deliberate loopback development targets.

NameTypeReqDescription
allowPrivateNetworkboolean
checksarray
formatstring
maxLinksinteger
screenshotboolean
urlstringyes
viewportobject
weightBudgetobject

No output schema declared.

No examples provided.