Skip to content
Back to search
90
MCP v1.1.0 sse

Image Resize API

io.github.Br0ski777/image-resize

Resize images from URL — PNG, JPEG, WebP output. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
163ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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 metadata in JSON. Returns: 1. image (base64-encoded data) 2. originalWidth and ori…

How to use

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

{
  "mcpServers": {
    "image_resize_api": {
      "url": "https://image-resize.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}