{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_c2r7zbfvmvbd","handle":"iflow-mcp-qainsights-locust-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-locust-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-locust-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-qainsights-locust-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-locust-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-locust-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-qainsights-locust-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_qainsights-locust-mcp-server","summary":"A Model Context Protocol (MCP) server implementation for running Locust load tests.","description":"# 🚀 ⚡️ locust-mcp-server\n\nA Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.\n\n## ✨ Features\n\n- Simple integration with Model Context Protocol framework\n- Support for headless and UI modes\n- Configurable test parameters (users, spawn rate, runtime)\n- Easy-to-use API for running Locust load tests\n- Real-time test execution output\n- HTTP/HTTPS protocol support out of the box\n- Custom task scenarios support\n\n![Locust-MCP-Server](./images/locust-mcp.png)\n\n## 🔧 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Python 3.13 or higher\n- uv package manager ([Installation guide](https://github.com/astral-sh/uv))\n\n## 📦 Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/qainsights/locust-mcp-server.git\n```\n\n2. Install the required dependencies:\n\n```bash\nuv pip install -r requirements.txt\n```\n\n3. Set up environment variables (optional):\n   Create a `.env` file in the project root:\n\n```bash\nLOCUST_HOST=http://localhost:8089  # Default host for your tests\nLOCUST_USERS=3                     # Default number of users\nLOCUST_SPAWN_RATE=1               # Default user spawn rate\nLOCUST_RUN_TIME=10s               # Default test duration\n```\n\n## 🚀 Getting Started\n\n1. Create a Locust test script (e.g., `hello.py`):\n\n```python\nfrom locust import HttpUser, task, between\n\nclass QuickstartUser(HttpUser):\n    wait_time = between(1, 5)\n\n    @task\n    def hello_world(self):\n        self.client.get(\"/hello\")\n        self.client.get(\"/world\")\n\n    @task(3)\n    def view_items(self):\n        for item_id in range(10):\n            self.client.get(f\"/item?id={item_id}\", name=\"/item\")\n            time.sleep(1)\n\n    def on_start(self):\n        self.client.post(\"/login\", json={\"username\":\"foo\", \"password\":\"bar\"})\n```\n\n2. Configure the MCP server using the below specs in your favorite MCP client (Clau…","publisher":null,"homepage":null,"repository":null,"version":"0.1.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_qainsights-locust-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_qainsights-locust-mcp-server","registry":"pypi","observedAt":"2026-09-15T19:23:35.058Z","publishedAt":"2026-02-06T12:29:09.364800Z","latestVersion":"0.1.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_qainsights-locust-mcp-server","url":"https://pypi.org/project/iflow-mcp_qainsights-locust-mcp-server/","firstSeenAt":"2026-09-09T20:25:18.387Z","fetchedAt":"2026-09-15T19:22:53.902Z","normalizedAt":"2026-09-15T19:22:53.902Z"}]},"firstSeenAt":"2026-09-09T20:25:18.387Z","updatedAt":"2026-09-15T19:23:35.058Z"}