{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ua8cthjxjxn8","handle":"iflow-mcp-qainsights-k6-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-k6-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-k6-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-qainsights-k6-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-k6-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-qainsights-k6-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-qainsights-k6-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_qainsights_k6-mcp-server","summary":"Model context protocol server for k6 load testing","description":"# 🚀 ⚡️ k6-mcp-server\n\nA Model Context Protocol (MCP) server implementation for running k6 load tests.\n\n## ✨ Features\n\n- Simple integration with Model Context Protocol framework\n- Support for custom test durations and virtual users (VUs)\n- Easy-to-use API for running k6 load tests\n- Configurable through environment variables\n- Real-time test execution output\n\n## 🔧 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Python 3.12 or higher\n- k6 load testing tool ([Installation guide](https://grafana.com/docs/k6/latest/set-up/install-k6/))\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/k6-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\nK6_BIN=/path/to/k6  # Optional: defaults to 'k6' in system PATH\n```\n\n## 🚀 Getting Started\n\n1. Create a k6 test script (e.g., `test.js`):\n\n```javascript\nimport http from \"k6/http\";\nimport { sleep } from \"k6\";\n\nexport default function () {\n  http.get(\"http://test.k6.io\");\n  sleep(1);\n}\n```\n\n2. Configure the MCP server using the below specs in your favorite MCP client (Claude Desktop, Cursor, Windsurf and more):\n\n```json\n{\n  \"mcpServers\": {\n    \"k6\": {\n      \"command\": \"/path/to/bin/uv\",\n      \"args\": [\n        \"--directory\",\n        \"/path/to/k6-mcp-server\",\n        \"run\",\n        \"k6_server.py\"\n      ]\n    }\n  }\n}\n\n```\n3. Now ask the LLM to run the test e.g. `run k6 test for hello.js`. The k6 mcp server will leverage either one of the below tools to start the test.\n\n- `execute_k6_test`: Run a test with default options (30s duration, 10 VUs)\n- `execute_k6_test_with_options`: Run a test with custom duration and VUs\n\n![k6-MCP](./images/k6-mcp.png)\n\n## 📝 API Reference\n\n### Execute K6 Test\n\n```python\nexecute_k6_test(\n    script_file: str,\n…","publisher":null,"homepage":null,"repository":null,"version":"0.1.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_qainsights_k6-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"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.791,"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_k6-mcp-server","registry":"pypi","observedAt":"2026-09-15T19:23:34.983Z","publishedAt":"2026-01-28T04:58:58.748169Z","latestVersion":"0.1.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_qainsights_k6-mcp-server","url":"https://pypi.org/project/iflow-mcp_qainsights_k6-mcp-server/","firstSeenAt":"2026-09-09T20:25:18.145Z","fetchedAt":"2026-09-15T19:22:53.661Z","normalizedAt":"2026-09-15T19:22:53.661Z"}]},"firstSeenAt":"2026-09-09T20:25:18.145Z","updatedAt":"2026-09-15T19:23:34.983Z"}