cep_auth
Authenticate with Google for Chrome Enterprise Premium MCP server access. Initiates OAuth sign-in and handles redirect URL for completing authorization.
Instructions
Sign in to Google for the Chrome Enterprise Premium (CEP) MCP server. Before calling this tool, you MUST warn the user that this will open a browser tab or prompt them to sign in, and ask for their confirmation. Use this tool ONLY for the CEP MCP server. The Google Workspace MCP server has its own separate auth tool—do not use this one for that. Requests the CEP scope set: Admin SDK reports, Chrome browser management, Cloud Identity (DLP), Identity, Licensing, Service Usage. Call with no arguments to start the sign-in. If the response sets nextAction to paste-redirect-url, ask the user to paste the URL the browser was redirected to, then call cep_auth again with that string as the redirectUrl argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authMethod | No | The authentication method to use: "auto" (attempts browser, falls back to manual), "browser" (forces opening browser), "manual" (skips browser and directly provides URL for manual copy-paste). | auto |
| redirectUrl | No | The full URL the browser was redirected to after consent (looks like http://127.0.0.1:PORT/?code=...&state=...). Omit to start a fresh sign-in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| authUrl | No | ||
| message | No | ||
| expiresAt | No | ||
| nextAction | No |