oc_get_connection_info
Get MCP connection details for Claude, ChatGPT, Gemini, or custom hosts, including URL, token, and setup instructions. Also introspects openchrome server for auto-connect status.
Instructions
Get connection configuration for a web AI host (Claude Web, ChatGPT, Gemini, or custom). Returns the MCP server URL, bearer token, settings page URL, step-by-step instructions, and (when Chrome is reachable) a devtools block with live DevTools inspector URLs for all open pages. Use host="openchrome" to introspect the openchrome server itself — when --auto-connect is active, returns {mode: "auto-connect", userDataDir, port}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Web AI host to generate config for. Use "all" for all hosts, or "openchrome" for openchrome server status (e.g. auto-connect mode). |