MCP server for Insta360 cloud — browse, download, and manage media
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"insta360-cloud-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# insta360-cloud-mcp [](https://pypi.org/project/insta360-cloud-mcp/) [](https://opensource.org/licenses/MIT) MCP server for Insta360 cloud storage — browse, download, and manage your 360 media from any MCP client. ## Features - **list_media** — Fetch all media from your Insta360 cloud (auto-paginated) - **get_download_urls** — Get download URLs for a specific media item - **download_media** — Download all files for a specific media item - **download_all** — Download your entire Insta360 cloud library - **delete_media** — Move media items to the recycle bin ## Prerequisites - An [Insta360](https://www.insta360.com/) account with cloud storage - [uv](https://docs.astral.sh/uv/) installed ## Quick Start (uvx) Add to your MCP client config (e.g. `claude_desktop_config.json` or `.claude/mcp_servers.json`): ```json { "mcpServers": { "insta360": { "command": "uvx", "args": ["insta360-cloud-mcp"], "env": { "INSTA360_EMAIL": "your-email@example.com", "INSTA360_PASSWORD": "your-password" } } } } ``` ## Quick Start (from source) ```bash git clone https://github.com/alfari16/insta360-cloud-mcp.git cd insta360-cloud-mcp ``` Then configure your MCP client: ```json { "mcpServers": { "insta360": { "command": "uv", "args": ["run", "--directory", "/path/to/insta360-cloud-mcp", "insta360-cloud-mcp"], "env": { "INSTA360_EMAIL": "your-email@example.com", "INSTA360_PASSWORD": "your-password" } } } } ``` ## Environment Variables | Variable | Description | |---|---| | `INSTA360_EMAIL` | Your Insta360 account email | | `INSTA360_PASSWORD` | Your Insta360 account password (MD5-hashed internally by the server) | ## Tools Reference | Tool | Parameters | Description | |---|---|---| | `list_media` | `last_update_position?` | Fetch all media items, auto…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.