Skip to main content
The miniTest MCP server exposes a set of tools that your coding agent uses to browse apps, create and edit user stories, trigger runs, read results, and search the docs. This page documents every tool at the API level so you know what your agent has access to. See Cursor and Claude for the install steps and the agent prompt.

Tools

Discovery

User stories

Runs

Builds

Maintenance

App configuration

Documentation

These two tools proxy the Mintlify-hosted public docs MCP.

Run-result payload

get_run_results returns:
For mobile platforms, browser and viewport are null and label reads as iOS or Android. For web, label reads as Chrome · Mobile, Firefox · Desktop, and so on. The same three fields appear on each entry of the platforms array returned by get_run_status.
The MCP response intentionally does not include a video URL. The recording lives at the storage path referenced internally by the run; it’s rendered in the dashboard’s run-detail page. If you need video access from outside the dashboard, file a request.

Authentication

The MCP server uses OAuth (PKCE). First call triggers a browser sign-in; the session is cached locally. There is no static API key.