Ultimate Android MCP

35 tools. 13 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

13 can modify or destroy data
22 read-only
35 tools total

Community server · catalogue entry verified 12/06/2026

How to control Ultimate Android MCP ↓

What Ultimate Android MCP exposes to your agents

Read (22) Write / Execute (12) Destructive / Financial (1)
Critical Risk

The most dangerous Ultimate Android MCP tools

13 of Ultimate Android MCP's 35 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Ultimate Android MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Ultimate Android MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "uninstall_package": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "push_file": {
    "limits": [
      {
        "counter": "push_file_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "all_packages": {
    "limits": [
      {
        "counter": "all_packages_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Ultimate Android MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON ULTIMATE ANDROID →

Free to start. No card required.

All 35 Ultimate Android MCP tools

READ 22 tools
Read all_packages Returns a list of all packages (both system and user-installed) currently installed on the connected Android d Read cpu_count Returns the number of CPU cores on the connected Android device. No parameters are required. Read cpu_percent Returns the current CPU load percentage on the connected Android device. No parameters are required. Read get_all_packages Returns a list of all packages on the connected Android device, with optional filters for user-installed or sy Read get_battery_level Returns the battery level of the connected Android device. No parameters are required. Read get_current_focused_nodes Returns a list of UI nodes that are currently focused on the connected Android device screen. No parameters ar Read get_current_ui_labels Returns a list of UI nodes currently visible on the device screen, focusing on text labels and content descrip Read get_pid Returns the process ID (PID) for the specified package name on the connected Android device. Requires the pack Read get_properties Returns the build.prop properties of the connected Android device. No parameters are required. Read get_serial_no Returns the serial number of the connected Android device. No parameters are required. Read get_system_packages Returns a list of system-installed packages on the connected Android device. No parameters are required. Read get_top_activities Returns the activities currently on top on the connected Android device. No parameters are required. Read get_top_activity Returns the singular activity currently on top on the connected Android device. No parameters are required. Read get_user_packages Returns a list of user-installed packages on the connected Android device. No parameters are required. Read is_installed Checks if the specified package is installed on the connected Android device. Requires the package_name parame Read is_keyboard_open Checks if the virtual keyboard is currently open on the connected Android device. No parameters are required. Read list_features Returns the device overlay configuration properties of the connected Android device. No parameters are require Read pull_file Pulls a file from the connected Android device to the local machine. Requires remote and local parameters, whi Read system_packages Returns a list of system application package names (pre-installed apps) on the connected Android device. No pa Read user_packages Returns a list of user-installed application package names on the connected Android device. No parameters are Read wm_density Returns the screen density of the connected Android device. No parameters are required. Read wm_size Returns the screen size of the connected Android device. No parameters are required.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Ultimate Android MCP

Can an AI agent delete data through the Ultimate Android MCP server? +

Yes. The Ultimate Android MCP server exposes 1 destructive tools including uninstall_package. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Ultimate Android MCP? +

The Ultimate Android MCP server has 1 write tools including push_file. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Ultimate Android MCP.

How many tools does the Ultimate Android MCP server expose? +

35 tools across 4 categories: Destructive, Execute, Read, Write. 22 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on Ultimate Android MCP? +

Register the Ultimate Android MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Ultimate Android MCP tool call.

Deterministic rules across all 35 Ultimate Android MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

35 Ultimate Android MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.