QA Sphere MCP
Skills
get_project
Get a project information from QA Sphere using a project code (e.g., BDI). You can extract PROJECT_CODE from URLs https://example.eu1.qasphere.com/project/%PROJECT_CODE%/...
get_test_case
Get a test case from QA Sphere using a marker in the format PROJECT_CODE-SEQUENCE (e.g., BDI-123). You can use URLs like: https://example.eu1.qasphere.com/project/%PROJECT_CODE%/tcase/%SEQUENCE%?any Extract %PROJECT_CODE% and %SEQUENCE% from the URL and use them as the marker.
list_projects
Get a list of all projects from current QA Sphere TMS account (qasphere.com)
list_test_cases
List test cases from a project in QA Sphere. Supports pagination and various filtering options.
list_test_cases_tags
List all tags defined within a specific QA Sphere project.
list_test_cases_folders
List folders for test cases within a specific QA Sphere project. Allows pagination and sorting.