Skip to main content
Glama
zhizhuodemao

Android Proxy MCP

by zhizhuodemao

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
proxy_status

获取代理服务器状态。注意:需要先在终端运行 'uv run android-proxy-start' 启动代理。

get_cert_info

获取 CA 证书信息和安装指南。抓取 HTTPS 流量需要在设备上安装此证书。

traffic_list

列出捕获的 HTTP/HTTPS 流量。支持按域名、类型、状态码、URL 筛选。

traffic_get_detail

获取单个请求的元数据(请求头、响应头、参数等)。注意:不包含请求体和响应体内容,使用 traffic_read_body 读取。

traffic_search

搜索流量内容。可搜索 URL、请求头、请求体、响应头、响应体。返回匹配的片段而非完整内容。

traffic_read_body

分片读取请求体或响应体。用于查看大内容,支持分页读取。

traffic_clear

清空所有捕获的流量

android_list_devices

列出所有连接的 Android 设备

android_get_device_info

获取指定 Android 设备的详细信息(型号、版本、是否 root 等)

android_setup_proxy

在 Android 设备上设置 HTTP 代理。注意:此方式对部分应用可能无效,建议在 Wi-Fi 设置中手动配置。

android_clear_proxy

清除 Android 设备上的代理设置

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/zhizhuodemao/android_proxy_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server