MaxoPerf MCP
@MaxoPerf
关于 MaxoPerf MCP
MaxoPerf for AI agents — MCP server connector + the maxoperf performance tester agent skill.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"maxoperf": {
"type": "http",
"url": "https://app.maxoperf.com/mcp",
"headers": {
"Authorization": "Bearer ${MAXOPERF_API_KEY}"
}
}
}
}工具
29Resolve 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
概览
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.
常见问题
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.
基本信息
云与基础设施 分类下的更多 MCP 服务器
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论