Skip to main content
Glama
runapi-ai

@runapi.ai/gpt-image-2-mcp

Official
by runapi-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYNoYour RunAPI API key. Alternatively, write it to ~/.config/runapi/config.json.

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
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
loginA

Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json.

edit_imageC

Create a GPT Image 2 task on RunAPI (edit image). Returns a task id, status, and output URLs.

text_to_imageB

Create a GPT Image 2 task on RunAPI (text to image). Returns a task id, status, and output URLs.

get_taskA

Fetch the current status and latest result payload for a gpt-image-2 task.

check_pricingA

Look up RunAPI pricing for the gpt-image-2 model line.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a clearly distinct purpose: pricing lookup, edit image, task polling, authentication, and text-to-image. No overlap or ambiguity.

Naming Consistency4/5

Most tools follow a verb_noun pattern (check_pricing, edit_image, get_task), but 'login' is a single verb, which is a minor deviation from the pattern. Still fairly consistent.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose. It covers essential operations without being too sparse or bloated.

Completeness4/5

Covers core workflows: auth, pricing, two generation types, and task retrieval. Minor gaps like lacking a cancel or list tasks tool, but overall sufficient for typical usage.

Maintenance

ActivitySlowing
ResponsivenessNo issues