← Registry

Productivity

getrefine.co

Manages job applications and listings with CRUD operations for tracking a job search journey.

1 endpoint55 known toolsFirst detected August 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.getrefine.co/mcp

No auth detected

MCP server metadata

Name
refine
Version
0.5.2
Capabilities
resources.listChangedtools.listChangedprompts.listChanged

Known tools 55

jobs.list

List jobs in your journey

Inferred read-only
jobs.get

Get details of a specific job

Inferred read-only
jobs.add

Add a new job to your journey

Inferred read-only
jobs.update

Update a job in your journey

Potential side effects
jobs.delete

Permanently delete a job and its application from the board.

Potential side effects
jobs.refresh

Queue a job posting to be re-scraped.

Inferred read-only
jobs.mark_applied

Mark a job as applied

Inferred read-only
jobs.archive

Hide a job from the active board without recording a rejection or closing the application

Inferred read-only
jobs.unarchive

Restore an archived job to the active board

Inferred read-only
jobs.interviews.add

Log an interview for a job

Inferred read-only
jobs.interviews.update

Update an existing interview

Potential side effects
jobs.interviews.delete

Permanently delete an interview from a job.

Potential side effects
jobs.offer.create

Record a job offer with compensation details

Potential side effects
jobs.offer.update

Update the offer recorded for a job

Potential side effects
jobs.offer.delete

Permanently delete the offer recorded for a job (the job stays).

Potential side effects
jobs.offer.accept

Accept the offer for a job.

Inferred read-only
jobs.offer.decline

Decline the offer for a job, a major state change; confirm with the user first.

Inferred read-only
jobs.offer.add_negotiation

Log a negotiation event on an offer (counter-offer, update, etc.

Potential side effects
jobs.offer.delete_negotiation

Remove a negotiation event from an offer

Potential side effects
signals.list

List companies you are tracking

Inferred read-only
signals.track

Start tracking a company for new job openings

Inferred read-only
signals.update

Update filters on a tracked company

Potential side effects
signals.untrack

Stop tracking a company and delete its signal.

Potential side effects
signals.pause

Pause tracking for a company

Inferred read-only
signals.resume

Resume tracking for a company

Inferred read-only
signals.openings.save

Save a matched opening returned by signals.

Inferred read-only
signals.list_applied_jobs

List jobs in your journey that came from a tracked company

Inferred read-only
signals.openings.list

List signal notifications (new openings at tracked companies)

Inferred read-only
signals.openings.mark_read

Mark one opening notification returned by signals.

Inferred read-only
signals.openings.mark_all_read

Mark every unread opening notification as read after the user confirms the bulk action

Inferred read-only
inbox.list

List email conversations Refine matched to your job search (applications, interviews, recruiter outreach)

Potential side effects
inbox.get

Get one inbox item with its related job and application

Inferred read-only
inbox.get_thread

Fetch the full email thread for an inbox item

Potential side effects
inbox.draft_reply

Generate an AI reply draft for an inbox item.

Inferred read-only
inbox.send_reply

Send an email reply through the user's Gmail.

Potential side effects
inbox.apply_suggestion

Apply an inbox item's suggested action, such as adding an application to the board or recording a rejection.

Inferred read-only
inbox.undo

Undo an auto-applied inbox action.

Inferred read-only
inbox.mark_read

Clear an inbox item's unread-reply flag

Inferred read-only
inbox.unsubscribe

Unsubscribe the user from this sender's mailing list via one-click list-unsubscribe.

Inferred read-only
inbox.dismiss

Dismiss inbox items you are not acting on (also marks the mail read in Gmail)

Inferred read-only
inbox.acknowledge

Keep auto-applied inbox items as-is and finalize the automatic action.

Inferred read-only
inbox.decline

Queue decline replies to recruiter outreach.

Inferred read-only
inbox.refresh

Check Gmail for new mail now; returns per-account sync status

Inferred read-only
inbox.sync_status

Per-account Gmail synchronization status, including current progress and last sync time

Inferred read-only
persona.get

Get the user's persona: inferred job-search preferences and traits with an understanding score.

Inferred read-only
signals.recommendations.list

List companies recommended from one company you track.

Inferred read-only
signals.recommendations.get

Get one recommended company with sources and persona fit

Inferred read-only
signals.recommendations.watch

Start tracking a recommended company (converts it into a signal)

Inferred read-only
signals.recommendations.dismiss

Dismiss a recommended company

Inferred read-only
signals.recommendations.block

Dismiss a recommended company and block it from future recommendations

Inferred read-only
signals.recommendations.restore

Restore a dismissed or blocked recommendation

Inferred read-only
signals.recommendations.feedback

Record why a recommendation was or was not a fit; this sharpens future recommendations and the persona

Inferred read-only
account.agenda

Get upcoming interviews and action items

Inferred read-only
integrations.list

List connected Google accounts and their grant status.

Inferred read-only
integrations.connect_google

Get a link for the user to connect Gmail to Refine or approve a missing Gmail permission.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.refine]
url = "https://mcp.getrefine.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "refine": {
      "type": "http",
      "url": "https://mcp.getrefine.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: refine
Remote MCP URL: https://mcp.getrefine.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "refine": {
      "url": "https://mcp.getrefine.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "refine": {
      "type": "http",
      "url": "https://mcp.getrefine.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "refine",
  "transport": "streamable-http",
  "url": "https://mcp.getrefine.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.