Connection check
verified live · 20h ago
beeimg-mcp
Upload, delete, and manage images on BeeIMG. Supports URL and file uploads with premium plan info.
Tools
8
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
8 toolsRead from the running server on 20h ago.
beeimg_premium_info
read-only
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 th… 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.
create_album
title*apikey*privacy
Create a new album. Returns the album ID to use with upload_url/upload_file albumid parameter. Create a new album. Returns the album ID to use with upload_url/upload_file albumid parameter.
create_folder
nameapikey*parent_id*main_album_id*
Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter. Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter.
delete_image
can modify data
apikey*image_id*delete_key*
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. 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.
get_album
read-only
id*apikey*
Get album details, folders, and images. Use folder IDs from the folders array with upload_url/upload_file albumid parameter. Get album details, folders, and images. Use folder IDs from the folders array with upload_url/upload_file albumid parameter.
list_albums
read-only
apikey*
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. 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.
upload_file
image*titleapikeyalbumidprivacyfilename
Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL. Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL.
upload_url
url*titleapikeyalbumidprivacy