Imejis
Server Details
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 39 days
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- MediaAssist/imejis-mcp
- GitHub Stars
- 0
- Server Listing
- imejis-mcp
TDQS
Scored across 37 tools
Each tool targets a distinct resource or action (design, template, font, file, API key, workspace, quota, credits, subscription, etc.), and even the render-related tools (export_design, preview_design, get_render_url) are clearly differentiated by purpose and output. There is no ambiguity between tool responsibilities.
All tool names follow the consistent verb_noun pattern in snake_case (e.g., create_design, list_templates, deactivate_api_key). No mixing of conventions or ambiguous verbs.
With 37 tools, the count is on the higher side, fitting into the 'heavy' range (>25). While the domain of a design platform may justify many operations, the number could be slightly overwhelming for an agent, especially with many list tools and niche credit/subscription features.
The tool set covers CRUD for designs, fonts, files, and API keys, plus templates (read-only but copyable), render/export, quota, credits, and subscription info. Minor gaps exist (e.g., no tool to create/delete templates, no workspace member management), but these are not critical for core workflows.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
18 tool updates
- Changed
activate_api_key1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "active": { + "type": "boolean" + } + }, + "type": "object" +}
- Changed
create_api_key1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "active": { + "type": "boolean" + }, + "key": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
create_design1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
create_design_from_template1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
deactivate_api_key1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "active": { + "type": "boolean" + } + }, + "type": "object" +}
- Changed
delete_api_key1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + } + }, + "type": "object" +}
- Changed
delete_design1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
delete_file1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + } + }, + "type": "object" +}
- Changed
delete_font1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + } + }, + "type": "object" +}
- Changed
duplicate_design1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
get_api_usage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "data": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + } + }, + "type": "object" +}
- Changed
get_design1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
get_design_render_config1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "data": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "render": { + "type": "string" + } + }, + "type": "object" +}
- Changed
get_render_url1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "dynamicFields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "renderEndpoint": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "type": "object" +}
- Changed
get_template1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" +}
- Changed
list_api_keys1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "docs": { + "items": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" +}
- Changed
list_component_types1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "componentTypes": { + "items": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" +}
- Changed
update_design1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": {}, + "properties": { + "design": { + "additionalProperties": {}, + "properties": { + "_id": { + "type": "string" + }, + "design": { + "additionalProperties": {}, + "properties": {}, + "type": "object" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "error": { + "type": "string" + }, + "updated": { + "type": "boolean" + } + }, + "type": "object" +}
3 tool updates
- Added
activate_api_key - Added
deactivate_api_key - Added
delete_api_key
34 tool updates
- First observed
create_api_key - First observed
create_design - First observed
create_design_from_template - First observed
delete_design - First observed
delete_file - First observed
delete_font - First observed
duplicate_design - First observed
export_design - First observed
get_all_quota_usage - First observed
get_api_usage - First observed
get_credit_balance - First observed
get_design - First observed
get_design_guide - First observed
get_design_render_config - First observed
get_expiring_credits - First observed
get_plans - First observed
get_quota_usage - First observed
get_render_url - First observed
get_subscription - First observed
get_template - First observed
get_workspace - First observed
list_api_keys - First observed
list_component_types - First observed
list_credit_transactions - First observed
list_designs - First observed
list_files - First observed
list_fonts - First observed
list_my_fonts - First observed
list_templates - First observed
list_workspaces - First observed
preview_design - First observed
update_design - First observed
upload_file - First observed
upload_font
Related MCP Connectors
Brand-safe MCP for AI agents to create editable, on-brand graphics and automate variants.
Generate branded images at scale: design templates and render them to PNGs by prompt.
Create images & video from any MCP agent — 17 models, spend limits, one URL.
Deterministic image rendering for agents: JSON template in, on-brand PNG out.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAI-agent image generation: cohesive image sets and single illustrations over MCP. PNG/WebP (optional transparency) or JPEG.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to create high-resolution marketing images from simple JSON configs without design skills or API keys. Provides presets, themes, and layouts to render deterministic PNGs locally.MIT
- AlicenseAqualityCmaintenanceGenerate production-ready images from text prompts. AI-powered design API with 50+ templates for social posts, banners, OG images, and more.810 npmMIT
- AlicenseBqualityNot gradedmaintenanceOrshot's MCP Server lets you dynamically generate images from your templates from your prompts in Claude, Cursor or any app that supports MCP Servers. You can use the pre-designed templates and also AI Generate or design your own templates in Orshot, and then generate images from those templates73-
Glama MCP Gateway
Add one secure layer between your agents and this server.