Skip to main content
ChatGPT support for the Operata MCP Server is pending. The integration depends on an OAuth 2.0 flow on the Operata side; today the Operata MCP Server only accepts Bearer-token authentication, which ChatGPT’s MCP (Model Context Protocol) client does not support.

How it works

The Operata MCP Server exposes a suite of tools — schema discovery, trace search and analytics, and knowledge-base lookup — over HTTPS with Bearer-token authentication. Claude Desktop, Claude Code, the Claude API, and Cursor all accept Bearer tokens through their MCP configuration and connect against the existing endpoint. ChatGPT’s MCP client requires OAuth 2.0; until Operata exposes an OAuth-authenticated endpoint, ChatGPT cannot connect. The planned approach, per the MCP Authorization Specification, is OAuth 2.0 with Auth0 fronting Operata user accounts. The same Operata user identity that signs in to the console authorizes ChatGPT to call the MCP server on their behalf.