visiontest

visiontest

3.2

If you are the rightful owner of visiontest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Vision Test is an MCP server enabling AI agents and LLMs to interact with mobile devices, currently supporting Android with iOS support planned.

Vision Test is a Model Context Protocol (MCP) server designed to facilitate interaction between AI agents, Large Language Models (LLMs), and mobile devices. It provides a standardized interface for device detection, application management, and command execution on Android devices, with plans to extend support to iOS. The server is built to handle multiple device types, offering scalable automation solutions. Key functionalities include device and app management, robust error handling, and performance optimizations. Vision Test is particularly useful for developers and organizations looking to integrate AI-driven automation into their mobile testing and management workflows.

Features

  • Device Management: Detect and interact with connected Android devices.
  • App Management: List installed apps, get detailed app information, and launch apps.
  • Robust Error Handling: Comprehensive exception framework with descriptive error messages and codes.
  • Performance Optimizations: Device list caching to reduce ADB command overhead.
  • Retry Logic: Automatic retries with exponential backoff for flaky device operations.

Tools

  1. available_device

    Returns detailed information about the first available Android device.

  2. list_apps

    Lists all installed applications on the connected device.

  3. info_app

    Returns formatted information about a specific application.

  4. launch_app

    Launches an app on the device.