io.github.hoainho/podium-mcp
NPM · PODIUM-MCP · SCANNED AUG 3
Mobile E2E MCP (51 tools): iOS + Android, native UI + canvas/WebGL, no-vision, RN debug
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 20 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 7562 tokens (~148/item across 51 items; 51 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 96% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · podium-mcp
claude mcp add hoainho-podium-mcp -- npx -y podium-mcp
codex mcp add hoainho-podium-mcp -- npx -y podium-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"hoainho-podium-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"podium-mcp"
],
"enabled": true
}
}
} openclaw mcp add hoainho-podium-mcp --command npx --arg -y --arg podium-mcp
mcp_servers:
hoainho-podium-mcp:
command: "npx"
args: ["-y", "podium-mcp"] {
"mcpServers": {
"hoainho-podium-mcp": {
"command": "npx",
"args": [
"-y",
"podium-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +14
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −39
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +20
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
app_install ~63
Installs an app on an iOS simulator. Accepts a path to a .app directory or a .zip archive.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Path to the .app directory or .zip file to install |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
app_launch ~51
Launches an app on an iOS simulator by bundle ID.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier (e.g. com.example.MyApp) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
app_list ~51
Returns the list of installed apps on a booted iOS simulator. Includes bundle ID, display name, and application type (User/System).
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID (from device_list) |
No output schema declared.
No examples provided.
app_state ~91
Checks whether an app is installed and/or running on an iOS simulator. installed: exact bundle-id match against the parsed simctl listapps output; running: matches the launchctl UIKitApplication:<bundleId> label on a token boundary (no prefix false positives).
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier (e.g. com.example.MyApp) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
app_terminate ~45
Terminates a running app on an iOS simulator by bundle ID.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
app_uninstall ~55
Uninstalls an app from an iOS simulator by bundle ID.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier to uninstall (e.g. com.example.MyApp) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
assert_not_visible ~185
Asserts an element/text is ABSENT. FAILS CLOSED: if absence cannot be verified (e.g. a WebView whose DOM is unreadable — native a11y is blind to web content), returns an 'unverifiable' error rather than a false pass. Passes only when a capable oracle confirms absence.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (native surface) |
| contains | boolean | — | Substring match for text (default false = exact full-string on native a11y). WebView innerText is always substring. |
| selector | string | — | CSS selector — WebView surfaces only |
| text | string | — | Visible text to match (native a11y / WebView innerText) |
| timeoutMs | integer | — | Confirmation budget (default 1500) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
assert_text ~113
Asserts the given text is visible on screen (by-text shorthand for assert_visible). Same oracle ladder + unverifiable handling.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (native surface) |
| contains | boolean | — | Substring match for text (default false = exact full-string on native a11y). WebView innerText is always substring. |
| text | string | yes | Visible text to assert |
| timeoutMs | integer | — | — |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
assert_visible ~197
Asserts an element/text is visible, via the oracle ladder (WebView-DOM > native a11y > Maestro). Passes only when a capable oracle confirms presence; if the surface is a WebView whose DOM can't be read (isInspectable=false), returns an 'unverifiable' error instead of a false pass. Provide text (any surface) or selector (WebView).
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (native surface) |
| contains | boolean | — | Substring match for text (default false = exact full-string on native a11y). WebView innerText is always substring. |
| selector | string | — | CSS selector — WebView surfaces only |
| text | string | — | Visible text to match (native a11y / WebView innerText) |
| timeoutMs | integer | — | Poll budget (default 3000) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
canvas_inspect ~199
Lists canvas/WebGL objects (Pixi/Konva/Fabric/Phaser/Three/Babylon) as DOM-like elements with tap-ready coordinates — NO screenshot/vision. Optionally filter by selector (name/id/text/type/role). Requires an inspectable WKWebView (isInspectable=true; debug/staging) hosting a canvas/WebGL framework (Pixi/Konva/Fabric/Phaser/Three/Babylon) with its root reachable (commonly on window, or Pixi's __PIXI_APP__). NO screenshots/vision — fails closed otherwise.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | — | Selector kind to filter by (omit to list all) |
| udid | string | yes | Simulator / device UDID (from device_list) |
| value | string | — | Selector value (required when 'by' is given) |
| webviewId | string | — | Target WebView id. Omit to auto-select the first visible one. |
No output schema declared.
No examples provided.
canvas_resolve ~198
Resolves a fuzzy intent (e.g. "close", "settings", "✕") to a ranked, EVIDENCED canvas target without tapping — the 'close brain'. Returns the best match, all candidates with reasons, and a fail-closed confidentEnough flag (false when two targets tie). NO vision. Requires an inspectable WKWebView (isInspectable=true; debug/staging) hosting a canvas/WebGL framework (Pixi/Konva/Fabric/Phaser/Three/Babylon) with its root reachable (commonly on window, or Pixi's __PIXI_APP__). NO screenshots/vision — fails closed otherwise.
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | yes | What you want to act on, e.g. "close", "play", "settings" |
| udid | string | yes | Simulator / device UDID |
| webviewId | string | — | Target WebView id. Omit to auto-select. |
No output schema declared.
No examples provided.
canvas_tap ~213
Resolves an intent to a single canvas target and TAPS it at absolute screen coordinates — the native-like 'close this' for canvas UIs. Fail-closed: if no confident, unambiguous match exists it does NOT tap and returns the candidates so you can disambiguate. NO vision. Requires an inspectable WKWebView (isInspectable=true; debug/staging) hosting a canvas/WebGL framework (Pixi/Konva/Fabric/Phaser/Three/Babylon) with its root reachable (commonly on window, or Pixi's __PIXI_APP__). NO screenshots/vision — fails closed otherwise.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id (only used for the Maestro tap fallback) |
| intent | string | yes | What to tap, e.g. "close", "play", or an exact object name |
| udid | string | yes | Simulator / device UDID |
| webviewId | string | — | Target WebView id. Omit to auto-select. |
No output schema declared.
No examples provided.
cheat_sheet ~43
Returns the bundled Maestro flow script cheat sheet (offline copy). Consult this before authoring unfamiliar Maestro commands, required args, nested properties, conditionals, or multi-screen flows.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
crash_get ~105
Reads a crash report by its id (filename from crash_list). For .ips files returns a parsed JSON header and the report body (first ~8000 chars, truncated flag set if longer). Pass the same udid used for crash_list to also resolve sim-container reports. Path-traversal-safe.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Crash report filename (id from crash_list) |
| udid | string | — | Simulator UDID — also looks in that sim's container DiagnosticReports |
No output schema declared.
No examples provided.
crash_list ~112
Lists crash reports (.ips/.crash) from ~/Library/Logs/DiagnosticReports — plus the simulator's own container DiagnosticReports when udid is given — sorted newest first. Filter by processName (case-insensitive substring) and/or sinceHours.
| Name | Type | Req | Description |
|---|---|---|---|
| processName | string | — | Case-insensitive substring to filter by process name |
| sinceHours | number | — | Only include crashes from the last N hours |
| udid | string | — | Simulator UDID — also scans that sim's container DiagnosticReports |
No output schema declared.
No examples provided.
device_boot ~66
Boots an iOS simulator by UDID. Waits up to 30 seconds for the boot command to complete. Idempotent: booting an already-booted device returns ok with alreadyBooted:true.
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID (from device_list) |
No output schema declared.
No examples provided.
device_list ~77
Returns a merged inventory of available iOS simulators (udid, name, state, runtime) plus any adb-detected Android devices. If adb is absent, the android section reports availability: false instead of failing. NOTE: Android entries are detection-only — podium's automation tools (tap/inspect/etc.) currently target iOS simulators.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
engine_call ~142
Invokes a C# component method on a game-engine object by reflection — the engine analog of firing a DOM event handler. Requires an AltTester-instrumented build (dev/staging) with the in-app server running — production App Store builds are not instrumented. Uses no screenshots/vision.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | — | — |
| component | string | yes | Component (script) name, e.g. ScoreController |
| method | string | yes | Method name to invoke |
| parameters | array | — | Method parameters (default none) |
| udid | string | yes | Device UDID / Android serial |
| value | string | yes | Selector value identifying the object |
No output schema declared.
No examples provided.
engine_inspect ~119
Lists game-engine (Unity/GL) objects matching a selector, each with absolute screen coordinates for tapping — DOM-like addressing with NO vision. Requires an AltTester-instrumented build (dev/staging) with the in-app server running — production App Store builds are not instrumented. Uses no screenshots/vision.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | — | Selector kind (default: name) |
| udid | string | yes | Device UDID / Android serial |
| value | string | yes | Selector value (object name, hierarchy path, component, or text) |
No output schema declared.
No examples provided.
engine_swipe ~118
Swipes between two screen coordinates inside a game-engine view. Requires an AltTester-instrumented build (dev/staging) with the in-app server running — production App Store builds are not instrumented. Uses no screenshots/vision.
| Name | Type | Req | Description |
|---|---|---|---|
| durationMs | integer | — | Swipe duration in ms (default 300) |
| fromX | number | yes | — |
| fromY | number | yes | — |
| toX | number | yes | — |
| toY | number | yes | — |
| udid | string | yes | Device UDID / Android serial |
No output schema declared.
No examples provided.
engine_tap ~98
Taps a game-engine object resolved by selector (engine-reported screen coords, no vision). Requires an AltTester-instrumented build (dev/staging) with the in-app server running — production App Store builds are not instrumented. Uses no screenshots/vision.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | — | — |
| udid | string | yes | Device UDID / Android serial |
| value | string | yes | Selector value identifying the object to tap |
No output schema declared.
No examples provided.
export_flow ~141
Exports a run_steps action sequence to a reusable Maestro flow (the engineer→QA bridge). Selector-based steps (tapText by id/text, key, swipe-by-direction, waitFor, assertVisible, screenshot) transpile cleanly. The lossy steps — coordinate tap/swipe, focused-field type, regex tapText — are emitted as commented '# TODO[unstable]' lines plus a warnings[] list, never as silently divergent YAML. Fix the TODOs to make the flow durable regression.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle id for the flow's appId header |
| steps | array | yes | The run_steps action array to transpile |
No output schema declared.
No examples provided.
input_text ~177
Types text into the currently-focused element via an ephemeral Maestro flow. Set submit:true to press Enter after typing. Note: Android does not support Unicode via inputText. WebView caveat: inputText injects at the native buffer level — React onChange/onChangeText never fires. For WebView forms use mobile-mcp mobile_type_keys (real keystroke simulation) instead.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier |
| noLaunch | boolean | — | Skip the implicit launchApp attach step (default false). Set true when an open modal or navigation state must not be disturbed. |
| submit | boolean | — | Press Enter after typing (default false) |
| text | string | yes | Text to type |
| timeoutMs | integer | — | Flow timeout in ms |
| udid | string | yes | Simulator / device UDID |
No output schema declared.
No examples provided.
inspect_screen ~205
Returns the current view hierarchy for a booted iOS simulator (podium's target platform). Uses idb's flat accessibility tree when idb is installed (fast), else maestro hierarchy. Defaults to compact:true — a flattened list of only the nodes that carry text / accessibility labels / resource-ids (dramatically smaller than the raw tree). Pass compact:false for the full nested hierarchy. LIMITATION: WebView (WKWebView/WebView) content is opaque — the hierarchy shows a single WebView node with no children. Web-rendered buttons, inputs, and labels are invisible to this tool. For WebView apps, identify elements visually via screenshot then calculate logical-point coordinates (screenshot pixels ÷ device scale factor, typically ÷3 on 3× Retina).
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Return a flattened list of meaningful nodes only (default true). false = full nested tree. |
| udid | string | yes | Simulator / device UDID (from device_list) |
No output schema declared.
No examples provided.
metro_apps ~66
Lists React Native apps currently connected to a Metro bundler inspector. Returns CDP-style targets (id, title, webSocketDebuggerUrl). Returns a structured error if Metro is not running on the given port.
| Name | Type | Req | Description |
|---|---|---|---|
| port | integer | — | Metro dev server port (default 8081) |
No output schema declared.
No examples provided.
metro_logs ~189
Reads console logs from a React Native app via the Metro CDP debugger. If webSocketDebuggerUrl is omitted, auto-discovers via metro_apps and uses the first connected app. Reports which app was chosen. Pass saveTo to also write the console timeline to a file for evidence (e.g. attach to a bug).
| Name | Type | Req | Description |
|---|---|---|---|
| durationMs | integer | — | How long to collect logs in milliseconds (default 3000) |
| maxLogs | integer | — | Maximum number of log entries to return (default 100, keeps most recent) |
| port | integer | — | Metro port for auto-discovery (default 8081) |
| saveTo | string | — | Optional file path; writes the console timeline (one line per entry: [level ts] text) for evidence. |
| webSocketDebuggerUrl | string | — | CDP WebSocket URL from metro_apps. Omit to auto-discover. |
No output schema declared.
No examples provided.
metro_network ~306
Captures network requests from a React Native app via the Metro CDP debugger (Network domain). If webSocketDebuggerUrl is omitted, auto-discovers via metro_apps and uses the first connected app. Pairs requestWillBeSent with responseReceived by requestId (method, url, status, headers, timing). format:'har' emits a valid HAR 1.2 log (HAR-lite — no response bodies yet) you can open in Chrome DevTools → Import HAR; pass saveTo to write the .har file. Sensitive headers (authorization/cookie/…) are REDACTED by default — set redact:false to keep them (don't commit unredacted HAR: it leaks tokens).
| Name | Type | Req | Description |
|---|---|---|---|
| durationMs | integer | — | How long to capture network activity in milliseconds (default 3000) |
| format | string | — | Output format: 'json' (default, structured entries) or 'har' (HAR 1.2 log). |
| maxEntries | integer | — | Maximum request entries to return (default 100, keeps most recent) |
| port | integer | — | Metro port for auto-discovery (default 8081) |
| redact | boolean | — | Mask sensitive headers (authorization/cookie/set-cookie/…). Default true. |
| saveTo | string | — | Optional file path to write the output (a .har file when format:'har'). |
| webSocketDebuggerUrl | string | — | CDP WebSocket URL from metro_apps. Omit to auto-discover. |
No output schema declared.
No examples provided.
metro_state ~186
Reads app state from a React Native app by evaluating a JS expression in its runtime via the Metro CDP debugger (Runtime.evaluate, returnByValue). Default expression reads a globally-exposed Redux store; override `expression` to read any in-app value. The app must expose the value on a global the runtime can reach. Auto-discovers the ws via metro_apps when omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | — | JS expression to evaluate (default: a globally-exposed Redux store's getState()). e.g. "store.getState().user" or "globalThis.__APP_STATE__". |
| port | integer | — | Metro port for auto-discovery (default 8081) |
| timeoutMs | integer | — | Evaluation timeout in ms (default 5000) |
| webSocketDebuggerUrl | string | — | CDP WebSocket URL from metro_apps. Omit to auto-discover. |
No output schema declared.
No examples provided.
notification_bar_clear ~153
Attempts to dismiss the React Native debug notification bar that sometimes appears at the bottom of the screen and intercepts taps. Taps the debug icons area at (50, 850) via the native backend (idb, else Maestro) and takes a before/after screenshot. NOTE: the (50,850) tap point is a device-specific heuristic, and 'cleared' is decided by a screenshot byte-size delta — a best-effort signal, not a guarantee (see tap_with_fallback caveat).
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (ignored when idb is present). Auto-detected if omitted. |
| udid | string | yes | Simulator / device UDID |
No output schema declared.
No examples provided.
open_url ~48
Opens a URL on an iOS simulator (deep-links, https:// etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID |
| url | string | yes | URL to open on the simulator |
No output schema declared.
No examples provided.
orientation_get ~55
Returns the current orientation of a booted iOS simulator. Queries the native backend (mobilecli) when available for an exact answer; otherwise derives it from the screenshot aspect ratio.
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
orientation_set ~155
Sets the screen orientation on an iOS simulator via an ephemeral Maestro flow. bundleId is required (Maestro needs it for the appId flow header). Valid values: PORTRAIT, LANDSCAPE_LEFT, LANDSCAPE_RIGHT, UPSIDE_DOWN
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier |
| noLaunch | boolean | — | Skip the implicit launchApp attach step (default false). Set true when an open modal or navigation state must not be disturbed. |
| timeoutMs | integer | — | Flow timeout in ms |
| udid | string | yes | Simulator / device UDID |
| value | string | yes | Target orientation: PORTRAIT | LANDSCAPE_LEFT | LANDSCAPE_RIGHT | UPSIDE_DOWN |
No output schema declared.
No examples provided.
podium_health ~80
Returns health status of the podium-mcp server and toolchain availability. Scope: iOS (simulator + real device), Android (emulator + real via adb), game-engine (Unity/GL via AltTester), and no-vision canvas/WebGL automation. macOS + Xcode required; adb for Android, an instrumented build for engine tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
podium_token_report ~162
Quantifies Podium's token savings: for an N-step flow, computes input tokens for Podium's no-vision structured flow vs a screenshot/vision loop, the savings ratio, and the fixed per-request tool-definition overhead. Heuristic estimates (~4 chars/token text, ~750 px/token image) — deterministic, no network.
| Name | Type | Req | Description |
|---|---|---|---|
| elementsPerStep | integer | — | Structured elements returned per step (default 20) |
| screenshotHeight | integer | — | Vision-loop screenshot height px (default 2556) |
| screenshotWidth | integer | — | Vision-loop screenshot width px (default 1179) |
| steps | integer | — | Flow length (default 8) |
| toolCount | integer | — | Registered tool count for the overhead estimate (default 51) |
No output schema declared.
No examples provided.
press_key ~157
Presses a hardware or system key via an ephemeral Maestro flow on the iOS simulator. Note: back/power/tab are Android key events and have no effect on iOS — they remain in the enum for a future Android backend. Valid keys: enter, home, lock, backspace, volume up, volume down, back, power, tab
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier |
| key | string | yes | Key to press |
| noLaunch | boolean | — | Skip the implicit launchApp attach step (default false). Set true when an open modal or navigation state must not be disturbed. |
| timeoutMs | integer | — | Flow timeout in ms |
| udid | string | yes | Simulator / device UDID |
No output schema declared.
No examples provided.
record_start ~73
Starts a screen recording on a booted iOS simulator. The recording runs in a detached background process. Call record_stop to finalize and retrieve the file.
| Name | Type | Req | Description |
|---|---|---|---|
| saveTo | string | — | Destination file path (must end .mp4). Defaults to a tmp file. |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
record_stop ~54
Stops the active screen recording for an iOS simulator. Sends SIGINT to flush the video file, waits for the file size to stabilize, and returns the path and size.
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
run_flow ~262
Execute one or more Maestro flows on a device. Provide exactly one of: yaml (inline YAML string), files (array of flow file paths), or dir (directory path). includeTags and excludeTags are only applicable when using dir. When to use: run_flow gives the full Maestro vocabulary (assertions, conditionals, loops, retries); for a simple sequence of taps/types prefer run_steps, and for one gesture use the individual tools. TRUST BOUNDARY: Maestro flows can run arbitrary JS (evalScript) and local files (runScript/files/dir), so treat run_flow input as locally-executable code.
| Name | Type | Req | Description |
|---|---|---|---|
| dir | string | — | Directory containing .yaml flow files |
| env | object | — | Environment variables passed to the flow |
| excludeTags | array | — | Exclude flows tagged with these tags (dir mode only) |
| files | array | — | Array of .yaml flow file paths |
| includeTags | array | — | Only run flows tagged with these tags (dir mode only) |
| timeoutMs | integer | — | Flow timeout in milliseconds (default 120 000) |
| udid | string | yes | Simulator / device UDID (from device_list) |
| yaml | string | — | Inline Maestro YAML flow string (preferred for exploration) |
No output schema declared.
No examples provided.
run_steps ~346
Execute an ordered batch of UI actions in ONE call via the native backend (idb/mobilecli, sub-second; Maestro fallback per step). Eliminates per-gesture MCP round-trips for fast continuous flows (login, navigation, form fill). Step actions: tap {x,y} · tapText {text|id} · type {text,submit} · key · swipe · waitFor {text,timeoutMs} · assertVisible {text} · waitMs · screenshot. Prefer `waitFor` over `waitMs` to act the instant the UI is ready instead of sleeping. WebView note: web-rendered text is invisible to tapText — use tap {x,y} for it; `type` uses real keystrokes so React onChange fires. Stops at the first failed step unless stopOnError:false. bundleId is only needed for the Maestro fallback (auto-detected otherwise). When to use: pick run_steps for >2 known sequential gestures (login, navigation, form fill); use run_flow for Maestro assertions/conditionals/loops/retries; use the individual gesture tools (tap_on, swipe, …) for a single exploratory action.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for Maestro fallbacks (auto-detected from the foreground app if omitted). |
| stepDelayMs | integer | — | Optional fixed delay inserted after every step (default 0). |
| steps | array | yes | Ordered list of actions to perform. |
| stopOnError | boolean | — | Stop at the first failed step (default true). false = run all and report each. |
| udid | string | yes | Simulator / device UDID (from device_list) |
No output schema declared.
No examples provided.
screen_size ~45
Returns the pixel dimensions of a booted iOS simulator screen by taking a temp screenshot and reading its pixel dimensions with sips.
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
screenshot ~84
Takes a screenshot of an iOS simulator. Returns the saved file path and byte size. Does NOT return base64 to keep payload small. saveTo defaults to a .png file in os.tmpdir().
| Name | Type | Req | Description |
|---|---|---|---|
| saveTo | string | — | Destination file path (must end .png or .jpg). Defaults to a tmp file. |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
set_location ~78
Sets the simulated GPS location on a running iOS simulator. Codifies the QA geo-spinner fix: use this to unblock location-gated features during QA testing without moving the physical device.
| Name | Type | Req | Description |
|---|---|---|---|
| latitude | number | yes | Latitude in decimal degrees |
| longitude | number | yes | Longitude in decimal degrees |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
swipe ~183
Swipes in a direction or between two coordinates via an ephemeral Maestro flow. direction is always required; startX/startY/endX/endY are optional overrides expressed as percentage strings (e.g. '10%,50%') or pixel values.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier |
| direction | string | yes | Swipe direction |
| endX | string | — | End X |
| endY | string | — | End Y |
| noLaunch | boolean | — | Skip the implicit launchApp attach step (default false). Set true when an open modal or navigation state must not be disturbed. |
| startX | string | — | Start X (e.g. '10%' or '120') |
| startY | string | — | Start Y |
| timeoutMs | integer | — | Flow timeout in ms |
| udid | string | yes | Simulator / device UDID |
No output schema declared.
No examples provided.
tap_on ~341
Tap, double-tap, or long-press an element on screen via an ephemeral Maestro flow. Target by text (regex), accessibility id, or absolute x/y coordinates. bundleId is REQUIRED — Maestro needs it for the appId flow header. WebView caution: text/id selectors only resolve native accessibility nodes. Web-rendered elements inside WKWebView are invisible — tap_on will report COMPLETED but nothing is tapped. Use x+y coordinates instead for WebView content.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App bundle identifier (e.g. com.example.MyApp). Required by Maestro. |
| double | boolean | — | Use doubleTapOn instead of tapOn |
| id | string | — | Accessibility ID of the element |
| index | integer | — | Zero-based index when multiple elements match |
| long | boolean | — | Use longPressOn instead of tapOn |
| longDurationMs | integer | — | Hold duration for long press in ms (max 10 000) |
| noLaunch | boolean | — | Skip the implicit launchApp attach step (default false). Set true when an open modal or navigation state must not be disturbed. |
| text | string | — | Element text or regex. Matches the FULL label/value case-insensitively (anchored ^…$); an invalid regex falls back to a substring match. |
| timeoutMs | integer | — | Flow timeout in ms (default 30 000) |
| udid | string | yes | Simulator / device UDID |
| x | number | — | X coordinate in logical points (numeric only; percent strings are not supported) |
| y | number | — | Y coordinate — required when x is provided |
No output schema declared.
No examples provided.
tap_with_fallback ~319
Sends a raw coordinate tap via the native backend (idb if installed, else a Maestro tapOn-point fallback). Useful for WKWebView game overlays where visual position differs from the DOM hit-test position. The Maestro fallback needs an app context: pass bundleId, or the foreground app is auto-detected. VERIFICATION: 'ok' is decided primarily by a change in the native accessibility element set before/after the tap (stable under animation/video). When no native backend is present it falls back to a screenshot byte-size delta (weak — animation can flip it). The result's `oracle` field reports which was used ('a11y-change' | 'screenshot-bytesize' | 'unverified'). For WebView-rendered targets the a11y tree won't change → oracle:'unverified'; confirm via webview_inspect. offsetStep defaults to 0 (tap the exact point); set it >0 only to deliberately probe nearby y-offsets on retry.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (ignored when idb is present). Auto-detected if omitted. |
| maxRetries | integer | — | Maximum tap attempts (default 3) |
| offsetStep | number | — | Opt-in Y offset step in px applied per retry (default 0 = always tap the exact point; no blind walk). |
| udid | string | yes | Simulator / device UDID |
| x | number | yes | X coordinate in logical points |
| y | number | yes | Y coordinate in logical points |
No output schema declared.
No examples provided.
validate_flow ~247
Returns a trustworthy, evidenced verdict on whether a just-implemented flow works. Runs your visibility assertions through the oracle ladder (WebView-DOM > native a11y > Maestro; fail-closed on unverifiable) AND auto-checks app health: no recent crash, no error-level Metro logs, no failed (≥400) network requests. ok=true only when ALL assertions pass AND all applicable auto-checks are clean — never a bare 'looks ok'. State the expected outcome as assertions; this tool makes the AI's 'it works' auditable.
| Name | Type | Req | Description |
|---|---|---|---|
| assertions | array | — | Expected-outcome assertions (≥1 recommended) |
| bundleId | string | — | App bundle id (Maestro fallback) |
| checkCrashes | boolean | — | Auto-check recent crashes (default true) |
| checkLogs | boolean | — | Auto-check error-level console logs (default true) |
| checkNetwork | boolean | — | Auto-check failed network requests (default true) |
| metroPort | integer | — | Metro port for log/network checks (default 8081) |
| sinceSeconds | integer | — | Crash-recency window in seconds (default 120) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
wait_for_element ~154
Polls until an element/text is visible (via the oracle ladder), or fails on timeout. Use to act the instant the UI is ready instead of a blind sleep.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | — | App bundle id for the Maestro fallback (native surface) |
| contains | boolean | — | Substring match for text (default false = exact full-string on native a11y). WebView innerText is always substring. |
| selector | string | — | CSS selector — WebView surfaces only |
| text | string | — | Visible text to match (native a11y / WebView innerText) |
| timeoutMs | integer | — | Wait budget (default 10000) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
webview_eval ~158
Evaluates a JavaScript expression in a WebView's page context and returns the result. Use it to read web-app state (location.href, store values, feature flags, on-screen balances) or to assert conditions against the live DOM. Requires the app's WKWebView to be inspectable (isInspectable=true) — on by default in debug/staging builds, frequently disabled in production App Store builds.
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | JavaScript expression to evaluate, e.g. "location.href" or "document.querySelectorAll('button').length" |
| udid | string | yes | Simulator / device UDID |
| webviewId | string | — | Target WebView id. Omit to auto-select the first visible WebView. |
No output schema declared.
No examples provided.
webview_inspect ~220
Lists embedded WebViews (WKWebView) on a booted simulator and, for the selected one, resolves a CSS selector to DOM elements WITH absolute on-screen tap coordinates. This is the answer to the 'WebView content is opaque' limitation of the coordinate tools: instead of eyeballing a screenshot, get tapX/tapY for a real DOM element and feed it straight into tap_on. Defaults to interactive elements when no selector is given. Requires the app's WKWebView to be inspectable (isInspectable=true) — on by default in debug/staging builds, frequently disabled in production App Store builds.
| Name | Type | Req | Description |
|---|---|---|---|
| max | integer | — | Maximum elements to return (default 100) |
| selector | string | — | CSS selector (default: 'button, a, input, textarea, [role=button]') |
| udid | string | yes | Simulator / device UDID (from device_list) |
| webviewId | string | — | Target WebView id (from a prior call). Omit to auto-select the first visible WebView. |
No output schema declared.
No examples provided.
webview_navigate ~130
Drives a WebView's navigation: goto a URL, or back / forward / reload. Requires the app's WKWebView to be inspectable (isInspectable=true) — on by default in debug/staging builds, frequently disabled in production App Store builds.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Navigation action. 'goto' requires url. |
| udid | string | yes | Simulator / device UDID |
| url | string | — | Destination URL (required when action is 'goto') |
| webviewId | string | — | Target WebView id. Omit to auto-select the first visible WebView. |
No output schema declared.
No examples provided.