all tools / mobile
As of the latest check, Glimind tracks 93 mobile AI agent (MCP) tools, of which 2 are healthy right now. The table below ranks them live-first by real-time reliability.
| tool | status | what it does | |
|---|---|---|---|
| android_ui_dump io.github.saloprj/dialogbrain | healthy | Get UI structure dump from the Android device. Uses dumpsys (uiautomator OOM-kills on this build). Returns window list and focused activity | alternatives |
| android_current_app io.github.saloprj/dialogbrain | healthy | Get the currently focused app and activity on the Android device. | alternatives |
| mobile.screen.observe mobridge-mcp | unknown | AI eyes: a lean list of on-screen text + actionable controls | alternatives |
| ios_audit_accessibility AKAICH00/iOS Simulator MCP Server | unknown | Accessibility issues | alternatives |
| press_home_button @gavrix/appium-mcp | unknown | Simulates pressing the home button to send apps to background (iOS and Android). | alternatives |
| get_device_logs @gavrix/appium-mcp | unknown | Retrieves console logs from the connected device/simulator. | alternatives |
| mobile_launch_app pymobile-mcp | unknown | Launch an app by package/bundle ID. | alternatives |
| mobile_terminate_app pymobile-mcp | unknown | Terminate a running app. | alternatives |
| mobile_long_press_on_screen_at_coordinates pymobile-mcp | unknown | Long press at specified coordinates. | alternatives |
| mobile_list_elements_on_screen pymobile-mcp | unknown | List UI elements on the screen. | alternatives |
| mobile_press_button pymobile-mcp | unknown | Press a hardware button (HOME, VOLUME_UP, VOLUME_DOWN). | alternatives |
| mobile_open_url pymobile-mcp | unknown | Open a URL on the device. | alternatives |
| mobile_swipe_on_screen pymobile-mcp | unknown | Swipe on the screen. | alternatives |
| mobile_install_app pymobile-mcp | unknown | Install an app (destructive, gated). | alternatives |
| mobile_uninstall_app pymobile-mcp | unknown | Uninstall an app (destructive, gated). | alternatives |
| mobile_take_screenshot mobitru-mcp-server | unknown | Take a screenshot of the current mobile device screen. | alternatives |
| mobile_tap mobitru-mcp-server | unknown | Tap at specified coordinates on the mobile device. | alternatives |
| android_wait_for xleepy/Android DevTools MCP | unknown | Wait for a selector and semantic state | alternatives |
| mobile_get_accessibility_tree mobitru-mcp-server | unknown | Get the accessibility tree of the current mobile screen. | alternatives |
| mobile_launch_app io.github.mobile-next/mobile-mcp | unknown | Launch an app using its package name | alternatives |
| get_mobile_device_status tarunmalpani/pulse-mcp-bridge | unknown | Battery level, active route/screen, OS/platform, and connectedAt from the running app | alternatives |
| check_mobile_connection tarunmalpani/pulse-mcp-bridge | unknown | Pings /status and returns a friendly human-readable connection summary plus the raw status JSON, or a clean unreachable error | alternatives |
| get_mobile_screenshot tarunmalpani/pulse-mcp-bridge | unknown | Live screenshot of whatever screen is currently showing on the app, returned as an inline image | alternatives |
| get_saved_bug_reports tarunmalpani/pulse-mcp-bridge | unknown | All bug reports auto-saved on the device, each with its full steps, logs, and device info snapshot | alternatives |
| update_app_info io.github.AgiMaulana/HuaweiAppGalleryMcp | unknown | Update app metadata in the AppGallery Connect draft | alternatives |
| mobile.list_devices leaf76/lazy_mobile_mcp | unknown | List available Android/iOS devices. | alternatives |
| mobile.select_device leaf76/lazy_mobile_mcp | unknown | Select the active device for subsequent operations. | alternatives |
| mobile.get_capabilities leaf76/lazy_mobile_mcp | unknown | Get capabilities of the selected device. | alternatives |
| mobile.screenshot leaf76/lazy_mobile_mcp | unknown | Capture a screenshot of the device. | alternatives |
| mobile.tap leaf76/lazy_mobile_mcp | unknown | Tap at specified coordinates. | alternatives |
| mobile.swipe leaf76/lazy_mobile_mcp | unknown | Swipe from start to end coordinates. | alternatives |
| mobile.input_text leaf76/lazy_mobile_mcp | unknown | Input text into the focused field. | alternatives |
| mobile.launch_app leaf76/lazy_mobile_mcp | unknown | Launch an app on the device. | alternatives |
| mobile.stop_app leaf76/lazy_mobile_mcp | unknown | Stop a running app. | alternatives |
| mobile.dump_ui leaf76/lazy_mobile_mcp | unknown | Dump the current UI hierarchy. | alternatives |
| mobile.press_key leaf76/lazy_mobile_mcp | unknown | Press a hardware key. | alternatives |
| mobile_click_on_screen_at_coordinates pymobile-mcp | unknown | Click at specified coordinates on the screen. | alternatives |
| mobile_double_tap_on_screen pymobile-mcp | unknown | Double tap on the screen. | alternatives |
| mobile_take_screenshot mobile-mcp-ai1 | unknown | 截图 | alternatives |
| mobile_get_screen_size mobile-mcp-ai1 | unknown | 屏幕尺寸 | alternatives |
| mobile_observe Brad-Fullwood/bc-rig | unknown | Return compact referenced native state, optionally filtered or full. | alternatives |
| mobile_screenshot Brad-Fullwood/bc-rig | unknown | Save emulator visual evidence. | alternatives |
| mobile_wait mobile-mcp-ai1 | unknown | 等待 | alternatives |
| mobile_launch_app mobile-mcp-ai1 | unknown | 启动应用 | alternatives |
| mobile_terminate_app mobile-mcp-ai1 | unknown | 终止应用 | alternatives |
| mobile_open_app mobitru-mcp-server | unknown | Open a specific app on the mobile device. | alternatives |
| mobile_mcp_ai congwa/Mobile MCP Server | unknown | Mobile MCP AI server providing 39 mobile automation tools for Android and iOS | alternatives |
| mobile_act Brad-Fullwood/bc-rig | unknown | Launch/stop/connect/tap/type/back/reset/wait and return resulting compact state. | alternatives |
| list_packages Feliicks/android-sqlite-mcp | unknown | Lists installed Android application packages on the device, optionally filtered by a query. | alternatives |
| mobile_click_by_text mobile-mcp-ai1 | unknown | 文本点击 | alternatives |
| mobile_click_by_id mobile-mcp-ai1 | unknown | ID 点击 | alternatives |
| mobile_list_apps iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 列出应用 | alternatives |
| get_mobile_app_logs tarunmalpani/pulse-mcp-bridge | unknown | Recent structured log entries captured in the app; optionally filter by level | alternatives |
| mobile_get_screen_size io.github.mobile-next/mobile-mcp | unknown | Get the screen size of the mobile device in pixels | alternatives |
| mobile_get_orientation io.github.mobile-next/mobile-mcp | unknown | Get the current screen orientation of the device | alternatives |
| mobile_set_orientation io.github.mobile-next/mobile-mcp | unknown | Change the screen orientation (portrait/landscape) | alternatives |
| mobile_terminate_app io.github.mobile-next/mobile-mcp | unknown | Stop and terminate a running app | alternatives |
| mobile_install_app io.github.mobile-next/mobile-mcp | unknown | Install an app from file (.apk, .ipa, .app, .zip) | alternatives |
| mobile_uninstall_app io.github.mobile-next/mobile-mcp | unknown | Uninstall an app using bundle ID or package name | alternatives |
| mobile_take_screenshot io.github.mobile-next/mobile-mcp | unknown | Take a screenshot to understand what's on screen | alternatives |
| mobile_save_screenshot io.github.mobile-next/mobile-mcp | unknown | Save a screenshot to a file | alternatives |
| mobile_list_elements_on_screen io.github.mobile-next/mobile-mcp | unknown | List UI elements with their coordinates and properties | alternatives |
| mobile_swipe_on_screen io.github.mobile-next/mobile-mcp | unknown | Swipe in any direction (up, down, left, right) | alternatives |
| mobile_list_devices iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 列出设备 | alternatives |
| mobile_check_connection iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 检查连接 | alternatives |
| mobile_find_close_button iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 查找关闭按钮 | alternatives |
| mobile_close_popup iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 关闭弹窗 | alternatives |
| mobile_close_ad iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 智能关闭广告弹窗 | alternatives |
| mobile_template_close iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 模板匹配关闭弹窗 | alternatives |
| mobile_template_add iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 添加 X 号模板 | alternatives |
| mobile_assert_text iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 断言文本 | alternatives |
| mobile_get_operation_history iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 操作历史 | alternatives |
| mobile_clear_operation_history iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 清空历史 | alternatives |
| mobile_generate_test_script iflow-mcp-test111ddff-hash-mobile-mcp-ai | unknown | 生成测试脚本 | alternatives |
| mobile.screen.app mobridge-mcp | unknown | O(1) — which app/screen am I on? | alternatives |
| ios_audit_touch_targets AKAICH00/iOS Simulator MCP Server | unknown | Check 44pt minimum | alternatives |
| mobile_list_apps pymobile-mcp | unknown | List installed apps on the device. | alternatives |
| mobile_get_screen_size pymobile-mcp | unknown | Get the screen size of the device. | alternatives |
| mobile_type_keys pymobile-mcp | unknown | Type text on the device. | alternatives |
| mobile_save_screenshot pymobile-mcp | unknown | Save a screenshot to a file. | alternatives |
| mobile_list_elements_on_screen Kavya55/mobile-mcp | unknown | List UI elements with their coordinates and properties | alternatives |
| mobile_click_on_screen_at_coordinates Kavya55/mobile-mcp | unknown | Click at specific x,y coordinates | alternatives |
| diagnose_mobile_error tarunmalpani/pulse-mcp-bridge | unknown | Diagnoses the most recent problem, preferring a captured crash over a plain log message when both exist | alternatives |
| get_bug_report tarunmalpani/pulse-mcp-bridge | unknown | The current/live step recording plus device context, for reproducing a bug in progress | alternatives |
| mobile_dump_ui android-mobile-mcp | unknown | Extract UI elements as hierarchical JSON | alternatives |
| mobile_take_screenshot android-mobile-mcp | unknown | Capture current screen state | alternatives |
| mobile_click android-mobile-mcp | unknown | Click at specific coordinates | alternatives |
| mobile_type android-mobile-mcp | unknown | Input text into focused fields | alternatives |
| mobile_swipe android-mobile-mcp | unknown | Perform swipe gestures | alternatives |
| mobile_list_apps android-mobile-mcp | unknown | List installed applications | alternatives |
| mobile_launch_app android-mobile-mcp | unknown | Start applications by package name | alternatives |
| mobile_key_press android-mobile-mcp | unknown | Press system buttons | alternatives |
| mobile.screen.find mobridge-mcp | unknown | resolve a target to a NodeRef (never coordinates) | alternatives |
As of the latest check, Glimind tracks 93 mobile AI agent (MCP) tools, of which 2 are healthy right now. The table below ranks them live-first by real-time reliability. Glimind rates each neutrally (0–100) from safe liveness probes plus privacy-clean real-usage outcomes — see each tool's live page for its current score and a working alternative if it's down.
Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.
Every tool here links to its live alternatives — capability-matched substitutes that are healthy now. Or query https://glimind.com/v1/alternatives/{toolId}.
Live data via MCP/REST. Neutral ratings — Glimind only measures.