Skip to main content

FrootAI — AmpliFAI your AI Ecosystem Get Started

All servers

OpenAI Developer Docs

openai

Search and read OpenAI developer documentation (API, ChatGPT Apps SDK, Codex) via the official OpenAI-hosted MCP endpoint.

Installs
Namespace
openai
Version
hosted
Last attach
reviewed1 months ago

Add to your mcp.json

{
  "mcpServers": {
    "openai": {
      "type": "sse",
      "url": "https://developers.openai.com/mcp"
    }
  }
}

Attach in a FrootAI play (fai-manifest)

mcp_scope:
  attached:
    - openai

Authentication

none

no credentials required; the hosted endpoint serves public OpenAI developer documentation.

No credentials required.

Environment variables

No environment variables required.

Sample tools

  • openai.search

    Search OpenAI developer documentation for a query.

  • openai.fetch

    Fetch the full content of an OpenAI documentation page.

Used in recipes

FAI cookbook recipes that attach openai.

Destructive-action audit

No destructive tools — audited read-only

Destructive-action audit (X2.18): no destructive tools — documentation search/fetch is read-only.

Known limitations

  • Hosted remote endpoint — requires outbound network access to developers.openai.com; there is no local subprocess to launch.
  • Documentation-only and read-only: it does not call the OpenAI API on your behalf and cannot modify any resource.
  • No package version to pin — `version_pin.package` is null and `version_range` is `hosted`; drift is tracked via the snapshot tools-list rather than a semver range.

Spec contributors

Maintainers who landed commits onmcp-specs/openai.json.

  • pspsbali

Freshness

When this spec was last reviewed by a maintainer and last machine-validated against the live server.

Spec last reviewed
1 months ago(2026-06-25)
Auto-validated
never