Connect Roundtrack to ChatGPT, Claude, and MCP clients
Roundtrack exposes a remote MCP server with OAuth. Paste one URL into a supported client, sign in with Google, and your assistant can manage jobs and interview rounds with your permission.
https://roundtrack.work/mcp
ChatGPT
- Open ChatGPT on the web with an eligible account.
- Go to Settings → Apps → Advanced settings and enable Developer mode.
- In ChatGPT Apps settings, click Create app.
- Use Roundtrack as the app name and paste the MCP URL above.
- Choose OAuth authentication. Leave static client credentials empty unless your workspace explicitly asks for them; Roundtrack supports Dynamic Client Registration.
- Save the draft app, start a chat, choose Developer mode from the tools menu, and select Roundtrack.
- When prompted, sign in to Roundtrack and approve access.
Claude.ai and Claude Desktop
- Open Customize → Connectors.
- Click +, then Add custom connector.
- Use Roundtrack as the connector name and paste the MCP URL above.
- Leave Advanced OAuth Client ID and Client Secret empty. Roundtrack supports Dynamic Client Registration.
- Click Add, then Connect.
- Sign in to Roundtrack and approve access.
- Enable the connector for a conversation from Claude's connectors/tools menu.
For Team and Enterprise workspaces, an owner may need to add the connector under organization connector settings before members can connect it.
Claude Code
Add the remote MCP server from a terminal:
claude mcp add --transport http roundtrack https://roundtrack.work/mcp
Use /mcp in Claude Code if you need to authenticate or re-authenticate the remote server.
Other MCP clients
Use Streamable HTTP transport with OAuth. If the client supports Dynamic Client Registration, no manual client ID or client secret is needed. If it asks for a server URL, use the MCP URL above.
FAQ
What can the assistant do?+
How do I revoke access?+
Why do write actions ask for confirmation?+
What URL should I use?+
References: OpenAI ChatGPT Developer mode, Anthropic custom connectors, Anthropic remote MCP server guidance.