← Roundtrack

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.

MCP URL
https://roundtrack.work/mcp

ChatGPT

  1. Open ChatGPT on the web with an eligible account.
  2. Go to Settings → Apps → Advanced settings and enable Developer mode.
  3. In ChatGPT Apps settings, click Create app.
  4. Use Roundtrack as the app name and paste the MCP URL above.
  5. Choose OAuth authentication. Leave static client credentials empty unless your workspace explicitly asks for them; Roundtrack supports Dynamic Client Registration.
  6. Save the draft app, start a chat, choose Developer mode from the tools menu, and select Roundtrack.
  7. When prompted, sign in to Roundtrack and approve access.

Claude.ai and Claude Desktop

  1. Open Customize → Connectors.
  2. Click +, then Add custom connector.
  3. Use Roundtrack as the connector name and paste the MCP URL above.
  4. Leave Advanced OAuth Client ID and Client Secret empty. Roundtrack supports Dynamic Client Registration.
  5. Click Add, then Connect.
  6. Sign in to Roundtrack and approve access.
  7. 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?+
It can list and inspect jobs, create/update/delete jobs, create/update/delete interview rounds, update round results, summarize the active pipeline, return dashboard stats, and export your tracker as JSON or Markdown.
How do I revoke access?+
In Roundtrack, open your profile menu and choose Connected apps. Revoke the specific app you no longer want to use. You can also remove or disconnect the connector inside ChatGPT or Claude.
Why do write actions ask for confirmation?+
Clients such as ChatGPT and Claude may ask before tools create, update, delete, or otherwise change your tracker. Review the tool input before approving changes, especially delete actions.
What URL should I use?+
Use the Roundtrack production MCP URL shown at the top of this page. Hosted AI clients require a public HTTPS endpoint so they can reach the MCP server and complete OAuth.

References: OpenAI ChatGPT Developer mode, Anthropic custom connectors, Anthropic remote MCP server guidance.