Load & browser performance testing β drive MaxoPerf from your AI agent with your API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A remote, hosted Model Context Protocol server that turns Claude, Cursor, Codex, VS Code Copilot, and ChatGPT into a full performance-testing operator. Create tests, launch load runs on managed cloud runners, read results, and get root-cause analysis β all in natural language, all authenticated with your own key.
It's a remote, hosted server β nothing to install or run. Add this to your MCP client config and set MAXOPERF_API_KEY (create one in the console β Settings β API keys):
Your key is validated on every call by the real platform (auth, tenancy, OpenFGA, audit) β the server stores nothing and adds no new trust boundary. Revoke the key, access dies instantly. Send the header X-MaxoPerf-MCP-Mode: read-only for a look-but-don't-touch session (write tools hidden).
Claude Code β the plugin bundles the server and the agent skill:
Or add just the connector:
Cursor Β· VS Code / Copilot Β· Codex Β· ChatGPT Β· Claude Desktop β one-click deeplinks and copy-paste config in packaging/. All use the same mcpServers block above.
29 curated tools. Reads default to response_format: "concise" (pass "detailed" for the full payload); write tools require a non-read-only session, and cancel_run is hidden in read-only mode.
Context & tenancy
whoami β Resolve the account + default workspace behind your API keylist_workspaces β List workspaces visible to the accountset_active_workspace β Set the active workspace for the sessionlist_projects β List projects (with edit/delete permissions)create_project β Create a projectTests
list_tests β List tests (filter by project / workspace / type)get_test β Get one test + its validation summarycreate_test β Create a test shell (choose the engine/executor)get_test_overview β Run-history overview for a testTest files
upload_test_file β Upload a script/data file in one call (real 3-step presigned flow)list_test_files β List a test's files + upload statedownload_test_file β Get a short-lived download URL for a fileRuns
start_run β Launch a load/browser run on managed cloud runners (idempotent)get_run_status β Poll lifecycle status (queued β running β passed/failed/cancelled)list_runs β Paginated run history with filterscancel_run β Cancel a run (destructive; hidden in read-only)rerun_run β Re-run from a snapshot or the current testadd_runners β Scale a live run up at existing locationsResults
get_run_results β KPI overview: throughput, latency percentiles, error ratequery_run_metrics β Time-series metrics (latency / throughput / errors / load / health)get_run_errors β Grouped error rows (message / count / code)Diagnostics β root-cause & anomaly detection
get_run_summary β Executive summary + which failure criteria trippedget_run_error_bodies β Sampled error request/response bodies + status codesget_run_logs β Error-level engine/system log linesget_runner_health β Runner CPU/mem trend + targetVus vs peakAchievedVus (vuShortfallPct)detect_run_anomalies β Deterministic robust-outlier scan (median/MAD); terminal-gated, low false-positiveEscape hatch & discovery
call_platform_api β Reach any public /v1/* endpoint (secrets, environments, schedules, BYOC); admin/internal deny-listed, SSRF-safeget_openapi β The public OpenAPI documentsearch_endpoints β Keyword search over the API to find the right endpointText recipes that encode the correct tool sequence β great for chat-only clients that can't read a repo:
run-baseline-load-test β Start a baseline run and watch it to completiondiagnose-latency-regression β Compare p95 across two runssummarize-run β Plain-language summary of one runplan-and-build-test β Turn a goal into project β test β upload β runchoose-executor β Recommend an engine (k6 / JMeter / Playwright / Selenium)scan-endpoints-for-hotspots β Rank likely hotspots from an OpenAPI spec or pasted listsetup-secrets-and-envs β Wire workspace secrets + multi-env before a rundiagnose-run-failure β Ranked root cause for a failed runexplain-run-anomalies β Explain each detected outliermaxoperf://openapi β The public OpenAPI specmaxoperf://run/{id} β A run report summaryThe MCP server is the hands. The bundled MaxoPerf agent skill (npx @maxoperf/agent-skill install, included in the Claude plugin, or in agent-skill/ here) is the brain β it reads your code, finds the hotspots, builds and runs the test, and diagnoses why it broke, driving these tools automatically.
| Path | What |
|---|---|
.claude-plugin/ | Claude Code plugin (bundles the MCP connector + the skill) |
agent-skill/ | A copy of the maxoperf agent skill (canonical home: MaxoPerf/agent-skill) |
packaging/ | MCP Registry server.json, .mcpb, VS Code / Cursor deeplinks, Codex / ChatGPT setup |
LAUNCHGUIDE.md | MCP directory listing metadata |
Get started β Β· Agent skill β Β· Docs β
Read-only mirror of the MaxoPerf monorepo. File issues at maxoperf.com.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/maxoperf)<a href="https://allmcps.com/mcp/maxoperf"><img src="https://allmcps.com/api/badge/maxoperf?style=directory" alt="Maxoperf on AllMCPs" /></a>