Agent Tools
Back to MCP servers
● healthy

Decrypt `.lsa` / `.lsav` encrypted media files from Xiaomi MIUI Gallery via AI agents. ## Tools (11) | Tool | What it does | |------|-------------| | `get_upload_url` | Get presigned S3 URL to upload encrypted files | | `upload_file_to_s3` | Upload `.lsa`/`.lsav` binary to S3 (local file or base64) | | `upload_file_for_decryption` | Trigger decryption pipeline | | `check_decryption_status` | Poll job progress (0–100%), returns preview URL when done | | `fetch_media_file` | Download preview/original as base64 | | `get_pricing` | View credit pack pricing | | `create_checkout_session` | Create Stripe checkout for credit packs | | `purchase_original_file` | Buy unwatermarked original of a decrypted file | | `get_original_file` | Get download URL after purchase | | `get_user_files` | List decrypted files with pagination/filtering | | `batch_decrypt_info` | Info on batch decryption via web UI | ## Auth OAuth 2.1 with PKCE (S256) — `authorization_code` + `client_credentials` grants. Auto-registration of transient clients. ## Limits - File size: **50 MB max** - Session TTL: **30 minutes** - Token validity: **60 minutes** ## Integration ```json { "mcpServers": { "miuidecrypt": { "url": "https://mcp.lsadecrypt.online/mcp" } } } ``` Supports **OpenCode**, **Claude Code**, and **Codex (OpenAI)**. Homepage → https://lsadecrypt.online

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/tambovchanin/lsa-lsav-decrypt/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/tambovchanin/lsa-lsav-decrypt/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://lsadecrypt.online
Listed at (smithery)
https://lsadecrypt.online