
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
3
1
Last modified
2 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
3
1
Last modified
2 months ago
mode
EnumOptional
Test mode: 'normal' (persistent clients that continuously send operations) or 'swarm' (constantly creating/closing clients to simulate dynamic load patterns)
"normal": string"swarm": string
Default value of this property is "normal"
clients
integerOptional
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
clientsCreationBatchSize
integerOptional
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
opsRate
integerOptional
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
swarmInterval
integerOptional
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
maxRetries
integerOptional
Maximum number of retries for client creation
Default value of this property is 5
initialBackoffMs
integerOptional
Initial backoff time in milliseconds
Default value of this property is 100