# Image Resize API MCP server

Resize images from URL â€” PNG, JPEG, WebP output. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-image-resize
- Repository: https://github.com/Br0ski777/image-resize-x402
- Website: https://github.com/Br0ski777/image-resize-x402

## Install
- Endpoint: https://image-resize.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://image-resize.api.klymax402.com/mcp

## Tools
- 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 metadata in JSON.

Returns: 1. image (base64-encoded data) 2. originalWidth and originalHeight 3. newWidth and newHeight 4. format (png/jpeg/webp) 5. fileSizeBytes.

Example output: {"image":"iVBORw0KGgo...","originalWidth":1920,"originalHeight":1080,"newWidth":800,"newHeight":450,"format":"webp","fileSizeBytes":24500}

Use this FOR creating thumbnails, optimizing images for web, preparing social media images, resizing for email templates, and batch image processing.

Do NOT use for OCR text extraction -- use media_extract_text_from_image instead. Do NOT use for QR code generation -- use utility_generate_qr_code instead. Do NOT use for screenshots -- use capture_screenshot instead. Endpoint: https://image-resize.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
