Android Forensics ADB MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| capture_logcatA | Capture Android system logs (logcat). Critical for understanding device activity and app behavior. Args: output_file: Path to save the logcat output device_id: Optional device serial number lines: Number of log lines to capture (default 10000) filter_spec: Optional logcat filter (e.g., "*:W" for warnings+) include_timestamps: Include timestamps in output |
| capture_dmesgA | Capture kernel ring buffer (dmesg). Contains hardware events, driver messages, and security-related logs. Args: output_file: Path to save dmesg output device_id: Optional device serial number Note: May require root access on some devices. |
| check_root_statusA | Comprehensive root/jailbreak detection. Checks multiple indicators of device rooting. Args: device_id: Optional device serial number |
| get_installed_packagesA | Get list of all installed packages with details. Essential for identifying installed applications. Args: device_id: Optional device serial number include_system: Include system apps output_file: Optional path to save results as JSON |
| dump_system_settingsA | Dump all system settings (secure, system, global). Reveals device configuration, security settings, and user preferences. Args: device_id: Optional device serial number output_file: Optional path to save results as JSON |
| analyze_network_connectionsA | Analyze active network connections and configuration. Identifies connected networks, open ports, and suspicious connections. Args: device_id: Optional device serial number output_file: Optional path to save results as JSON |
| get_running_processesA | Get list of running processes. Identifies active applications and background services. Args: device_id: Optional device serial number output_file: Optional path to save results as JSON |
| extract_with_rootA | Extract files using root privileges. Bypasses Android security restrictions for forensic acquisition. Args: remote_path: Path on device (e.g., /data/data/com.whatsapp) local_path: Local destination path device_id: Optional device serial number Warning: Requires rooted device. May trigger security alerts. |
| analyze_partition_infoA | Analyze device partitions and mount points. Essential for understanding device storage layout. Args: device_id: Optional device serial number output_file: Optional path to save results as JSON |
| get_account_infoA | Get registered accounts on the device. Identifies Google, social media, and other linked accounts. Args: device_id: Optional device serial number output_file: Optional path to save results as JSON |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0x-Professor/DroidForensics-Suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server