the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-01-22T02:35:00.021804Z",
"publishedAt": "2026-01-22T02:35:00.021804Z",
"updatedAt": "2026-01-22T02:35:00.021804Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 0.6.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.