MCPollinations Multimodal MCP Server

by pinkpixel-dev
Verified

generateImageUrl

Create an image URL from a text prompt using customizable height, width, model, and enhancement options for tailored visual outputs.

Instructions

Generate an image URL from a text prompt

Input Schema

NameRequiredDescriptionDefault
enhanceNoWhether to enhance the prompt using an LLM before generating (default: true)
heightNoHeight of the generated image (default: 1024)
modelNoModel name to use for generation (default: "flux"). Available options: "flux", "sdxl", "sd3", "sd15", "flux-schnell", "flux-dev"
promptYesThe text description of the image to generate
safeNoWhether to apply content filtering (default: false)
seedNoSeed for reproducible results (default: random)
widthNoWidth of the generated image (default: 1024)

Input Schema (JSON Schema)

{ "properties": { "enhance": { "description": "Whether to enhance the prompt using an LLM before generating (default: true)", "type": "boolean" }, "height": { "description": "Height of the generated image (default: 1024)", "type": "number" }, "model": { "description": "Model name to use for generation (default: \"flux\"). Available options: \"flux\", \"sdxl\", \"sd3\", \"sd15\", \"flux-schnell\", \"flux-dev\"", "type": "string" }, "prompt": { "description": "The text description of the image to generate", "type": "string" }, "safe": { "description": "Whether to apply content filtering (default: false)", "type": "boolean" }, "seed": { "description": "Seed for reproducible results (default: random)", "type": "number" }, "width": { "description": "Width of the generated image (default: 1024)", "type": "number" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from MCPollinations Multimodal MCP Server

Related Tools

ID: 8oz8ip3g3o