Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.colacloud.us/llms.txt

Use this file to discover all available pages before exploring further.

Current Support

ChatGPT can connect to COLA Cloud through ChatGPT developer mode as a custom remote MCP app using OAuth. COLA Cloud is not currently a public ChatGPT app in the app directory. This is a private beta path for testing the full ChatGPT integration, including write actions such as create_scheduled_search. It requires:
  • ChatGPT developer mode for your account or workspace
  • A COLA Cloud account that has been enabled for the OAuth beta
  • A successful WorkOS Magic Auth sign-in during connector setup
For self-serve MCP access today, use an API key with Claude Code or another MCP client that supports custom HTTP headers. ChatGPT custom MCP apps use OAuth, not COLA Cloud API keys.
Use the DCR/client-registration OAuth path in ChatGPT. Do not choose CIMD for COLA Cloud right now; the known-good setup uses Dynamic Client Registration with WorkOS Magic Auth.

Prerequisites

  • A COLA Cloud account at app.colacloud.us
  • ChatGPT developer mode enabled for your account or workspace
  • Permission from your ChatGPT workspace owner/admin if your workspace restricts custom apps
  • Access to the private COLA Cloud OAuth beta for your account

Configure ChatGPT

1

Enable developer mode

In ChatGPT, open settings and enable developer mode from the advanced Apps settings for your account or workspace.
2

Create a custom MCP app

Create a new custom app and use the COLA Cloud MCP URL:
https://mcp.colacloud.us/mcp
3

Choose OAuth with DCR

Choose OAuth authentication and use ChatGPT’s client registration / DCR path. ChatGPT should discover COLA Cloud’s protected-resource metadata from:
https://mcp.colacloud.us/.well-known/oauth-protected-resource
If ChatGPT offers a CIMD option, skip it for now and use DCR/client registration instead.
4

Sign in with Magic Auth

Complete the WorkOS Magic Auth sign-in using the email address enabled for the COLA Cloud beta.
5

Refresh tools

Refresh the app’s tools after setup so ChatGPT pulls the current tool list. New tools may be disabled by default in some workspaces.
6

Enable the app in a chat

Start a new chat, choose Developer Mode from the tool picker, and select the COLA Cloud custom app for that conversation.

What to Select in Chats

Be explicit when you want ChatGPT to use COLA Cloud instead of built-in web search or another connector. Useful prompts:
  • “Use COLA Cloud, not web search, to find bourbon approvals from Kentucky in 2025.”
  • “Search COLA Cloud for recent California wine approvals and fetch two record details.”
  • “Create a weekly COLA Cloud saved search for new Oregon pinot noir approvals.”
  • “Check my COLA Cloud API usage before running a broad search.”

Scheduling Caveat

Do not rely on ChatGPT Tasks as the durable automation layer for COLA monitoring. When you ask ChatGPT to create an alert, it should call create_scheduled_search. COLA Cloud stores the saved search, shows it in the Saved Searches dashboard, and runs the recurring email dispatcher. Deep research can use read-only tools such as search and fetch when the COLA Cloud app is enabled for research. Do not use deep research as the flow for creating saved searches.

Troubleshooting

SymptomWhat to check
Developer mode is missingYour ChatGPT plan or workspace may not have developer-mode access enabled. Ask the workspace owner/admin.
The app cannot be createdConfirm the URL is https://mcp.colacloud.us/mcp and the transport is remote MCP over Streamable HTTP.
ChatGPT asks for CIMD or client metadataChoose DCR/client registration instead. COLA Cloud’s known-good ChatGPT path does not use CIMD right now.
Magic Auth says the account is not authorizedThe email address is not enabled for the private OAuth beta yet, or your workspace admin has not allowed the custom app.
OAuth succeeds but tool calls fail with oauth_connection_requiredThe WorkOS subject is not linked to your COLA Cloud account yet. Contact help@colacloud.us or use API-key MCP in a self-serve client.
ChatGPT does not see new toolsRefresh the custom app’s tools in ChatGPT settings and enable the desired actions.
Write action needs confirmationThis is expected. Review the action, especially for create_scheduled_search, before approving.