|
| 1 | +{ |
| 2 | + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", |
| 3 | + "name": "io.github.androidgolab/binder-mcp", |
| 4 | + "title": "binder-mcp", |
| 5 | + "description": "Android device automation via Binder IPC — 132 tools for AI agents", |
| 6 | + "version": "0.1.0", |
| 7 | + "websiteUrl": "https://github.com/AndroidGoLab/binder", |
| 8 | + "repository": { |
| 9 | + "url": "https://github.com/AndroidGoLab/binder", |
| 10 | + "source": "github" |
| 11 | + }, |
| 12 | + "packages": [ |
| 13 | + { |
| 14 | + "registryType": "oci", |
| 15 | + "identifier": "ghcr.io/androidgolab/binder-mcp:latest", |
| 16 | + "transport": { |
| 17 | + "type": "stdio" |
| 18 | + } |
| 19 | + } |
| 20 | + ], |
| 21 | + "tools": [ |
| 22 | + {"name": "list_services", "description": "Enumerate all binder services"}, |
| 23 | + {"name": "get_service_info", "description": "Descriptor, handle, liveness for a service"}, |
| 24 | + {"name": "call_method", "description": "Invoke raw binder transactions"}, |
| 25 | + {"name": "get_device_info", "description": "Power, display, thermal status"}, |
| 26 | + {"name": "take_screenshot", "description": "Capture device screen as PNG"}, |
| 27 | + {"name": "get_location", "description": "GPS/fused location"}, |
| 28 | + {"name": "shell_exec", "description": "Execute a shell command on-device"}, |
| 29 | + {"name": "tap", "description": "Tap at screen coordinates"}, |
| 30 | + {"name": "swipe", "description": "Swipe between two points"}, |
| 31 | + {"name": "input_text", "description": "Type text into focused field"}, |
| 32 | + {"name": "press_key", "description": "Press a hardware/software key"}, |
| 33 | + {"name": "launch_app", "description": "Launch an app by package name"}, |
| 34 | + {"name": "stop_app", "description": "Force-stop an application"}, |
| 35 | + {"name": "install_app", "description": "Install an APK"}, |
| 36 | + {"name": "list_packages", "description": "List installed packages"}, |
| 37 | + {"name": "get_battery_info", "description": "Battery level, health, temperature"}, |
| 38 | + {"name": "get_network_info", "description": "WiFi, mobile data, IP addresses"}, |
| 39 | + {"name": "get_display_size", "description": "Screen resolution"}, |
| 40 | + {"name": "set_wifi_enabled", "description": "Enable or disable WiFi"}, |
| 41 | + {"name": "set_brightness", "description": "Set screen brightness"}, |
| 42 | + {"name": "dump_ui_hierarchy", "description": "Dump current UI tree as XML"}, |
| 43 | + {"name": "find_ui_element", "description": "Find UI element by selector"}, |
| 44 | + {"name": "click_ui_element", "description": "Click a UI element by selector"}, |
| 45 | + {"name": "get_logcat", "description": "Read device log buffer"}, |
| 46 | + {"name": "check_permissions", "description": "SELinux context and service accessibility"}, |
| 47 | + {"name": "get_clipboard", "description": "Read clipboard contents"}, |
| 48 | + {"name": "set_clipboard", "description": "Set clipboard contents"}, |
| 49 | + {"name": "push_file", "description": "Push a file to device"}, |
| 50 | + {"name": "pull_file", "description": "Pull a file from device"}, |
| 51 | + {"name": "reboot_device", "description": "Reboot the device"}, |
| 52 | + {"name": "get_current_app", "description": "Get foreground activity/package"}, |
| 53 | + {"name": "list_cameras", "description": "List available camera devices"} |
| 54 | + ] |
| 55 | +} |
0 commit comments