
mcp
Generate images with any major model — one API key, one prepaid balance, one MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Generate images with any major model — one API key, one prepaid balance, one MCP.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |