Serversai.com.mcp/openai-tools
T

OpenAI Tools MCP Server

ai.com.mcp/openai-tools · v0.6.0
● Remote
v0.6.0remote🌐 https://openai-tools.run.mcp.com.ai/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.com.mcp/openai-tools",
  "description": "Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.",
  "title": "OpenAI Tools MCP Server",
  "repository": {
    "url": "https://github.com/la-rebelion/hapimcp",
    "source": "github"
  },
  "version": "0.6.0",
  "websiteUrl": "https://platform.openai.com/docs/api-reference",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://openai-tools.run.mcp.com.ai/mcp",
      "headers": [
        {
          "description": "Bearer token for authenticating with the OpenAI API. Obtain via the OpenAI dashboard. https://platform.openai.com/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "documentation": "https://docs.mcp.com.ai/examples/mcp-servers-from-oas/openai-mcp",
      "examples": [
        {
          "command": "docker run -p 3030:3030 hapimcp/hapi-cli:0.6.0 serve openai-tools --port 3030 --headless --url https://api.openai.com/v1 --openapi https://docs.mcp.com.ai/servers-apis/openapi/openai-tools.yaml",
          "description": "Run the OpenAI Tools MCP server using Docker",
          "name": "Docker Run"
        },
        {
          "command": "hapi serve openai-tools --headless --port 3030 --url https://api.openai.com/v1",
          "description": "Run using local HAPI CLI integration",
          "name": "HAPI CLI"
        },
        {
          "command": "hapi serve openai-tools --headless --port 3030 --url https://api.openai.com/v1 | bunx @modelcontextprotocol/inspector",
          "description": "Inspect the available tools",
          "name": "MCP Inspector"
        }
      ],
      "keywords": [
        "openai",
        "ai",
        "images",
        "audio",
        "dalle",
        "whisper",
        "generation",
        "mcp",
        "hapi"
      ],
      "license": "MIT",
      "notes": [
        "This focused server prevents token bloat by only exposing image and audio generation tools.",
        "Requires an OpenAI API Key.",
        "Uses the HAPI CLI to dynamically convert the OpenAI OpenAPI spec to MCP tools.",
        "The OpenAPI spec is a skimmed version of the full OpenAI API.",
        "For scaling info, see: https://mcp.com.ai/mcp-at-scale"
      ],
      "publisher": "La Rebelion Labs"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}