ImaginePro MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAGINEPRO_API_KEY | Yes | Your ImaginePro API key from imaginepro.ai | |
| IMAGINEPRO_TIMEOUT | No | Request timeout in milliseconds (default: 5 minutes) | 300000 |
| IMAGINEPRO_BASE_URL | No | Custom API endpoint (for enterprise users) | https://api.imaginepro.ai |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate-imageB | Generate an AI image from a text prompt using ImaginePro |
| gemini-imagineB | Generate images using multi-modal inputs (text + images) |
| generate-videoB | Generate a video animation from start and end frame images |
| upscale-imageB | Enhance image resolution and quality |
| create-variantB | Generate alternative versions of an existing image |
| reroll-imageB | Regenerate an image using the same prompt |
| inpaint-imageB | Edit specific regions of an image using a mask |
| fetch-statusB | Check the status of an image or video generation task |
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 8 tools
Most tools have distinct purposes, but 'gemini-imagine' and 'generate-image' could cause confusion as both generate images from text prompts. The other tools target clearly different operations like upscaling, inpainting, and video generation.
The naming is mixed with hyphenated and underscore styles, and verbs vary (e.g., 'create-variant' vs. 'generate-image'). However, all names are readable and follow a general verb-noun pattern, though not uniformly applied.
With 8 tools, this is well-scoped for an image/video generation server. Each tool addresses a specific need in the creative workflow, from generation to editing and status checking, without being overwhelming.
The toolset covers core operations like generation, editing, upscaling, and status tracking. A minor gap is the lack of a tool for deleting or managing generated assets, but the provided tools support most common workflows effectively.