MCP server for local image tools by RoundCut: circle crop, crop, resize, compress and convert JPG, PNG, WebP and AVIF with sharp. No network, no accounts.
Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
image_infoRead format, dimensions, alpha and EXIF orientation of a local image file. Call it first when the user asks what an image is, or before picking crop or resize numbers.Read format, dimensions, alpha and EXIF orientation of a local image file. Call it first when the user asks what an image is, or before picking crop or resize numbers.
No input schema was published for this tool.
circle_cropMake a round profile picture: center-square crop plus a circular transparent mask. png (default), webp and avif keep the transparent corners; jpeg flattens them onto a background color. Use when the user wants a round avatar or profile photo (Discord, Slack, LinkedIn, WhatsApp, GitHub) from a local…Make a round profile picture: center-square crop plus a circular transparent mask. png (default), webp and avif keep the transparent corners; jpeg flattens them onto a background color. Use when the user wants a round avatar or profile photo (Discord, Slack, LinkedIn, WhatsApp, GitHub) from a local…
No input schema was published for this tool.
crop_imageCrop to a pixel box (left, top, width, height) or to a centered aspect ratio such as 1:1, 4:5 or 16:9. Use when the user wants part of an image or a fixed ratio (square post, 4:5 portrait, 16:9 banner); for a round avatar use circle_crop.Crop to a pixel box (left, top, width, height) or to a centered aspect ratio such as 1:1, 4:5 or 16:9. Use when the user wants part of an image or a fixed ratio (square post, 4:5 portrait, 16:9 banner); for a round avatar use circle_crop.
No input schema was published for this tool.
resize_imageResize by width, height or percent. Keeps the aspect ratio (fit=inside) and never enlarges unless enlarge=true. Lanczos3 resampling. Use when the user gives target pixel dimensions or wants an image physically smaller or larger; for a lighter file at the same size use compress_image.Resize by width, height or percent. Keeps the aspect ratio (fit=inside) and never enlarges unless enlarge=true. Lanczos3 resampling. Use when the user gives target pixel dimensions or wants an image physically smaller or larger; for a lighter file at the same size use compress_image.
No input schema was published for this tool.
compress_imageSmaller file, same format. jpg/webp/avif re-encode at `quality` (default 80, mozjpeg for jpg); png is recompressed losslessly. Use when the user needs a lighter file (an upload size limit, a faster web page) without changing format or dimensions.Smaller file, same format. jpg/webp/avif re-encode at `quality` (default 80, mozjpeg for jpg); png is recompressed losslessly. Use when the user needs a lighter file (an upload size limit, a faster web page) without changing format or dimensions.
No input schema was published for this tool.
convert_imageConvert between jpeg, png, webp and avif (the input may also be GIF, TIFF or HEIC). Transparency is kept except for jpeg, which is flattened onto `background`. Use when the user needs another file type, e.g. an iPhone HEIC to JPG, PNG to WebP for the web, or any image to AVIF.Convert between jpeg, png, webp and avif (the input may also be GIF, TIFF or HEIC). Transparency is kept except for jpeg, which is flattened onto `background`. Use when the user needs another file type, e.g. an iPhone HEIC to JPG, PNG to WebP for the web, or any image to AVIF.
No input schema was published for this tool.
roundcut_web_toolsLinks to the RoundCut browser tools for what this server does not do locally: AI background removal, AI upscaling, batch conversion and image-to-PDF. Free, 29 languages. Call it when the user asks for one of those, so you can point to a working tool instead of declining.Links to the RoundCut browser tools for what this server does not do locally: AI background removal, AI upscaling, batch conversion and image-to-PDF. Free, 29 languages. Call it when the user asks for one of those, so you can point to a working tool instead of declining.
No input schema was published for this tool.
7 of 7 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for local image tools by RoundCut: circle crop, crop, resize, compress and convert JPG, PNG, WebP and AVIF with sharp. No network, no accounts.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
Not followed: optionalDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.