Remote MCP
- Best for
- ChatGPT, Claude, and other MCP clients
- Authentication
- OAuth 2.1 + PKCE
- Flow
- Reads + in-agent changes
StudioDock Agent Gateway
Give AI agents useful access to StudioDock without giving up control. OAuth scopes limit what each connection can see, supported changes can be confirmed in the same conversation, and the complete path is audited.
Claude / ChatGPT
availability:read · bookings:write
“Move the podcast booking to 16:00, but show me the change first.”
Confirm in this conversation
90-second demo
Connect an agent, look up availability, review a reschedule, confirm it in the same conversation, and verify the audit history in StudioDock.
Each connection is limited to the workspace, permissions, and execution mode selected by its administrator.
studio:readavailability:readbookings:readcustomers:readanalytics:readsettings:readbookings:writeclosures:writesettings:writeChoose read-only, confirm-in-agent, or trusted direct execution when creating the connection. Day-to-day work stays in the connected agent.
Which podcast room is available for 90 minutes next Thursday after 14:00?
Show confirmed bookings this week without customer contact details.
Move booking BK-104 from 14:00 to 16:00, but show me the change before applying it.
Create a full-day studio closure next Monday if it does not conflict with a booking.
Show our current booking lead time and change it to 12 hours after I confirm.
https://www.getstudiodock.com/api/mcp.The CLI uses the same Agent Gateway service and JSON contracts as remote MCP.
npm install -g studiodock-clistudiodock auth login --client-id sd_cli_…Create a CLI OAuth client in StudioDock, then sign in from the terminal or use a scoped API token for controlled automation.
Scale integration