Binary File Support
Undisk MCP handles binary files natively over MCP. Write binary content as base64 withencoding: "base64"; read responses return base64 plus a mimeType hint.
File size and transfer limits
- Max stored file size per plan: Free/Pro 10 MB, Team 100 MB, Enterprise custom (up to platform cap).
- Max single MCP request body: 16 MiB.
read_filetext pagination threshold: content over ~10 KB is truncated and paginated.- Staged upload (
upload_session) max: 256 MB per file.