acc_login
Authenticate with an Autodesk account via OAuth login, opening the browser and returning the authorization URL. Use wait_only=true to keep polling until the user completes sign-in.
Instructions
Sign in with an Autodesk account (3-legged OAuth with PKCE).
Opens the Autodesk login page in the default browser (non-blocking) and ALWAYS returns the authorization URL so the user can open it manually, then waits for the redirect on the local callback port, exchanges the code and stores the rotating refresh token. The wait is capped per call (~45 s) to stay under the MCP host's request timeout — if it returns "still waiting", the login page stays open and the callback keeps listening, so just call acc_login again with wait_only=true to keep polling until the user finishes. After ~15 days without use the session expires and this tool must be re-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_only | No | True = do not start a new flow, just keep waiting for a login already in progress | |
| force_login | No | Force the Autodesk login page even if a browser session exists (prompt=login) | |
| wait_seconds | No | How long to wait for the browser sign-in before giving up. Internally capped per call to stay under the MCP host's request timeout; poll again to keep waiting |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |