
Image Resize API
Let your coding agent resize remote images to PNG, JPEG, or WebP without shipping a local image pipeline.
Overview
io.github.Br0ski777/image-resize is a MCP server for the Build phase that resizes images from URLs into PNG, JPEG, or WebP via a remote SSE endpoint with x402 micropayment.
What is this MCP server?
- Resize images from a URL without downloading tooling into your repo
- Output formats: PNG, JPEG, and WebP
- Remote MCP over SSE at image-resize.api.klymax402.com
- x402 micropayment for pay-per-use API calls
- Server schema version 1.1.0 with GitHub source image-resize-x402
- MCP server version 1.1.0
- 3 output formats: PNG, JPEG, WebP
- 1 remote SSE endpoint: image-resize.api.klymax402.com/mcp
What problem does it solve?
You have image URLs in a project but no quick, agent-callable way to produce correctly sized WebP or JPEG assets without local scripts or image workers.
Who is it for?
Indie builders who want agents to normalize hero images, thumbnails, or blog assets from URLs during frontend or content passes.
Skip if: Teams that need private on-prem processing, batch libraries, or a full image CDN with caching and SLA guarantees.
What do I get? / Deliverables
Your agent can request resized images in common formats from remote URLs through MCP, so you ship UI-ready assets faster without maintaining resize infrastructure yourself.
- Agent-triggered resized images in PNG, JPEG, or WebP
- Consistent dimensions for UI and marketing assets from source URLs
Recommended MCP Servers
Journey fit
Asset sizing for UIs, thumbnails, and marketing pages happens while you are building product surfaces, not during idea research. Frontend and content workflows need correctly dimensioned images from URLs before you wire layouts, OG tags, or storefront galleries.
How it compares
Remote image-resize MCP integration with x402 billing, not a local Sharp skill or storage CDN.
Common Questions / FAQ
Who is io.github.Br0ski777/image-resize for?
Solo and indie builders using MCP-enabled agents who need quick URL-to-resized-image conversion in PNG, JPEG, or WebP during product build.
When should I use io.github.Br0ski777/image-resize?
Use it while building pages, storefronts, or docs when you have public image URLs and need consistent dimensions or formats before deploy.
How do I add io.github.Br0ski777/image-resize to my agent?
Add the remote MCP server URL https://image-resize.api.klymax402.com/mcp (SSE) in your agent’s MCP settings, then ensure x402 micropayment is configured for paid calls per the server docs.