@runapi.ai/gpt-4o-image-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUNAPI_API_KEY | No | Your RunAPI API key. Can also be stored in ~/.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. |
| text_to_imageC | Create a GPT-4o Image 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-4o-image task. |
| check_pricingB | Look up RunAPI pricing for the gpt-4o-image 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 4 tools
Each tool has a distinct purpose: login for authentication, text_to_image for creating image tasks, get_task for retrieving task status, and check_pricing for pricing information. No overlap.
All names use lowercase underscores, but patterns vary: login is a single verb, while others follow verb_noun (get_task, check_pricing) or noun_noun (text_to_image). Minor inconsistency but still readable.
Four tools is well-scoped for a focused image generation API, covering authentication, task creation, status retrieval, and pricing without redundancy.
Covers the core workflow: login, generate, retrieve result, and check pricing. A minor gap is lack of a delete or list tasks tool, but the essential operations are present.