# OctoPerf MCP Drive the [OctoPerf](https://octoperf.com) load-testing platform from any AI agent. Import virtual users (HAR, Postman, Playwright, JMX, URLs…), edit and validate them, auto-correlate dynamic parameters, run load scenarios, schedule them, and read back metrics, reports & insights — all over natural language. **Hosted remote server** — Streamable HTTP + OAuth 2.1 (PKCE + DCR). No API key, no install. Just point your client at the URL and log in through your browser. - **URL:** `https://api.octoperf.com/mcp` - **Auth:** OAuth 2.1 (browser login on `api.octoperf.com`) - **Tools:** ~100 — discovery, VU import/edit, validation, scenario runs, metrics & reports - **Docs:** https://api.octoperf.com/doc/mcp/ Works with any MCP client (Claude, Cursor, ChatGPT, Codex, Gemini CLI, Copilot…).
How to connect
https://server.smithery.ai/octoperf/octoperf/mcp
curl -X POST https://server.smithery.ai/octoperf/octoperf/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'