k6-mcp-server
@MaximilianPMX
About k6-mcp-server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is k6-mcp-server?
k6-mcp-server is an event-driven server based on the Model Context Protocol (MCP) that receives and processes data from the k6 load testing tool. It can act as a central coordination point or data aggregation service for k6 test results.
How to use k6-mcp-server?
Configure the server via config.yaml, then run the server to expose the POST /data endpoint. k6 sends JSON payloads with metric data to this endpoint, and the server responds with success or error status.
Key features of k6-mcp-server
- Event-driven and plugin architecture based on MCP
- Accepts and processes data from k6 load testing
- Acts as central coordination and aggregation service
- Exposes a simple POST /data endpoint for metrics
- Configurable through a config.yaml file
Use cases of k6-mcp-server
- Aggregate metrics from multiple k6 test runs into a single server
- Coordinate distributed k6 load testing across instances
- Centralize real-time k6 data for monitoring and analysis
- Store and process k6 metrics for post-test reporting
FAQ from k6-mcp-server
What does k6-mcp-server do?
It accepts and processes data from k6 load testing tool via a POST /data endpoint, acting as a central coordination or aggregation service.
What is the expected request format?
The server expects a JSON body with metric_name (string), value (number), timestamp (Unix seconds), and an optional tags object.
What configuration does it use?
The server is configured via a config.yaml file that manages its runtime options.
What happens if the request is invalid?
The server returns a 400 Bad Request with a JSON error message describing missing or invalid fields.
What transport does the server use?
The server uses HTTP with a single POST endpoint at /data that accepts JSON payloads.
Frequently asked questions
What does k6-mcp-server do?
It accepts and processes data from k6 load testing tool via a POST /data endpoint, acting as a central coordination or aggregation service.
What is the expected request format?
The server expects a JSON body with `metric_name` (string), `value` (number), `timestamp` (Unix seconds), and an optional `tags` object.
What configuration does it use?
The server is configured via a `config.yaml` file that manages its runtime options.
What happens if the request is invalid?
The server returns a 400 Bad Request with a JSON error message describing missing or invalid fields.
What transport does the server use?
The server uses HTTP with a single POST endpoint at `/data` that accepts JSON payloads.
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments