select_test_mcp
Verified Safeby jadragfly
Overview
Collects, stores, and manages Web test operation reports via WebSocket and MCP protocol interfaces for local development and testing.
Installation
node web_test_mcp.cjsEnvironment Variables
- MCP_DEBUG
Security Notes
The server is designed for local use (`ws://localhost:8982`) and stores data in memory. No obvious 'eval' or hardcoded secrets were found in the provided code snippets. Potential security considerations if deployed publicly without proper access controls or if excessively large/malformed input data is not handled robustly.
Similar Servers
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.
mock-mcp
Facilitates AI-generated mock data for testing web applications by bridging test runners with Model Context Protocol (MCP) clients.
mcp-perf-suite
The JMeter MCP Server automates the generation of JMeter test scripts, execution of tests, and aggregation of results, primarily using Playwright-captured network traffic for web and API performance testing.
MCP-Test
Tests other Model Context Protocol (MCP) servers for connection, capabilities, and tool functionality.