{
  "name": "QA.tech",
  "description": "Autonomous AI QA testing platform. This MCP server lets coding agents list applications and test cases, start and rerun test runs, inspect results, and create test cases in QA.tech.",
  "endpoint": "https://api.qa.tech/v1/mcp",
  "transport": "streamable-http",
  "protocol": "JSON-RPC 2.0, stateless",
  "authentication": [
    {
      "type": "oauth",
      "note": "Recommended for interactive clients (Claude Code, Cursor, Codex); sign-in on first connect."
    },
    {
      "type": "bearer",
      "header": "Authorization",
      "note": "API keys from Organization Settings -> API Keys; read- or write-scoped. Same tokens as the REST API."
    }
  ],
  "tools": [
    "list_applications",
    "list_test_cases",
    "get_run",
    "list_issues",
    "get_issue",
    "create_test_case",
    "rerun_run"
  ],
  "documentation": "https://docs.qa.tech/integrations/mcp",
  "provider": {
    "name": "QA.tech",
    "url": "https://qa.tech"
  }
}
