mcpserver.lol
registry/image-processing
Connection check verified live · 20h ago

image-processing

Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

10 tools

Read from the running server on 20h ago.

analyze_image source*
Analyze an image Fetch an image from a URL or base64 and return its metadata: size in bytes, pixel dimensions, source format, and what it costs every supported vision model in tok…
compress_image qstripformatsource*autorotdenoise +4
Compress an image Re-encode an image with quality/format options to reduce file size. Supports jpeg, png, webp, tiff, gif. Instead of a q number you can set quality_target (0-1]:…
convert_image qstripeffortformat*source*autorot +6
Convert image format Convert an image to a different format (jpeg, png, webp, tiff, gif, avif). Optionally set quality, strip metadata, enable lossless mode (webp, avif), or tune…
crop_image xytrimwidthformatheight +8
Crop an image Extract a rectangular region from an image, in one of three mutually exclusive modes. Manual: give the top-left corner (x, y) and dimensions (width, height) in pixel…
estimate_cost formatoperation*operationsinput_bytes*quality_target
Estimate the price of an operation Returns the exact USD price this API would charge for an operation on an input of the given size, without fetching or processing anything. Free.…
get_format_info
Get supported formats and options Returns supported output formats and their configurable options. ### Responses: **200**: Successful Response (Success Response) Content-Type: a…
image_pipeline source*deliveryoperations*
Run a multi-step image pipeline Chain multiple operations (resize, compress, convert, crop) in sequence. The image is fetched once, then each operation is applied to the output of…
optimize_for_vision qformatsource*deliverymax_tokenstarget_model*
Resize an image for a vision model Resize an image to the largest size a given vision model still benefits from, and report what it costs that model in tokens before and after. Ev…
optimize_generated_image qstripformatsource*deliverymax_dimension +1
Optimize an AI-generated image for the web The step after image generation. gpt-image, DALL-E, Flux, Midjourney and Stable Diffusion hand back 2-8 MB PNGs; this returns the same p…
resize_image scalewidthformatheightsource*autorot +7
Resize an image Scale an image by a factor, or fill an exact box. Use 'scale' for uniform scaling, or 'scale_x'/'scale_y' for independent axes (float factors, e.g. 0.5 = half size…