
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
Total users
1
Monthly users
1
Runs succeeded
0%
Last modified
17 days ago
Test Mode
mode
EnumOptional
Test mode: 'normal' (persistent clients that continuously send operations) or 'swarm' (constantly creating/closing clients to simulate dynamic load patterns)
Value options:
"normal": string"swarm": string
Default value of this property is "normal"
Number of clients
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
Clients creation batch size
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
Operations rate
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
Swarm interval (ms)
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
Maximum retries
maxRetries
integerOptional
Maximum number of retries for client creation
Default value of this property is 5
Initial backoff (ms)
initialBackoffMs
integerOptional
Initial backoff time in milliseconds
Default value of this property is 100