tuskr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TUSKR_API_TOKEN | Yes | API token | |
| TUSKR_TENANT_ID | Yes | Tenant ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsA | List Tuskr projects from your local projects config. |
| list_sectionsC | List Tuskr project sections. |
| list_test_suitesB | List Tuskr test suites (main folders) for a project. |
| create_test_suiteC | Create a Tuskr test suite (main folder). |
| create_sectionC | Create a Tuskr section under a suite. |
| get_sections_treeC | List Tuskr project sections in nested tree form. |
| get_test_cases_by_sectionC | Get project test-cases by section; optional automated_filter: any, automated, manual, unset. |
| get_test_caseB | Get one detailed test-case by key (C-xxxx) or id. |
| create_test_case_minimalB | Create a Tuskr test-case with steps and Tuskr custom fields (automated, steps, optional pre_conditions/priority). |
| search_test_casesC | Search test-cases by key/title/steps text; optional automated_filter. |
| get_case_stepsC | Get normalized ordered steps for one case. |
| set_test_case_automatedB | Set the custom Tuskr field |
| set_test_cases_automated_bulkC | Set |
| validate_tuskr_setupC | Check env, project mapping, AutoGen test-case type, and custom fields for an app. |
| list_test_runsC | List test runs for a project (read-only). |
| get_test_runA | Get one test run by id; set include_results=true for paginated run results (read-only). |
| health_checkA | Validate Tuskr env/auth and API connectivity. |
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/Zapkid/Tuskr-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server