MCP Stress Tester avatar
MCP Stress Tester

Pricing

Pay per usage

Go to Store
MCP Stress Tester

MCP Stress Tester

Developed by

Jakub Kopecký

Jakub Kopecký

Maintained by Community

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

Target URL

targetstringRequired

Specify the target URL

Enable SSE

ssebooleanOptional

Enable SSE switch

Default value of this property is false

Bearer token

tokenstringOptional

Optional Bearer token for authentication

Test Mode

modeEnumOptional

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

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

Clients creation batch size

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

Operations rate

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

Swarm interval (ms)

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

Maximum retries

maxRetriesintegerOptional

Maximum number of retries for client creation

Default value of this property is 5

Initial backoff (ms)

initialBackoffMsintegerOptional

Initial backoff time in milliseconds

Default value of this property is 100

Maximum backoff (ms)

maxBackoffMsintegerOptional

Maximum backoff time in milliseconds

Default value of this property is 10000

Backoff factor

backoffFactorintegerOptional

Factor by which to increase backoff time after each retry

Default value of this property is 2