📰 Yukisbox News & Product Updates

Changelogs, Releases, Roadmap & Announcements

Track everything new happening with Yukisbox — from major SDK releases and Model Context Protocol (MCP) toolchains to high-speed Telegram streaming performance upgrades.

Filter:
Release v1.0.0 MCP Protocol

Official PyPI Package Launch & Autonomous MCP Server

Aug 23, 2026

Developers and AI agents can now interact with Yukisbox natively without writing boilerplate HTTP clients:

  • Official PyPI Package: Run pip install yukisbox on any OS (Linux, macOS, Windows). Built purely with the Python standard library (zero third-party dependencies).
  • Model Context Protocol (MCP) Server: Published native Streamable HTTP and SSE transport at /mcp and /mcp/sse, enabling Claude Desktop, Cursor, and autonomous toolchains to upload and convert files out-of-the-box.
  • One-Line Bash Installer: Added curl -sSL https://yukiapi.site/install.sh | bash for automated server setup.
  • Interactive Install Portal: Launched /install with copy-paste snippets for pip, curl, docker, and standalone python.
Feature

Public Telegram Media Converter & Instant Video Range Seeking

Aug 20, 2026

Major upgrades to our Telegram importer engine:

  • Direct Post Conversion: Convert any public Telegram post (e.g. https://t.me/channel/123) into high-speed permanent download links up to 2GB via POST /v1/upload-telegram.
  • HTTP Range Seeking: Full byte-range request support (206 Partial Content), allowing users to seek forward/backward in 1080p and 4K videos instantly without waiting for the full file to buffer.
  • Media Security Guard: Automated blocking of executable attachments (.exe, .scr, .jar) to keep viewers safe.
Pastebin

Instant Code Pastebin with CORS-Enabled Raw Endpoints

Aug 15, 2026

Yukisbox is now more than just a file host — it's a full-featured developer pastebin:

  • Text & Code Hosting: Pipe terminal outputs or scripts directly with curl -F "text=..." /upload-text.
  • Raw Endpoints: View plain text via https://yukiapi.site/raw/{uid} with full CORS support for fetching configurations into serverless apps and Docker containers.
  • Syntax Highlighting: Code viewer with language auto-detection for Python, JavaScript, Shell, JSON, YAML, and Markdown.
Security

Zero-Logs Privacy Policy & Self-Destruct Timers

Aug 10, 2026

Strengthened our privacy and data protection infrastructure:

  • Zero IP Logs: Yukisbox does not store, index, or sell client IP addresses.
  • Burn-After-Reading: Set max_downloads=1 to automatically delete confidential files immediately after the first download.
  • AES Password Encryption: Optional password protection for sensitive documents and files.