
mcp
Generate images with any major model — one API key, one prepaid balance, one MCP.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Generate images with any major model — one API key, one prepaid balance, one MCP.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| generate_image | Generate an image from a text prompt. Returns a hosted URL plus cost and balance. Slow models (mode "async" in list_models) return a j_… job id instead — poll it with check_job. |
| edit_image | Edit a previously generated image by its img_… id with a natural-language instruction. |
| render_template | Render a typeset card from a template — a finished, on-brand social image (quote card, post card) in about two seconds. Cheaper and more legible than generating type with a model. Get the templates and their slots from list_templates. |
| upload_asset | Upload an image (PNG or JPEG, ≤5 MB) as a reusable asset — an avatar for a card, for example. Returns an ast_… id to pass into a template slot. |
| list_models | List available image models with pricing and latency. |
| list_templates | List card templates with their slots, style axes and exact price. |
| get_balance | Show the current prepaid balance in USD. |
| check_job | Check an async generation job by its j_… id. Slow models (mode "async" in list_models) return a job instead of an image — poll this until it succeeds or fails. |