8 image tools · 11 MCP tools total · one API key

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.

Three 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 →
1generate_imageprompt → draft.png
2edit_imagedraft.png → fixed.png
3remove_backgroundfixed.png → cutout.png
4upscale_imagecutout.png → cutout@4x.png
5compress_imagecutout@4x.png → final.webp

one 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.