Back to Home
jcaromiq icon

goku

by jcaromiq

Overview

Goku is an HTTP load-testing tool designed for benchmarking and performance analysis of web services; the MCP server allows LLM agents to programmatically interact with this load testing functionality.

Installation

Run Command
./goku-mcp

Security Notes

The `reqwest` client used for making HTTP requests is configured by default with `danger_accept_invalid_certs(true)`, which disables SSL/TLS certificate validation. This makes all requests vulnerable to man-in-the-middle attacks and should be addressed by either enabling validation by default or providing a clear, configurable option to disable it only when necessary. The MCP server allows arbitrary URL targets for load testing, which, if not properly sandboxed or secured, could be misused by an agent to target internal networks or perform unintended requests.

Similar Servers

Stats

Interest Score47
Security Score4
Cost ClassLow
Avg Tokens60
Stars145
Forks5
Last Update2025-11-25

Tags

HTTP load testingperformance analysisbenchmarkingLLM agentModel Context Protocol