Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwrite
Quickstart
Install
npx -yConfig
{
"mcpServers": {
"qasphere": {
"command": "npx",
"args": ["-y", "qasphere-mcp"],
"env": {
"QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
"QASPHERE_API_KEY": "your-api-key"
}
}
}
}Exposed MCP Tools (4)
safe
search_test_casesSearches for test cases based on specified criteria.
Read-only operation; no data modification.
safe
get_test_case_detailsRetrieves detailed information for a specific test case.
Read-only operation; no data modification.
high
update_test_caseModifies an existing test case with new information.
Modifies existing data; potential for data corruption if used incorrectly.
moderate
create_test_caseCreates a new test case within QA Sphere.
Adds new data; potential for misuse if not properly controlled.
Safety Assessment
This server's safety depends on the specific tools implemented and the permissions granted to the API key. While it primarily deals with test case data, unauthorized access could still lead to data exposure or modification. Secure API key management is crucial.
- Requires API key for authentication.
- Integration primarily focuses on test case data.
- Limited scope to QA Sphere environment.
- No direct filesystem access.
- API key compromise could lead to unauthorized access.
- Potential for data exfiltration if not properly secured.
- Write operations possible depending on the specific tools implemented.
- Lack of explicit sandboxing mentioned.
