{"name":"com.beeimg/mcp","slug":"beeimg-mcp","title":"BeeIMG Image Hosting","description":"Upload, delete, and manage images on BeeIMG with albums, folders, privacy controls, and API access.","url":"https://mcp.market/server/beeimg-mcp","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"media","tags":["media"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:01:36.301Z","last_ok_at":"2026-09-20T20:01:36.301Z","latency_ms":423},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://beeimg.com/mcp-setup","version":"1.2.0","remotes":[{"type":"streamable-http","url":"https://beeimg.com/mcp"}],"packages":[],"tools":[{"name":"beeimg_premium_info","description":"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-large error to advise the user about upgrading.","write_action":false,"price_micros":0,"input_schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"create_album","description":"Create a new album. Returns the album ID to use with upload_url/upload_file albumid parameter.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","description":"Album title."},"apikey":{"type":"string","description":"Your BeeIMG API key."},"privacy":{"type":"string","enum":["public","unlisted","private","truly-private"],"description":"Privacy setting. Public (default), unlisted (hidden from search), private/truly-private (Premium only)."}},"required":["title","apikey"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"create_folder","description":"Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"main_album_id":{"type":"string","description":"Parent album ID (5 chars)."},"parent_id":{"type":"string","description":"Folder or album ID (5 or 9 chars) to place the folder in."},"name":{"type":"string","description":"Folder name (default \"New Folder\")."},"apikey":{"type":"string","description":"Your BeeIMG API key."}},"required":["main_album_id","parent_id","apikey"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"delete_image","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"image_id":{"type":"string","description":"The image ID to delete (the value of \"name\" in the upload response)."},"apikey":{"type":"string","description":"Your BeeIMG API key."},"delete_key":{"type":"string","description":"The deletion key returned with the upload response."}},"required":["image_id","apikey","delete_key"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"get_album","description":"Get album details, folders, and images. Use folder IDs from the folders array with upload_url/upload_file albumid parameter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Album ID (5 chars) or folder ID (9 chars)."},"apikey":{"type":"string","description":"Your BeeIMG API key."}},"required":["id","apikey"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"list_albums","description":"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 parameter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"apikey":{"type":"string","description":"Your BeeIMG API key."}},"required":["apikey"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"upload_file","description":"Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"image":{"type":"string","description":"The image as a data URI (e.g. data:image/png;base64,....) or raw base64."},"filename":{"type":"string","description":"Optional original filename (used to detect the extension and default title)."},"apikey":{"type":"string","description":"Your BeeIMG API key. Required for album uploads and all delete requests. Get it at https://beeimg.com/api/newkey"},"albumid":{"type":"string","description":"Album or folder ID to place the image in. Accepts both 5-char master album IDs and 9-char folder IDs."},"privacy":{"type":"string","enum":["public","private","truly-private"],"description":"public (default), private (unlisted - hidden from search but accessible via link), or truly-private (only you and admins can see it - Premium feature)."},"title":{"type":"string","description":"Optional title for the image."}},"required":["image"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"upload_url","description":"Upload an image to BeeIMG by fetching it from a remote URL. Returns the hosted image URL, thumbnail, view page, and delete URL.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Remote image URL to fetch and host."},"apikey":{"type":"string","description":"Your BeeIMG API key. Required for album uploads and all delete requests. Get it at https://beeimg.com/api/newkey"},"albumid":{"type":"string","description":"Album or folder ID to place the image in. Accepts both 5-char master album IDs and 9-char folder IDs."},"privacy":{"type":"string","enum":["public","private","truly-private"],"description":"public (default), private (unlisted - hidden from search but accessible via link), or truly-private (only you and admins can see it - Premium feature)."},"title":{"type":"string","description":"Optional title for the image."}},"required":["url"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T16:15:48.881Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:15:48.853Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1222ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 5 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://beeimg.com/mcp","reachable":true,"authRequired":false,"latencyMs":1222,"serverInfo":{"name":"beeimg-mcp","version":"1.2.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://i.beeimg.com/resources/icons/apple-touch-icon-120x120.png","source":"site","width":120,"height":120},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}