MCP Server
UnclaimedMCP server for QAStudio
Install
npx @qastudio-dev/mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (23)
automationStatus
(optional): AUTOMATED, NOTAUTOMATED, CANDIDATE
create-test-case
Create a new test case in a project.
create-test-run
Create a new test run for a project.
description
(optional): Test run description
environment
(required): Environment (e.g., "production", "staging")
get-test-results
Get test results for a specific test run.
get-test-run
Get detailed information about a specific test run.
limit
(optional): Maximum results (default: 50)
list-projects
List all projects with optional search filtering.
list-test-runs
List test runs for a project.
milestoneId
(optional): Associated milestone ID
name
(required): Test run name
offset
(optional): Pagination offset (default: 0)
priority
(optional): CRITICAL, HIGH, MEDIUM, LOW
projectId
(required): Project ID
results
(required): Array of test results with title, status, duration, and optional error
search
(optional): Search query to filter projects by name
status
(optional): Filter by status (passed, failed, skipped, blocked, retest, untested)
steps
(optional): Array of test steps with action and expectedResult
submit-test-results
Submit test results for a test run (useful for manual testing).
testRunId
(required): Test run ID
title
(required): Test case title
type
(optional): FUNCTIONAL, REGRESSION, SMOKE, INTEGRATION, PERFORMANCE, SECURITY, UI, API, UNIT, E2E