MCP.so
Sign In

MaxoPerf MCP

@MaxoPerf

About MaxoPerf MCP

MaxoPerf for AI agents — MCP server connector + the maxoperf performance tester agent skill.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "maxoperf": {
      "type": "http",
      "url": "https://app.maxoperf.com/mcp",
      "headers": {
        "Authorization": "Bearer ${MAXOPERF_API_KEY}"
      }
    }
  }
}

Tools

29

Resolve the account + default workspace behind your API key

List workspaces visible to the account

Set the active workspace for the session

List projects (with edit/delete permissions)

Create a project

List tests (filter by project / workspace / type)

Get one test + its validation summary

Create a test shell (choose the engine/executor)

Run-history overview for a test

Upload a script/data file in one call (real 3-step presigned flow)

List a test's files + upload state

Get a short-lived download URL for a file

Launch a load/browser run on managed cloud runners (idempotent)

Poll lifecycle status (queued → running → passed/failed/cancelled)

Paginated run history with filters

Cancel a run (destructive; hidden in read-only)

Re-run from a snapshot or the current test

Scale a live run up at existing locations

KPI overview: throughput, latency percentiles, error rate

Time-series metrics (latency / throughput / errors / load / health)

Grouped error rows (message / count / code)

Executive summary + which failure criteria tripped

Sampled error request/response bodies + status codes

Error-level engine/system log lines

Runner CPU/mem trend + targetVus vs peakAchievedVus (vuShortfallPct)

Deterministic robust-outlier scan (median/MAD); terminal-gated, low false-positive

Reach any public `/v1/*` endpoint (secrets, environments, schedules, BYOC); admin/internal deny-listed, SSRF-safe

The public OpenAPI document

Keyword search over the API to find the right endpoint

Overview

What is Mcp?

MaxoPerf for AI agents — MCP server connector + the maxoperf agent skill. Mirror of the private monorepo; do not edit directly.

How to use Mcp?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Mcp

  • 🧪 Author — projects, tests, file uploads, every executor (k6, JMeter, Playwright, Selenium, Gatling, Locust…)
  • 📊 Read — KPI dashboards, latency percentiles, throughput, error breakdowns, time-series metrics

Use cases of Mcp

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Mcp

Where is the source code for Mcp?

The source code is linked from the repository URL on this page.

Does Mcp include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Mcp?

The source code is linked from the repository URL on this page.

Does Mcp include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Cloud & Infrastructure MCP servers