Personal interview command center

Roundtrack

Remember every company, recruiter, round, and next step.

For developers and IT specialists who talk to many recruiters at once. Keep source links, salary notes, contacts, interview rounds, feedback, follow-ups, and offers in one calm place.

No ads. No public profile. Your job search notes stay scoped to your account.

Capture fast

Minimum fields, useful memory

Company, stage, source URL, salary or conditions, recruiter contacts, and the notes you actually need later.

Follow the process

Rounds, not generic tasks

Log HR calls, technical interviews, system design, managerial rounds, waiting states, offers, rejections, and follow-ups.

Review better

See what needs attention

Find silent applications, compare offers, remember skill gaps like SQL or MLOps, and reopen old opportunities when timing changes.

Built for the messy middle of a job search

Roundtrack is not a corporate ATS and not another place to write reports. It is a private working notebook for the moments when several companies move at different speeds and your memory starts dropping details.

1.Add a lead from LinkedIn, Telegram, email, or a job board.
2.Move it through applied, screening, technical rounds, waiting, offer, or done.
3.Open Today or List view to decide who to ping, what to prepare, and which offer is stronger.

What Roundtrack helps you remember

Who contacted you
Recruiter, channel, email, LinkedIn, Telegram, WhatsApp.
Where you stopped
Applied, screening, technical, system design, waiting, offer.
What was discussed
Role details, salary, pros, cons, feedback, concerns.
What to improve
Repeated interview topics that signal what to study next.

Optional: connect your AI assistant

Use MCP when you want ChatGPT, Claude, Cursor, or Claude Code to read and update your tracker for you.

Full MCP setup guide

ChatGPT

Create a Developer mode app from Roundtrack's remote MCP server:

  1. Go to Settings → Apps → Advanced settings and enable Developer mode
  2. Click Create app in ChatGPT Apps settings
  3. Paste the MCP URL: https://roundtrack.work/mcp
  4. Use OAuth and sign in to Roundtrack when prompted

Claude.ai (web)

Add Roundtrack as a connector in Claude.ai settings:

  1. Go to Customize → Connectors → Add custom connector
  2. Paste the MCP URL: https://roundtrack.work/mcp
  3. Leave Client ID and Secret empty unless your workspace requires static credentials
  4. Claude will redirect you to sign in and authorize access
  5. Done — ask Claude to list your jobs or add a new one

Claude Code (terminal)

Add via the CLI:

claude mcp add --transport http roundtrack https://roundtrack.work/mcp

OAuth flow will open in your browser automatically.

Other MCP clients (Cursor, etc.)

Use the Streamable HTTP endpoint:

https://roundtrack.work/mcp

Any client that supports MCP over HTTP with OAuth 2.0 will work. Authentication happens automatically via the standard OAuth flow.

FAQ

What is MCP? +
Model Context Protocol is an open standard that lets AI assistants connect to external tools and data. Instead of copy-pasting job details into a chat, your AI can read and write directly to Roundtrack.
How does authentication work? +
Roundtrack uses OAuth 2.0 with PKCE. When you connect an AI tool, it automatically registers as a client, redirects you to sign in, and asks for your permission. A secure Bearer token is issued — your login password is never shared with the AI tool. Each token is scoped to your account only.
What can the AI do with my data? +
The MCP server exposes tools for jobs, rounds, stage changes, summaries, stats, and exports. The AI can only access your data — all queries are filtered by your user ID. You can revoke access from Connected apps in Roundtrack or by disconnecting the connector in your AI client.
Can I use Roundtrack without AI? +
Absolutely. The web UI works standalone — add jobs, track stages, manage rounds, export to JSON or Markdown. The AI integration is optional.
Is my data private? +
Yes. There is no analytics, no third-party tracking, no ads. The only external service is your configured login provider.
What AI tools are supported? +
Any tool that supports MCP over HTTP: ChatGPT Developer mode, Claude.ai, Claude Code, Cursor, Windsurf, and others. The server implements Streamable HTTP transport, OAuth, Dynamic Client Registration, and PKCE.