← MCP Catalog

android_open_uri

Opens a URI using Android's `ACTION_VIEW`. Handles `https://`, `http://`, `tel:`, `mailto:`, `geo:`, `content://` URLs, deep links, and custom app schemes (e.g., `whatsapp://send?phone=...`).

MCPAndroid AuthorizationOAuth on device

Parameters

uristring · required

The URI to open

package_namestring

Force a specific app to handle the URI

mime_typestring

MIME type hint (useful for content:// URIs)