Read and manage openQA jobs, machines, and test suites via REST API.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "openqa-mcp" yet — see the docs or source repo.
After connecting to an openQA instance, list recent test jobs and return each job's status and key details.
A list of recent test jobs with statuses and related metadata.
Read the currently available machines and test suites from the openQA instance and organize them by name.
Lists of machines and test suites for understanding test resource configuration.
Restart a specified openQA job; if the job is invalid or no longer needed, cancel it.
Returns the job action result, such as restarted or canceled.
Developers or DevOps engineers can read openQA job information to quickly review recent test run status and identify tasks needing further action.
When maintaining a test platform, teams can query machines and test suites in openQA to understand available resources and test configurations.
When a test job fails or no longer needs to continue, users can use the supported mutating actions to restart or cancel it, reducing manual steps.
It interacts with openQA instances through the REST API, providing read access to jobs, machines, and test suites, and also supports restarting and canceling jobs.
The description says mutating actions can use optional authentication. The specific authentication method is not provided; see the source repository.
Besides reading jobs, machines, and test suites in openQA, it also supports mutating actions on jobs such as restart and cancel.
Run local QA checks for APIs, test cases, errors, and SLA evaluation.
Analyze test reports across runs to find regressions, fixes, and persistent failures.
Run automated QA tests across web apps, APIs, and CLI tools.
Safely query and manage qTest data for test automation and collaboration.
Expose OpenAPI endpoints as MCP tools for LLM-driven REST API access.
Read Jira and Confluence to generate QA artifacts and coverage analysis.