Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.
Most browser automation work still happens through a UI a human drives. Octoperf MCP server moves it into the conversation instead. Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.
The first MCP call opens a browser for OAuth login on api.octoperf.com. Revoke at any time from Account → Connected applications on OctoPerf.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 12 tools. What each one is for:
Component — LocationAGENTS.md — plugins/octoperf/AGENTS.mdSkills — plugins/octoperf/skills/*/SKILL.mdSkill — Triggers onoctoperf-auto-correlation — "correlate the VU", "fix replay errors", "401/403 on replay"octoperf-validation-triage — "the validation is red", "lots of errors after import"octoperf-scenario-diagnosis — "the load test failed", "why are response times so high"octoperf-bench-reports — "what's the right tool for this widget", widget metric questionsoctoperf-export-bench-report-pdf — "export the report as PDF", "print the bench report", "share a PDF"octoperf-real-browser-probe — "EUM probe", "Playwright probe", "TruClient equivalent"octoperf-scheduling — "schedule the scenario", "run every weekday at 8am"octoperf-async-polling — invoked automatically by any skill that has to poll a taskId resultAmong the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Octoperf's toolset — Component, AGENTS.md, Skills and 9 more — is a fair guide to whether it matches your workflow. It is maintained by OctoPerf; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Octoperf's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Component | Location |
| AGENTS.md | plugins/octoperf/AGENTS.md |
| Skills | plugins/octoperf/skills/*/SKILL.md |
| Skill | Triggers on |
| octoperf-auto-correlation | "correlate the VU", "fix replay errors", "401/403 on replay" |
| octoperf-validation-triage | "the validation is red", "lots of errors after import" |
| octoperf-scenario-diagnosis | "the load test failed", "why are response times so high" |
| octoperf-bench-reports | "what's the right tool for this widget", widget metric questions |
| octoperf-export-bench-report-pdf | "export the report as PDF", "print the bench report", "share a PDF" |
| octoperf-real-browser-probe | "EUM probe", "Playwright probe", "TruClient equivalent" |
| octoperf-scheduling | "schedule the scenario", "run every weekday at 8am" |
| octoperf-async-polling | invoked automatically by any skill that has to poll a taskId result |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.