Back to Home
mstfcck icon

api-bdd-test-case-generator-mcp-server

Verified Safe

by mstfcck

Overview

The API BDD Test Case Generator is an MCP (Model Context Protocol) server that automatically generates BDD (Behavior-Driven Development) test scenarios in Gherkin format from OpenAPI 3.0/3.1 specifications, enabling deep API analysis, comprehensive test generation (happy path, validation, security, edge cases), and export to multiple formats.

Installation

Run Command
npx -y @modelcontextprotocol/server-api-bdd-test-case-generator

Environment Variables

  • TZ

Security Notes

The server uses Node's native 'fs/promises' for file operations, which are appropriately used for reading input specifications and writing generated output files. When deployed via Docker Compose, these file system operations are confined to designated read-only (input specs) and read-write (output features) directories, limiting potential for unintended file access. The 'RefResolver' in its current implementation specifically handles local references ('#/') and would throw an error for external file or HTTP references, mitigating a potential arbitrary file loading risk. No 'eval' or direct command execution vulnerabilities are present in the provided source code. No hardcoded credentials were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-07

Tags

mcpmodel-context-protocolopenapiswaggerapi-testinggherkinbddtest-generationcucumberapi-specautomated-testingcontract-testing