Locust MCP Server

by QAInsights
Verified

run_locust

Execute load tests using Locust by specifying test files, user counts, spawn rates, and runtime. Integrates with AI-powered development environments for performance testing configuration.

Instructions

Run Locust with the given configuration.

Input Schema

NameRequiredDescriptionDefault
headlessNo
hostNohttp://api.example.com
runtimeNo30s
spawn_rateNo
test_fileYes
usersNo

Input Schema (JSON Schema)

{ "properties": { "headless": { "default": true, "title": "Headless", "type": "boolean" }, "host": { "default": "http://api.example.com", "title": "Host", "type": "string" }, "runtime": { "default": "30s", "title": "Runtime", "type": "string" }, "spawn_rate": { "default": 10, "title": "Spawn Rate", "type": "integer" }, "test_file": { "title": "Test File", "type": "string" }, "users": { "default": 100, "title": "Users", "type": "integer" } }, "required": [ "test_file" ], "title": "run_locustArguments", "type": "object" }

You must be authenticated.

Other Tools from Locust MCP Server

Related Tools

ID: ka9m9g964t