OpenAIMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| MCP_SERVER_NAME | No | MCP server name | openai |
| ACEDATACLOUD_API_TOKEN | Yes | API token (required) | |
| OPENAI_REQUEST_TIMEOUT | No | Request timeout in seconds | 60 |
| ACEDATACLOUD_API_BASE_URL | No | API base URL | https://api.acedata.cloud |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| openai_chat_completionA | Create a chat completion using OpenAI models via AceDataCloud. |
| openai_create_embeddingA | Create text embeddings using OpenAI embedding models via AceDataCloud. |
| openai_generate_imageA | Generate images using OpenAI image models via AceDataCloud. |
| openai_edit_imageA | Edit or modify existing images using OpenAI image models via AceDataCloud. |
| openai_list_chat_modelsA | List all available chat completion models. |
| openai_list_image_modelsA | List all available image generation and editing models. |
| openai_list_embedding_modelsA | List all available text embedding models. |
| openai_get_usage_guideA | Get a comprehensive guide for using the OpenAI tools. |
| openai_create_responseA | Create a response using the OpenAI Responses API via AceDataCloud. |
| openai_get_taskA | Retrieve a single async image task by its task ID or custom trace ID. |
| openai_list_tasksA | List async image tasks using batch query filters. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/OpenAIMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server