Image Resizer — Resize, Convert PNG/JPEG/WebP
Image resize and format conversion API for AI agents. Resize images from URL: custom width/height, format conversion (PNG, JPEG, WebP), aspect ratio preservation, and quality control.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/image-resize
# Browse available tools
npx -y smithery tool list axel-belfort/image-resize
# Get full schema for a tool
npx -y smithery tool get axel-belfort/image-resize media_resize_image
# Call a tool
npx -y smithery tool call axel-belfort/image-resize media_resize_image '{}'Direct MCP Connection
Endpoint: https://image-resize--axel-belfort.run.tools
Tools (1)
media_resize_image— Use this when you need to resize an image from a URL or convert its format. Returns the resized image as base64 with me…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/image-resize