mcp-stress-tester
by bethanie-franklin
Overview
Simulates load against Model Context Protocol servers to evaluate performance, stability, and connection handling under pressure.
Installation
node src/cli.js --targetUrl [your_mcp_server_url] --mode [normal|swarm] --clientCount [number]Security Notes
The provided information describes a client-side stress testing tool and its file structure, but does not include actual source code snippets to audit for 'eval' functions, obfuscation, hardcoded secrets, or other malicious patterns. Its primary function is to initiate network connections, which inherently carries risk depending on the target server. The score reflects a neutral stance due to the inability to inspect the full source code for implementation-specific vulnerabilities.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
goku
Goku is an HTTP load-testing tool designed for benchmarking and performance analysis of web services; the MCP server allows LLM agents to programmatically interact with this load testing functionality.
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.