Autotest AI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTOTEST_AI_URL | Yes | The URL of the Autotest AI server (e.g., http://localhost:3000) | |
| AUTOTEST_AI_API_KEY | Yes | Your Autotest AI API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsA | List all projects configured in the test automation system. |
| list_screensB | List all screens under a specific project by project ID. |
| list_test_casesB | List test cases. Can filter by screen ID. |
| get_test_case_detailsA | Get all steps and detailed definitions of a specific test case. |
| get_latest_test_runsA | Get recent test execution runs and their status. |
| run_test_caseB | Trigger the execution queue for a specific test case ID. |
| create_projectB | Create a new project. |
| create_screenB | Create a new screen under a specific project. |
| create_test_caseB | Create a new test case under a screen. |
| create_test_stepB | Add a step to a test case. |
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
- 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/dongtrieuit/autotest-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server