[MCP Store] Request listing for mk-qa-master — QA test automation

Hi Antigravity team,

I’d like to request listing for mk-qa-master (also known as
AI 測試大師 / mcp-test-runner) in the Antigravity MCP Store.

What it does

End-to-end QA loop over MCP — drives pytest / Jest / Cypress / Go / Maestro
from a single tool surface. Analyze a URL (Web DOM) or live mobile screen
(Maestro hierarchy) → generate runnable tests with real selectors → run with
auto-retry → coach you on what to fix next via a prioritized
optimization-plan.md.

Mobile-first: iOS Simulator, Android Emulator, real devices, and BlueStacks.

Why it fits the Store

  • MIT licensed, solo-maintained, no telemetry
  • Already passes Glama introspection:
    glama.ai/mcp/servers/kao273183/mcp-test-runner
    (Quality A, License A, Maintenance B)
  • PyPI published: uvx mk-qa-master is a one-line install
  • Listed in awesome-mcp-servers:
    GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers. · GitHub
  • Safety-first design in v0.7.0 (AI Visual CAPTCHA Solver):
    explicit consent gate + hard-stop on third-party identity portals
    (accounts..google.com, etc.) + no screenshot
    retention

Quick links

Install snippet (already working today via raw config)

{
  "mcpServers": {
    "mk-qa-master": {
      "command": "uvx",
      "env": {
        "QA_RUNNER": "pytest",
        "QA_PROJECT_ROOT": "/path/to/your-tests"
      }
    }
  }
}

Happy to provide any additional info (security audit notes, contributor
identity verification, etc.) needed for the review process. Thanks for
considering!

— Jack Kao (kao273183)