@runapi.ai/gpt-image-2-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUNAPI_API_KEY | No | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool serves a clearly distinct purpose: pricing lookup, edit image, task polling, authentication, and text-to-image. No overlap or ambiguity.
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.
With 5 tools, the server is well-scoped for its purpose. It covers essential operations without being too sparse or bloated.
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.