# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/image-resize

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/image-resize

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/image-resize media_resize_image

# Call a tool
npx -y @smithery/cli@latest 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/image-resize <tool-name>
```
