Labsco
70-10 logo

Manual Tests MCP Server

from 70-10

A YAML-based server for managing manual test cases with tools for test automation workflows.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Manual Tests MCP Server

YAML-based manual test case management MCP server with 11 comprehensive tools for test automation workflows.

Overview

Manual Tests MCP Server is a Model Context Protocol (MCP) server that streamlines manual testing workflows. It manages test cases in YAML format, supporting the entire test lifecycle from test execution tracking to report generation.

🎯 Quick Start for AI Agents

New to this MCP server? Start with the workflow discovery tools:

# Essential first steps - run these in order:
manual_test_workflow()    # Learn workflow patterns
manual_test_help()        # Get tool usage examples  
manual_test_schema()      # Understand data structures

These tools will guide you through all available workflows and usage patterns.

Key Features

  • 11 Comprehensive Tools - Validation, parsing, listing, creation, initialization, results management, report generation, cleanup, help, workflows, and schemas
  • YAML-based Test Cases - Structured test case management and validation
  • Advanced Filtering - Advanced filtering and search capabilities for test cases and results
  • Template-based Creation - Test case creation with multiple built-in templates
  • Variable Substitution - Flexible test environment management through dynamic variable substitution
  • Results Management - Test result analysis, report generation, and cleanup

Available Tools

  1. manual_test_validate - YAML test case structure and syntax validation
  2. manual_test_parse - Test case parsing with variable substitution and content processing
  3. manual_test_list - Test case listing with advanced filtering and sorting capabilities
  4. manual_test_create - New test case creation using built-in templates
  5. manual_test_init - Manual test project structure initialization
  6. manual_test_results_list - Test results directory filtering and listing
  7. manual_test_results_report - Comprehensive test execution report generation
  8. manual_test_results_clean - Criteria-based test results directory cleanup
  9. manual_test_help - Comprehensive help information for all tools
  10. manual_test_workflow - Workflow information and recommended usage patterns
  11. manual_test_schema - YAML/JSON structure and schema specifications

Development

Building and Testing

# Build TypeScript
npm run build

# Run all tests (252 tests)
npm test

# Run with coverage
npm test:coverage

# Development mode with auto-rebuild
npm run dev