Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

ai.pictomancer/image-processing

ai.pictomancer/image-processing

Image processing for AI agents. Resize, convert, compress, and pipeline images.

Uptime
25.0%
40 probes
Response
255ms
last probe
Tools
7
callable

Tools · 7

get_format_info

Get supported formats and options Returns supported output formats and their configurable options. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json

analyze_image

Analyze an image Fetch an image from a URL or base64 and return its metadata (size in bytes). Always free. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/j…

resize_image

Resize an image Scale an image by a factor. Use 'scale' for uniform scaling, or 'scale_x'/'scale_y' for independent axes. Values are float factors (e.g. 0.5 = half size). ### Responses: **200**: Pr…

compress_image

Compress an image Re-encode an image with quality/format options to reduce file size. Supports jpeg, png, webp, tiff, gif. ### Responses: **200**: Processed image binary (Success Response) Content-…

convert_image

Convert image format Convert an image to a different format (jpeg, png, webp, tiff, gif). Optionally set quality, strip metadata, or enable lossless mode (webp). ### Responses: **200**: Processed i…

crop_image

Crop an image Extract a rectangular region from an image. Specify the top-left corner (x, y) and the dimensions (width, height) in pixels. ### Responses: **200**: Processed image binary (Success Re…

image_pipeline

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 the previous one. M…

Similar MCP servers embedding-nearest

io.github.onepunchtechnology/glassypic
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
0 tools · streamable-http
api.pictomancer.ai
x402-compatible service at https://api.pictomancer.ai [x402: $0.0/call on base, category=other]
0 tools · http
ai.filegraph/document-processing live
Extract text from documents, manipulate PDFs, and perform OCR on images.
9 tools · sse
io.github.j-east/pixel-surgeon
AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.
0 tools
Photography AI
Python MCP server for photography analysis and image processing tools.
0 tools
Magick Convert (ImageMagick)
Integrates with ImageMagick's CLI to enable image processing and manipulation tasks like resizing, format conversion, and applying filters o
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.pictomancer/image-processing": {
      "url": "https://api.pictomancer.ai/mcp",
      "transport": "streamable-http"
    }
  }
}