BI
BeeIMG Image Hosting
8 endpointsliveUpload, delete, and manage images on BeeIMG. Supports URL and file uploads with premium plan info. (MCP server com.beeimg/mcp, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for BeeIMG Image Hosting.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Upload Image by URL /upload_url verified | Upload an image to BeeIMG by fetching it from a remote URL. Returns the hosted image URL, thumbnail, view page, and delete URL. | $0.0020 per call | unknown |
| Upload Image File /upload_file verified | Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL. | $0.0020 per call | unknown |
| Delete Image /delete_image verified | Delete an image hosted on BeeIMG using its image ID, your API key, and the delete key returned at upload time. Returns OK or ERROR. | $0.0020 per call | unknown |
| Premium Plan Info /beeimg_premium_info verified | Returns the current BeeIMG free-plan limits, premium perks, and upgrade links. Call this when an upload fails with a rate limit, storage limit, or file-too-larg | $0.0020 per call | unknown |
| List Albums /list_albums verified | List all albums owned by the authenticated user. Returns album IDs, titles, privacy, and view counts. Use album IDs with upload_url/upload_file albumid paramete | $0.0020 per call | unknown |
| Create Album /create_album verified | Create a new album. Returns the album ID to use with upload_url/upload_file albumid parameter. | $0.0020 per call | unknown |
| Get Album Details /get_album verified | Get album details, folders, and images. Use folder IDs from the folders array with upload_url/upload_file albumid parameter. | $0.0020 per call | unknown |
| Create Folder in Album /create_folder verified | Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter. | $0.0020 per call | unknown |