Symbol Image Generation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Google AI Studio API key for Imagen 3 | |
| GOOGLE_API_KEY | No | Alternative Google AI Studio API key | |
| OPENAI_API_KEY | No | OpenAI API key for DALL-E 3 | |
| REMOVE_BG_API_KEY | No | remove.bg API key (optional, defaults to DBz2y4TCNeSiX6eHNuHH2eQP) | DBz2y4TCNeSiX6eHNuHH2eQP |
| STABILITY_API_KEY | No | Stability AI API key for SD3/Ultra |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_symbol_imageC | Generates a 3D claymorphic/glassmorphic symbol image, removes its background, and saves it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity. The agent will always choose the correct tool.
The single tool follows a clear verb_noun pattern (generate_symbol_image), establishing a consistent and descriptive naming style.
One tool is appropriate for a focused server dedicated to generating a specific type of symbol image. It covers the core functionality without unnecessary bloat.
The tool covers the primary task of generating, removing background, and saving a symbol image. However, it may lack options for different styles or customizations, leaving minor gaps for advanced use cases.