OpenAI is rolling out native MCP Connector support in ChatGPT. Where Connectors are not available, you can wrap the Scaling MCP server as a Custom GPT action. Both paths give ChatGPT the ability to query your Scaling org over OAuth-secured MCP.Documentation Index
Fetch the complete documentation index at: https://docs.scaling.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Server URL
Path A: ChatGPT Connectors (recommended where available)
Paste the Scaling URL
Enter
https://mcp.scaling.cloud and a friendly name like Scaling. Click Connect.Authorize
ChatGPT redirects you to Clerk’s hosted OAuth consent screen. Sign in with your Scaling account and approve.
Path B: Custom GPT action (fallback)
If your ChatGPT plan does not yet expose Connectors, you can wire the MCP server in via a Custom GPT with an MCP-aware action. Detailed steps depend on the GPT Builder UI; the essential pieces are:- Authentication type: OAuth
- Authorization URL: discovered from
https://mcp.scaling.cloud/.well-known/oauth-authorization-server - Token URL: same source
- Scopes: the default set returned by the server
- Server URL:
https://mcp.scaling.cloud
Verify it’s working
Open Settings → Connections in the Scaling dashboard. You should see a row forChatGPT (or your Custom GPT name) with a recent Last used timestamp.
Revoke access
Click Revoke in Settings → Connections to invalidate ChatGPT’s token immediately. Subsequent calls from that ChatGPT instance return401 Unauthorized until you reconnect.
Limitations
- Custom GPT actions cap each request response size, so very large incident lists may be truncated. Prefer Connector mode where available.
- OpenAI rolls Connector availability out incrementally — not every plan or region has it yet. Use the Custom GPT path until your account exposes the Connector UI.