@lsadecrypt/mcp
v1.0.325
Published
MCP server for MIUI Decrypt — decrypt .lsa/.lsav encrypted gallery files from Xiaomi devices via AI agents
Downloads
518
Readme
MIUI Decrypt MCP Server
MCP server for LSA Decrypt — decrypt .lsa and .lsav encrypted gallery files from Xiaomi devices.
Tools
| Tool | Description |
|------|-------------|
| get_upload_url | Get a presigned S3 upload URL for an encrypted file |
| upload_file_to_s3 | Upload file to S3 (via path or base64) |
| upload_file_for_decryption | Start async decryption job |
| check_decryption_status | Poll decryption progress (real-time SSE) |
| fetch_media_file | Download a decrypted media file (50 MB limit) |
| get_pricing | Get current pricing and credit packages |
| create_checkout_session | Create a Stripe checkout session |
| purchase_original_file | Purchase the original-quality decrypted file |
| get_original_file | Get download URL for purchased original file |
| get_user_files | List user's files with optional filters |
| batch_decrypt_info | Info about batch decryption |
Connection
URL: https://mcp.lsadecrypt.online/mcp
Transport: Streamable HTTP
Auth: OAuth 2.0 (authorization_code + PKCE, or client_credentials)Quick Start
{
"mcpServers": {
"miui-decrypt": {
"url": "https://mcp.lsadecrypt.online/mcp"
}
}
}