ImageAPI AI MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAGEAPI_API_KEY | No | Supported alias fallback for IMAGEAPIAI_API_KEY. | |
| IMAGEAPIAI_API_KEY | No | Your secret API key (sk_live_...). Obtainable from imageapiai.com/dashboard. | |
| NEXT_PUBLIC_IMAGEAPIAI_API_KEY | No | Supported frontend/Next.js environment fallback for IMAGEAPIAI_API_KEY. |
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_imageA | Generate a fresh high-resolution AI image from a text prompt. Deducts credits from your ImageAPI account. |
| refine_imageA | Refine or modify an existing generated image for 0 credits (up to 5 free retries per parent prompt ID). Appends prompt modifications to the locked base prompt. |
| get_profileA | Fetch your ImageAPI account profile, credit balance, monthly allowance, and active subscription status. |
| get_historyA | Retrieve a list of all historical AI image generations associated with your ImageAPI account. |
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 4 tools
Each tool has a clearly distinct purpose: generate creates new images, refine modifies existing ones, get_profile retrieves account data, and get_history lists past generations. No overlap or ambiguity between tools.
All tool names follow a consistent verb_noun pattern: generate_image, refine_image, get_profile, get_history. This makes the API predictable and easy to navigate.
With only 4 tools, the server is well-scoped for its purpose. Each tool covers a core capability without redundancy or bloat.
The surface covers the full lifecycle of image generation (create, refine) plus account management (profile, history). No obvious gaps for an image generation API.