← Registry

Productivity

getrefine.co

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

1 endpoint62 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://mcp.getrefine.co/mcp

No auth detected

MCP server metadata

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

Known tools 62

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.update_notes

Update notes on a job

Potential side effects
jobs.refresh

Re-scrape a job posting to refresh its details

Inferred read-only
journey.update

Update your journey settings (name, industry, optimization goal)

Potential side effects
jobs.mark_applied

Mark a job as applied

Inferred read-only
jobs.archive

Archive a job (close/reject)

Inferred read-only
jobs.unarchive

Restore an archived job to the active board

Inferred read-only
interviews.list

List all interviews for a job

Inferred read-only
interviews.add

Log an interview for a job

Inferred read-only
interviews.update

Update an existing interview

Potential side effects
interviews.delete

Permanently delete an interview from a job.

Potential side effects
offers.get

Get the offer recorded for a job

Inferred read-only
offers.create

Record a job offer with compensation details

Potential side effects
offers.update

Update the offer recorded for a job

Potential side effects
offers.delete

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

Potential side effects
offers.accept

Accept the offer for a job.

Inferred read-only
offers.decline

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

Inferred read-only
offers.add_negotiation

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

Potential side effects
offers.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.save_opening

Save a matched opening from signals to your job journey

Inferred read-only
signals.list_applied_jobs

List jobs in your journey that came from a tracked company

Inferred read-only
notifications.list

List signal notifications (new openings at tracked companies)

Inferred read-only
notifications.read

Mark one notification as read

Inferred read-only
notifications.read_all

Mark all notifications as read

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.accept

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 (confirms 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.status

Per-account inbox sync status (connected accounts, syncing state, 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
persona.confirm_trait

Confirm an inferred persona trait as accurate

Inferred read-only
persona.correct_trait

Correct a persona trait the user says is wrong

Inferred read-only
persona.remove_trait

Remove a persona trait entirely

Potential side effects
recommendations.list

List recommended companies adjacent to the ones you track.

Inferred read-only
recommendations.get

Get one recommended company with sources and persona fit

Inferred read-only
recommendations.watch

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

Inferred read-only
recommendations.dismiss

Dismiss a recommended company

Inferred read-only
recommendations.block

Dismiss a recommended company and block it from future recommendations

Inferred read-only
recommendations.restore

Restore a dismissed or blocked recommendation

Inferred read-only
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 a Gmail account to Refine.

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.