mcp-qase
QASE MCP Server is a TypeScript-based server for integrating with Qase test management platform. It offers tools for managing various entities like projects, test cases, and runs, enhancing test management processes.
list_projects
Get all items
get_project
Get the project through code
create_project
Create a new project
delete_project
Delete items through code
get_cases
Get all test cases in the project
get_case
Get specific test cases
create_case
Create a new test case
update_case
Update existing test cases
get_runs
Get all test runs in the project
get_run
Get a specific test run
get_results
Get all test run results of the project
get_result
Get test run results through code and hash
create_result
Create test run results
create_result_bulk
Create multiple test run results in batches
update_result
Update existing test run results
get_plans
Get all test plans in the project
get_plan
Get a specific test plan
create_plan
Create a new test plan
update_plan
Update existing test plan
delete_plan
Delete the test plan
get_suites
Get all test suites in the project
get_suite
Get a specific test suite
create_suite
Create a new test suite
update_suite
Update existing test suites
delete_suite
Delete the test suite
get_shared_steps
Get all sharing steps in the project
get_shared_step
Get specific sharing steps
create_shared_step
Steps to create a new sharing
update_shared_step
Update existing sharing steps
delete_shared_step
Delete sharing steps