io.github.oozoofrog/baepsae
NPM · MCP-BAEPSAE · SCANNED SEP 20
Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge
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 → Why this is hard to score →
Supply Chain Security92
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to oozoofrog/mcp-baepsae). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 172 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 4194 tokens (~89/item across 47 items; 47 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 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
- 97% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "uninstall_app" implies "uninstall" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 47 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.oozoofrog/baepsae MCP server?
io.github.oozoofrog/baepsae runs locally as an npm package, launched with npx -y mcp-baepsae. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · mcp-baepsae
claude mcp add oozoofrog-baepsae -- npx -y mcp-baepsae
{
"mcpServers": {
"oozoofrog-baepsae": {
"command": "npx",
"args": [
"-y",
"mcp-baepsae"
]
}
}
} {
"servers": {
"oozoofrog-baepsae": {
"command": "npx",
"args": [
"-y",
"mcp-baepsae"
]
}
}
} codex mcp add oozoofrog-baepsae -- npx -y mcp-baepsae
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"oozoofrog-baepsae": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-baepsae"
],
"enabled": true
}
}
} openclaw mcp add oozoofrog-baepsae --command npx --arg -y --arg mcp-baepsae
mcp_servers:
oozoofrog-baepsae:
command: "npx"
args: ["-y", "mcp-baepsae"] {
"McpServers": {
"oozoofrog-baepsae": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"mcp-baepsae"
]
}
}
} assistant mcp add oozoofrog-baepsae -t stdio -c npx -a -y mcp-baepsae
{
"mcpServers": {
"oozoofrog-baepsae": {
"command": "npx",
"args": [
"-y",
"mcp-baepsae"
]
}
}
} 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.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 16 Sept 26 −3
- Security disclosure: fail → unverified ▼ functional
- Stability: pass → 0.80 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 13 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
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 20 Sept 2026 · Analysed npm/mcp-baepsae@6.3.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | oozoofrog/mcp-baepsae |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/oozoofrog/mcp-baepsae/.github/workflows/release.yml@refs/tags/v6.3.0 |
| Rekor log index | 1203861004 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:29f22643e7370220f5a829531ded8c15e3943c29563218989756e433eb0a034eb1a2269c724f7f70ce7bb983b9893d5a7fc65f9cef4c0542128be6576 |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | if [ "$(uname)" = "Darwin" ]; then if [ -f bundled/baepsae-native ] && bundled/baepsae-native --version >/dev/null 2>&1; then exit 0; fi; if command -v swift >/dev/null 2>&1; then npm run build:native; else echo 'WARNING: No working native binary and Swift not found. Native commands will be unavailable.' >&2; fi; fi |
Background: Why install scripts are a supply-chain risk →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
activate_app ~65
Bring the target app to foreground.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
analyze_ui ~272
Describe app UI hierarchy. Works with both simulator (udid) and macOS (bundleId/appName) targets.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | – | Include all elements (system UI, bezels) |
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| focusId | string | – | Focus on element with specific ID |
| limit | integer | – | Maximum number of nodes to return |
| maxDepth | integer | – | Maximum tree traversal depth |
| offset | integer | – | Pagination start position (0-based node index) |
| output | string | – | Optional output file path for hierarchy text |
| page | integer | – | Page number (0-based) |
| pageSize | integer | – | Page size for paginated child access |
| role | string | – | Filter by AX role (e.g. AXButton, AXStaticText) |
| rootElementId | string | – | Only traverse subtree under this element ID |
| summary | boolean | – | Summary mode — collapse children as [N children] |
| udid | string | – | Simulator UDID (for simulator targets) |
| visibleOnly | boolean | – | Only include visible elements |
| window | – | – | Window index or title substring (macOS only) |
No output schema declared.
No examples provided.
baepsae_help ~39
Show help. Optionally pass subcommand name for compatibility reference.
| Name | Type | Req | Description |
|---|---|---|---|
| subcommand | string | – | Optional legacy subcommand name for compatibility reference |
No output schema declared.
No examples provided.
baepsae_version ~17
Show server and native binary versions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
button ~45
Press a simulator hardware button.
| Name | Type | Req | Description |
|---|---|---|---|
| buttonType | string | yes | Button type |
| duration | number | – | Hold duration in seconds |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
clipboard ~40
Read or write the system clipboard.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Read or write clipboard |
| text | string | – | Text to write (required for write action) |
No output schema declared.
No examples provided.
context_menu_action ~112
Select an item from an open context menu. Call after right_click. Supports submenu paths with > separator (e.g. 'Refactor > Rename').
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| item | string | yes | Context menu item path (e.g. 'Copy', 'Refactor > Rename') |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
detect_dialog ~88
Detect if a modal dialog, sheet, or alert is currently presented. Returns JSON with hasDialog, type, title, isModal, and buttons.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
doctor ~31
Run readiness self-checks for host process, parent process, native binary, booted simulator availability, and accessibility permission.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
drag_drop ~130
Drag and drop in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| duration | number | – | Duration in seconds |
| endX | number | yes | End X |
| endY | number | yes | End Y |
| holdDuration | number | – | Hold duration before drag in seconds |
| startX | number | yes | Start X |
| startY | number | yes | Start Y |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
enumerate_ui ~98
Discover all attributes, actions, and parameterized attributes of a UI element. Shows which attributes are settable.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| id | string | – | Accessibility identifier |
| label | string | – | Accessibility label |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
focus_window ~96
Raise and focus a specific window by index or title. macOS apps only.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| index | integer | – | Window index (0-based) |
| title | string | – | Window title substring |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
gesture ~94
Execute a preset gesture pattern.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | – | Gesture duration in seconds |
| postDelay | number | – | Delay after gesture in seconds |
| preDelay | number | – | Delay before gesture in seconds |
| preset | string | yes | Gesture preset |
| screenHeight | number | – | Screen height in points |
| screenWidth | number | – | Screen width in points |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
get_focused_app ~20
Get information about the currently focused macOS app.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
hit_test ~58
Find which UI element is at specific screen coordinates. Uses system-wide accessibility hit testing. No app target needed.
| Name | Type | Req | Description |
|---|---|---|---|
| x | number | yes | Screen X coordinate (top-left origin) |
| y | number | yes | Screen Y coordinate (top-left origin) |
No output schema declared.
No examples provided.
input_source ~85
Get current keyboard input source or switch to a specific one. Call without sourceId to query current; with sourceId to switch. Uses CJKV workaround for Korean/Japanese/Chinese/Vietnamese.
| Name | Type | Req | Description |
|---|---|---|---|
| sourceId | string | – | Input source ID to switch to (e.g. 'com.apple.inputmethod.Korean.2SetKorean'). Omit to query current. |
No output schema declared.
No examples provided.
install_app ~47
Install an app (.app, .ipa) on the simulator.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Path to .app or .ipa file |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
key ~92
Press a single HID keycode in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| duration | number | – | Hold duration in seconds |
| keycode | – | yes | HID keycode (0-255) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
key_combo ~89
Press key combo in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| key | – | yes | Keycode to press while modifiers are held |
| modifiers | array | yes | Modifier keycodes |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
key_sequence ~91
Press multiple HID keycodes in sequence in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| delay | number | – | Delay between key presses in seconds |
| keycodes | – | yes | Key sequence |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
launch_app ~60
Launch an installed app on the simulator.
| Name | Type | Req | Description |
|---|---|---|---|
| args | array | – | Arguments to pass to the app |
| bundleId | string | yes | App Bundle Identifier |
| env | object | – | Environment variables |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
list_apps ~18
List running macOS applications with their bundle IDs.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_input_sources ~25
List all available keyboard input sources with their IDs, names, and active status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_simulators ~17
List available simulators using simctl.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_windows ~65
List windows in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
menu_action ~66
Execute a menu bar action in a macOS app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | – |
| bundleId | string | – | – |
| item | string | yes | Menu item name (e.g. 'Save') |
| menu | string | yes | Menu name (e.g. 'File') |
No output schema declared.
No examples provided.
open_url ~44
Open a URL in the simulator (e.g. Safari or deep link).
| Name | Type | Req | Description |
|---|---|---|---|
| udid | string | yes | Simulator UDID |
| url | string | yes | URL to open |
No output schema declared.
No examples provided.
query_ui ~135
Search app UI elements by text, identifier, or label. Works with both simulator and macOS targets.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| maxDepth | integer | – | Maximum tree traversal depth |
| query | string | yes | Text to search for |
| role | string | – | Filter by AX role (e.g. AXButton, AXStaticText) |
| udid | string | – | Simulator UDID (for simulator targets) |
| visibleOnly | boolean | – | Only include visible elements |
No output schema declared.
No examples provided.
read_ui_param ~128
Read parameterized accessibility attributes like text ranges, line numbers, and bounds.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| attribute | string | yes | Parameterized attribute to read |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| id | string | – | Accessibility identifier |
| label | string | – | Accessibility label |
| param | string | yes | Parameter value (for range types: 'location,length'; for index/line: number) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
read_ui_value ~108
Read value, selected text, or insertion point of a UI element via Accessibility API.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| attribute | string | – | Attribute to read (default: value) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| id | string | – | Accessibility identifier |
| label | string | – | Accessibility label |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
record_video ~58
Record simulator display directly with simctl recordVideo.
| Name | Type | Req | Description |
|---|---|---|---|
| durationSeconds | number | – | Requested recording duration in seconds (default: 10) |
| output | string | – | Output MOV file path |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
right_click ~116
Right-click in the target app. Selector lookup defaults to in-app content; set all=true for Simulator chrome UI.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | – | – |
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| id | string | – | – |
| label | string | – | – |
| udid | string | – | Simulator UDID (for simulator targets) |
| x | number | – | – |
| y | number | – | – |
No output schema declared.
No examples provided.
run_steps ~139
Execute ordered workflow steps using existing tap, type_text, key, swipe, and sleep behavior. Defaults to fail-fast; set continueOnError or continue_on_error to keep going after a failure.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| continueOnError | boolean | – | Continue executing later steps after a step fails |
| continue_on_error | boolean | – | Alias of continueOnError |
| steps | array | yes | Ordered steps to execute |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
screenshot ~40
Capture a screenshot from simulator display using simctl screenshot.
| Name | Type | Req | Description |
|---|---|---|---|
| output | string | – | Output PNG file path |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
screenshot_app ~77
Take a screenshot of the target app window.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| output | string | – | Output file path |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
scroll ~112
Send scroll wheel events to the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| deltaX | number | – | Horizontal scroll amount |
| deltaY | number | – | Vertical scroll amount |
| udid | string | – | Simulator UDID (for simulator targets) |
| x | number | – | X coordinate for scroll position |
| y | number | – | Y coordinate for scroll position |
No output schema declared.
No examples provided.
set_ui_value ~125
Set value, text selection range, or focus on a UI element via Accessibility API.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| attribute | string | yes | Attribute to set |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| id | string | – | Accessibility identifier |
| label | string | – | Accessibility label |
| udid | string | – | Simulator UDID (for simulator targets) |
| value | string | yes | Value to set (for selectedTextRange use 'location,length' format) |
No output schema declared.
No examples provided.
stream_video ~68
Capture a time-bounded simulator clip through the native stream-video shim.
| Name | Type | Req | Description |
|---|---|---|---|
| durationSeconds | number | – | Requested clip duration in seconds (currently used as a timeout budget) |
| output | string | – | Destination MOV file path for the captured clip |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
swipe ~141
Perform swipe gesture in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| duration | number | – | Duration in seconds |
| endX | number | yes | End X |
| endY | number | yes | End Y |
| postDelay | number | – | Delay after swipe in seconds |
| preDelay | number | – | Delay before swipe in seconds |
| startX | number | yes | Start X |
| startY | number | yes | Start Y |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
tap ~172
Tap coordinates or accessibility element. Selector lookup defaults to in-app content; set all=true to include Simulator chrome UI.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | – | Include Simulator app chrome/system UI for selector lookup |
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| double | boolean | – | Send double-click instead of single click |
| id | string | – | Accessibility identifier |
| label | string | – | Accessibility label |
| postDelay | number | – | Delay after tap in seconds |
| preDelay | number | – | Delay before tap in seconds |
| udid | string | – | Simulator UDID (for simulator targets) |
| x | number | – | X coordinate |
| y | number | – | Y coordinate |
No output schema declared.
No examples provided.
tap_tab ~168
Tap a tab in a tab bar by index. Prefers semantic descendants or top-row semantic proxy buttons when available, and falls back to geometry only when needed. Useful for SwiftUI TabView cases where tab buttons are not cleanly exposed.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| index | integer | yes | 0-based tab index to tap |
| postDelay | number | – | Delay after tap in seconds |
| preDelay | number | – | Delay before tap in seconds |
| tabCount | integer | – | Total number of tabs (auto-detected from tab bar children if omitted) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
terminate_app ~39
Terminate a running app on the simulator.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App Bundle Identifier |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
touch ~118
Perform touch events in the target app.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| delay | number | – | Delay between down/up in seconds |
| down | boolean | – | Send touch down event |
| udid | string | – | Simulator UDID (for simulator targets) |
| up | boolean | – | Send touch up event |
| x | number | yes | X coordinate |
| y | number | yes | Y coordinate |
No output schema declared.
No examples provided.
type_text ~193
Type text into the target app. auto resolves to paste for all targets (more reliable for CJK and emoji); simulator paste uses the simulator pasteboard, macOS paste temporarily uses the host clipboard; keyboard types character-by-character.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| file | string | – | Path for file input |
| method | string | – | Input method: 'auto' = paste for all targets; 'paste' = clipboard; 'keyboard' = char-by-char CGEvent; 'ax' = set value via Accessibility API (most reliable for CJK, bypasses IME) |
| stdinText | string | – | Text piped to stdin mode |
| text | string | – | Text argument |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
uninstall_app ~45
Uninstall an app from the simulator.
| Name | Type | Req | Description |
|---|---|---|---|
| bundleId | string | yes | App Bundle Identifier (e.g. com.example.app) |
| udid | string | yes | Simulator UDID |
No output schema declared.
No examples provided.
wait_for_ui ~144
Wait for a UI element to appear or disappear. Polls query_ui at interval until condition met or timeout.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| condition | string | – | Wait condition (default: exists) |
| interval | number | – | Poll interval in seconds (default: 0.5) |
| query | string | yes | Text/ID/label to search for |
| timeout | number | – | Max wait time in seconds (default: 10) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
watch_notification ~164
Watch for AX notifications from an app. Blocks until a notification fires or timeout. Use presets for common patterns: window (created/destroyed), text (value/selection changed), focus (app/window focus), menu (opened/closed).
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | – | macOS app name (for macOS targets) |
| bundleId | string | – | macOS app bundle ID (for macOS targets) |
| notifications | string | – | Comma-separated notification names (e.g. 'AXValueChanged,AXWindowCreated') |
| preset | string | – | Notification preset (window, text, focus, menu) |
| timeout | number | – | Max wait time in seconds (default: 10) |
| udid | string | – | Simulator UDID (for simulator targets) |
No output schema declared.
No examples provided.
What is the io.github.oozoofrog/baepsae MCP server?
io.github.oozoofrog/baepsae is an MCP server listed in the public MCP registry as io.github.oozoofrog/baepsae. Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge. This page covers its npm package (mcp-baepsae).
Is the io.github.oozoofrog/baepsae MCP server safe to use?
io.github.oozoofrog/baepsae scores 89 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.oozoofrog/baepsae MCP server expose?
io.github.oozoofrog/baepsae exposes 47 tools: baepsae_help, baepsae_version, doctor, list_apps, get_focused_app, and 42 more. Their descriptions and schemas cost roughly 4,194 tokens of context every time the server is loaded.
Is the io.github.oozoofrog/baepsae MCP server still maintained?
io.github.oozoofrog/baepsae is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.oozoofrog/baepsae MCP server under?
io.github.oozoofrog/baepsae declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.