qa-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your API key for the QA MCP server |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stage_configC | Get configuration and recommendations for a specific stage |
| get_recommended_promptC | Get the recommended prompt structure for a specific stage |
| get_model_recommendationC | Get recommended model (Sonnet for analysis, Haiku for execution) |
| create_session_checkpointC | Save a clean output at the end of each stage for next stage input |
| load_stage_checkpointC | Load clean output from previous stage (not full chat) |
| validate_context_healthC | Check if context is clean and not bloated |
| create_handoff_summaryC | Create clean handoff to start new session |
| save_test_casesC | Save test cases for future reuse on bug fixes/regressions |
| find_reusable_test_casesD | Find existing test cases for reuse |
| validate_execution_readinessC | Check if test cases are ready for execution |
| validate_qa_outputD | Validate output before moving to next stage |
| create_test_caseC | Create a new test case with title, description, steps, and expected result |
| record_test_resultC | Record the result of a test execution |
| report_defectC | Report a new defect/bug found during testing |
| generate_qa_reportB | Generate comprehensive QA report with all metrics and statistics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Suleidis9510/qa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server