MCP Stress Tester
Pricing
Pay per usage
MCP Stress Tester
A simple MCP Stress Tester client Actor for stress-testing your Model Context Protocol server. 💻⚡
0.0 (0)
Pricing
Pay per usage
0
4
1
Last modified
4 months ago
Pricing
Pay per usage
A simple MCP Stress Tester client Actor for stress-testing your Model Context Protocol server. 💻⚡
0.0 (0)
Pricing
Pay per usage
0
4
1
Last modified
4 months ago
modeEnumOptional
Test mode: 'normal' (persistent clients that continuously send operations) or 'swarm' (constantly creating/closing clients to simulate dynamic load patterns)
"normal": string"swarm": stringDefault value of this property is "normal"
clientsintegerOptional
In normal mode: total number of concurrent client connections to maintain. In swarm mode: number of clients to create in each batch.
Default value of this property is 10
clientsCreationBatchSizeintegerOptional
In normal mode: number of clients to create in each initialization batch (to avoid overwhelming the server). In swarm mode: this parameter is ignored.
Default value of this property is 5
opsRateintegerOptional
In normal mode: operations (list tools) per minute per client. In swarm mode: this parameter is ignored as each client performs exactly one operation before being closed.
Default value of this property is 30
swarmIntervalintegerOptional
Interval in ms between swarm batches (only used in swarm mode). Controls how frequently new client batches are created and destroyed.
Default value of this property is 5000
maxRetriesintegerOptional
Maximum number of retries for client creation
Default value of this property is 5
initialBackoffMsintegerOptional
Initial backoff time in milliseconds
Default value of this property is 100