Test Case Generator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_test_casesA | Analyze a feature or function description and auto-generate comprehensive test cases. Covers: happy path, edge cases, negative tests, boundary values, and security basics. Saves them to the project store and returns the full list. |
| add_test_caseA | Manually add a single custom test case to a project. |
| list_test_casesA | List all test cases for a project. Optionally filter by feature, type, priority, or status. |
| update_statusB | Update the status of a test case after running it (PASS, FAIL, SKIPPED). |
| project_reportA | Get a summary report of all test cases in a project — pass/fail counts, coverage by feature, and pending items. |
| list_projectsA | List all projects that have test cases stored. |
| export_markdownA | Export all test cases for a project as a Markdown document (ready to paste into Notion, GitHub, Confluence, etc.) |
| delete_projectA | Delete all test cases for a project. |
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/prem2230/test-case-mcp-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server