# imageupload.io - Private Image Hosting with MCP for AI Agents ## What it is imageupload.io is a privacy-first image hosting service. Upload images, get direct links. Features include self-destructing (burn-after-reading) links, password protection, view limits, automatic EXIF metadata stripping, and folder organization. ## Key differentiator First image host with a native MCP (Model Context Protocol) server. AI agents (Claude, Cursor, Windsurf) can upload, organize, and share images autonomously via the @imageupload/mcp npm package. ## Plans - Free: 500 MB storage, 10 API uploads/month, 25 MB max file - Starter ($5/mo): 5 GB storage, 50 API uploads/month, no expiration - Pro ($12/mo): 50 GB storage, unlimited API, custom links, analytics, galleries - Business ($29/mo): 500 GB storage, 100 MB max file, priority CDN, dedicated support ## API REST API: POST https://imageupload.io/api/upload with Bearer token auth. MCP: npx -y @imageupload/mcp (7 tools: upload_image, list_images, get_image, delete_image, list_folders, create_folder, get_quota) ## Links - Homepage: https://imageupload.io - Documentation: https://imageupload.io/docs - Free image hosting: https://imageupload.io/free-image-hosting - Temporary image hosting: https://imageupload.io/temporary-image-hosting - Anonymous image hosting: https://imageupload.io/anonymous-image-hosting - Image upload API guide: https://imageupload.io/image-upload-api - EXIF metadata checker: https://imageupload.io/tools/exif-remover - Trust center: https://imageupload.io/trust - Public API and MCP examples: https://github.com/zeyaduk/imageupload-examples - Pricing: https://imageupload.io/pricing - Blog: https://imageupload.io/blog - Contact: https://imageupload.io/contact