← Registry
Content Tools
pictomancer.ai
Provides image manipulation capabilities including format conversion, resizing, compression, and analysis.
ENDPOINT 1
https://api.pictomancer.ai/mcp
Known tools 7
get_format_infoGet supported formats and options Returns supported output formats and their configurable options.
analyze_imageAnalyze an image Fetch an image from a URL or base64 and return its metadata (size in bytes).
resize_imageResize an image Scale an image by a factor.
compress_imageCompress an image Re-encode an image with quality/format options to reduce file size.
convert_imageConvert image format Convert an image to a different format (jpeg, png, webp, tiff, gif).
crop_imageCrop an image Extract a rectangular region from an image.
image_pipelineRun a multi-step image pipeline Chain multiple operations (resize, compress, convert, crop) in sequence.