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 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate-image | Generate an AI image from a text prompt using ImaginePro |
| gemini-imagine | Generate images using multi-modal inputs (text + images) |
| generate-video | Generate a video animation from start and end frame images |
| upscale-image | Enhance image resolution and quality |
| create-variant | Generate alternative versions of an existing image |
| reroll-image | Regenerate an image using the same prompt |
| inpaint-image | Edit specific regions of an image using a mask |
| fetch-status | 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 | |