A
licenseA
qualityD
maintenanceAn MCP server that generates and edits images using OpenAI's GPT Image model, allowing users to create images from text descriptions and edit existing images through natural language.
1
7 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool serves a clearly distinct purpose: pricing lookup, edit image, task polling, authentication, and text-to-image. No overlap or ambiguity.
Most tools follow a verb_noun pattern (check_pricing, edit_image, get_task), but 'login' is a single verb, which is a minor deviation from the pattern. Still fairly consistent.
With 5 tools, the server is well-scoped for its purpose. It covers essential operations without being too sparse or bloated.
Covers core workflows: auth, pricing, two generation types, and task retrieval. Minor gaps like lacking a cancel or list tasks tool, but overall sufficient for typical usage.