qTest MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QTEST_TOKEN | Yes | Your qTest personal access token | |
| QTEST_BASE_URL | Yes | Your qTest base URL, e.g. https://your-org.qtestnet.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-test-casesA | Test Design — fetch test cases from a qTest module with optional property filters (Type, Status, Priority, version, etc.). Requires moduleId (numeric). |
| list-modulesA | Test Design — list qTest Test Design modules. Pass query to search by name, parentId to list children, or neither for root-level listing |
| create-moduleC | Test Design — create a new module in qTest Test Design to organise test cases |
| create-test-cycleC | Test Execution — create a test cycle (execution folder) in qTest Test Execution to group test runs for a sprint, release, or regression campaign |
| add-test-casesB | Test Execution — add test cases as test runs into a qTest Test Execution suite (inside a test cycle) |
| list-projectsA | Projects — list all qTest projects, or fetch a single project by ID |
| list-test-cycleA | Test Execution — list qTest test cycles. Omit all optional args for root-level listing, provide id for a single cycle, or provide name to filter by name (case-insensitive exact match) |
| delete-test-cycleA | Test Execution — delete a qTest test cycle by numeric id. Cascades to all child test cycles, test suites, and test runs automatically. |
| delete-moduleA | Test Design — delete a qTest test module by numeric id. Cascades to all child modules and test cases automatically. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Usman-Ghani123/qtest-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server