Skip to main content
Glama
ImageAPIAI

ImageAPI AI MCP Server

Official
by ImageAPIAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGEAPI_API_KEYNoSupported alias fallback for IMAGEAPIAI_API_KEY.
IMAGEAPIAI_API_KEYNoYour secret API key (sk_live_...). Obtainable from imageapiai.com/dashboard.
NEXT_PUBLIC_IMAGEAPIAI_API_KEYNoSupported 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

With only 4 tools, the server is well-scoped for its purpose. Each tool covers a core capability without redundancy or bloat.

Completeness5/5

The surface covers the full lifecycle of image generation (create, refine) plus account management (profile, history). No obvious gaps for an image generation API.

Maintenance

ActivitySlowing
ResponsivenessNo issues