QA-MCP: Test Standardization & Orchestration Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | HTTP port | 8080 |
| LOG_LEVEL | No | Log level (debug, info, warning, error) | info |
| HTTP_ENABLED | No | Enables HTTP transport | false |
| AUDIT_LOG_ENABLED | No | Enables audit logging | true |
| ENABLE_WRITE_TOOLS | No | Enables Jira/Xray write tools | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| testcase.generateC | Feature açıklaması ve acceptance criteria'dan standart test case üretir |
| testcase.lintC | Test case'i analiz eder, kalite skoru ve iyileştirme önerileri döner |
| testcase.lint_batchC | Birden fazla test case'i toplu analiz eder |
| testcase.normalizeC | Farklı formatlardaki test case'leri QA-MCP standardına çevirir |
| testcase.to_xrayC | Standart test case'i Xray import formatına dönüştürür |
| testcase.to_xray_batchC | Birden fazla test case'i toplu olarak Xray formatına dönüştürür |
| suite.composeC | Test case listesinden Smoke/Regression/E2E suite oluşturur |
| suite.coverage_reportC | Test suite için kapsam raporu oluşturur |
| xray.get_mapping_templateC | Xray alan eşleme şablonunu döner |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create-manual-test | Xray Manual Test oluşturma rehberi |
| select-smoke-tests | Smoke test seçimi rehberi |
| generate-negative-scenarios | Negatif senaryo üretimi rehberi |
| review-test-coverage | Test kapsam analizi rehberi |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Test Case Standard v1 | Kurumsal test case yazım standardı |
| Lint Rules v1 | Test case kalite kontrol kuralları |
| Xray Field Mapping v1 | QA-MCP to Xray alan eşlemeleri |
| Good Examples | İyi test case örnekleri |
| Bad Examples | Kötü test case örnekleri (anti-patterns) |
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/Atakan-Emre/McpTestGenerator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server