relay-image-mcp
Related Servers
Alternatives to relay-image-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables image generation and editing through RelayOne API, supporting both Image2 and Gemini Banana providers with configurable models and reference images.6-
- FlicenseNot gradedqualityBmaintenanceEnables image generation and editing via third-party relay services. Returns local file paths and Markdown display hints.-
- FlicenseNot gradedqualityDmaintenanceEnables image generation and editing via OpenAI's gpt-image-1 model, with options for saving, format control, and transparency.-
- FlicenseAqualityDmaintenanceEnables AI-powered image generation and editing using Google Gemini models, with support for transparency, reference images, and flexible output sizes.2-
- AlicenseNot gradedqualityCmaintenanceEnables image generation and editing using laozhang.ai's OpenAI-compatible API, with tools for text-to-image and image-to-image transformations.MIT
- AlicenseAqualityCmaintenanceEnables image generation, editing, and composition using any OpenAI-compatible Images API within MCP clients, Dify, and n8n, delivering results as image blocks, structured fields, or resource links.4MIT
TDQS
Scored across 3 tools
Each tool maps to a distinct operation: generating/editing an image, inspecting an existing local image, and checking server status. There is no functional overlap or plausible confusion between them.
generate_image and inspect_image follow a clear verb_noun pattern, but status breaks that pattern by being a bare noun. The naming is otherwise consistent and predictable.
Three tools is well-scoped for a small image relay server. Each tool covers a necessary, distinct responsibility without unnecessary bloat or missing basics.
The surface covers image generation/editing, local image inspection, and configuration readiness, which is complete for the stated relay purpose. No obvious dead ends or missing lifecycle operations for this narrow domain.