imagcon-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAGCON_API_KEY | No | Your Imagcon API key (starting with ic_live_). Required if not using the --api-key CLI argument. |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_pwa_iconsD | – |
| generate_splash_screensB | Generate iOS and Android splash screens from a text description and download as a ZIP. background_color must be a hex color string (e.g. '#ffffff'). |
| list_saved_icon_setsA | List all PWA icon sets previously saved in the user's gallery. |
| download_icon_setB | Re-download a previously saved PWA icon set ZIP by its set ID. |
| download_splash_screensC | Re-download a previously saved splash screen set ZIP by its set ID. |
| get_credit_balanceD | – |
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 6 tools
Tool names clearly differentiate between icon and splash screen operations, but two tools have empty descriptions, which could cause confusion for an agent.
Most tools follow a verb_noun pattern in snake_case, but get_credit_balance uses 'get' instead of 'list' or 'download', causing slight inconsistency.
Six tools is well-scoped for a PWA icon and splash screen generation service, covering core operations without being overwhelming.
The set covers generate, download, list, and credit checking, but is missing update/delete for saved sets, though that aligns with a generation-focused service.