Every image operation your agent needs, behind one connection.
Each tool below is a REST endpoint you can call from your own code and an MCP tool that appears in your agent’s tool list after a single config line. Same auth, same credit ledger, same request log.
Create
make something newgenerate_image8–30 crImage generation
Text-to-image and image-to-image with six aspect ratios and reference-image steering.
text to image · AI image generator API
generate_transparent_imagemodel + 8Transparent PNG generation
Generate the subject and cut it out in a single call, on a real alpha channel.
transparent PNG generator · sticker API
text_to_svg5 crText to SVG
Genuine vector paths for icons, logos, mascots, illustrations and patterns.
AI SVG generator · AI icon generator
Change
work on what existsedit_image~10 crImage editing
Inpaint, retouch, restyle, remove objects and re-frame — all from a sentence.
inpainting API · AI photo editor API
remove_background8 crBackground removal
Soft-alpha matting that survives hair, fur and semi-transparent edges.
background removal API · cutout API
upscale_image15 crUpscaling
Super-resolution at 2x, 4x or 8x, reconstructing detail instead of stretching it.
AI upscaler API · 4K super resolution
Ship
get it production-readyThree more tools that are not about pixels
The MCP server exposes eleven tools in total. These three are what let an agent behave responsibly — check the balance before it spends, read the model list before it guesses, and batch work instead of serialising it.
The tools compose, because the output is always a URL
Every call returns a hosted image URL, and every call accepts one as input. That single convention is what turns eight separate endpoints into a pipeline an agent can run end-to-end without ever holding bytes in memory.
Build the pipeline step by step →generate_imageprompt → draft.pngedit_imagedraft.png → fixed.pngremove_backgroundfixed.png → cutout.pngupscale_imagecutout.png → cutout@4x.pngcompress_imagecutout@4x.png → final.webpone prompt, one production asset, no human in the middle
Connect once. All eleven tools appear.
30 free credits every month, no card. Pick your client and the setup takes about two minutes.