Android

119 tools. 84 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

84 can modify or destroy data
35 read-only
119 tools total

Community server · catalogue entry verified 29/06/2026

How to control Android ↓

What Android exposes to your agents

Read (35) Write / Execute (77) Destructive / Financial (7)
Critical Risk

The most dangerous Android tools

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

How to control Android

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

Deny destructive operations
{
  "delete-instance": {
    "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
{
  "Accessibility-Tool": {
    "limits": [
      {
        "counter": "accessibility-tool_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze-crash-pattern": {
    "limits": [
      {
        "counter": "analyze-crash-pattern_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 Android — 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 ANDROID →

Instant setup, no code required.

All 119 Android tools

WRITE 65 tools
Write Accessibility-Tool Control accessibility features and settings Write Alert-Tool Handle browser alerts/dialogs Write App-Control-Tool Control app lifecycle Write Archive-Channel-Tool Archive a Slack channel Write Back-Tool Navigate back in browser history Write bulk-solution-analysis Generate solutions for multiple related crashes Write Channel-Create-Tool Create a new Slack channel Write Channel-Join-Tool Join a Slack channel Write Channel-Leave-Tool Leave a Slack channel Write Click-Tool Click on a specific cordinate Write Clipboard-Tool Manage system clipboard Write compose-down Stop Docker Compose services Write Cookie-Tool Manage browser cookies Write create-bucket Create a new Cloud Storage bucket Write create-container Create a new Docker container Write create-instance Create a new Compute Engine instance Write create-network Create a Docker network Write Create-Reminder-Tool Create a reminder in Slack Write create-service-account Create a new service account Write create-volume Create a Docker volume Write Display-Tool Control display settings and resolution Write Dock-Tool Control Mac Dock Write Drag-Tool Drag from location and drop on another location Write Element-Click-Tool Click on element by various selectors Write Element-Tap-Tool Tap on element by various selectors Write Element-Type-Tool Type text in element by various selectors Write File-Operations-Tool Perform file and directory operations Write Finder-Tool Control Finder application and file browser Write Form-Tool Interact with web forms Write Forward-Tool Navigate forward in browser history Write generate-crash-report Generate comprehensive crash report Write generate-solution Generate AI-powered solution suggestions for a crash Write Home-Tool Press home button Write Invite-User-Tool Invite a user to a channel Write Key-Press-Tool Send keyboard shortcuts and key combinations Write Lock-Tool Lock or unlock the device Write Long-Click-Tool Long click on a specific cordinate Write Long-Press-Tool Long press on specific coordinates Write Menu-Bar-Tool Interact with menu bar and menu items Write Mouse-Drag-Tool Perform mouse drag operations Write Notification-Tool Access the notifications seen on the device Write Orientation-Tool Get or set device orientation Write Pin-Message-Tool Pin a message in a Slack channel Write Press-Tool Press on specific button on the device Write Process-Tool Manage system processes Write pull-image Pull a Docker image Write React-Tool Add reaction to a Slack message Write Refresh-Tool Refresh the current page Write Schedule-Message-Tool Schedule a message to be sent later Write Scroll-Tool Scroll the page in specified direction Write Send-DM-Tool Send a direct message to a user Write Send-Message-Tool Send a message to a Slack channel or user Write Set-Status-Tool Set user status in Slack Write suggest-preventive-measures Suggest preventive measures based on crash patterns Write Swipe-Tool Swipe on a specific cordinate Write System-Preferences-Tool Control System Preferences/Settings Write Tab-Control-Tool Control browser tabs Write Type-Tool Type on a specific cordinate Write Unarchive-Channel-Tool Unarchive a Slack channel Write Unpin-Message-Tool Unpin a message in a Slack channel Write Update-Message-Tool Update an existing Slack message Write Upload-File-Tool Upload a file to Slack Write upload-object Upload a file to Cloud Storage Write Volume-Tool Press volume buttons Write Window-Control-Tool Control browser window
READ 35 tools
Read analyze-crash-pattern Analyze crash patterns and identify common issues Read App-List-Tool List running applications and their windows Read Channel-Info-Tool Get information about a Slack channel Read Channel-List-Tool List all channels in the workspace Read compose-ps List Docker Compose services Read container-logs Get container logs Read Download-File-Tool Download a file from Slack Read download-object Download a file from Cloud Storage Read Download-Tool Handle file downloads Read get-affected-users Get information about users affected by crashes Read Get-Attribute-Tool Get element attribute value Read get-crash-details Get detailed information about a specific crash Read get-crash-trends Get crash trends and statistics Read get-iam-policy Get IAM policy for a resource Read Get-Messages-Tool Get messages from a Slack channel Read get-project Get details of a specific project Read Get-Text-Tool Get element text content Read list-buckets List all Cloud Storage buckets in a project Read list-containers List Docker containers Read list-crashes List recent crashes for an app Read list-images List Docker images Read list-instances List all Compute Engine instances in a project/zone Read list-networks List Docker networks Read list-objects List objects in a Cloud Storage bucket Read list-projects List all accessible GCP projects Read list-service-accounts List all service accounts in a project Read list-volumes List Docker volumes Read Network-Tool Get network information and control network settings Read Screenshot-Tool Take screenshot of current page or element Read Search-Messages-Tool Search for messages in Slack Read state_tool Get the state of the device. Optionally includes visual screenshot when use_vision=True. Read System-Info-Tool Get comprehensive system information Read User-Info-Tool Get information about a Slack user Read User-List-Tool List users in the workspace Read Workspace-Info-Tool Get information about the Slack workspace

Related servers

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

Questions about Android

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

Yes. The Android server exposes 7 destructive tools including delete-instance, Delete-Message-Tool, remove-container. 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 Android? +

The Android server has 65 write tools including Accessibility-Tool, Alert-Tool, App-Control-Tool. 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 Android.

How many tools does the Android MCP server expose? +

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

How do I enforce a policy on Android? +

Register the 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 Android tool call.

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

Instant setup, no code required.

119 Android 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.