Productivity
getrefine.co
Manages job applications and listings with CRUD operations for tracking a job search journey.
ENDPOINT 1
https://mcp.getrefine.co/mcp
MCP server metadata
- Name
- refine
- Version
- 0.5.2
Known tools 55
jobs.archiveHide a job from the active board without recording a rejection or closing the application
Inferred read-onlyjobs.offer.deletePermanently delete the offer recorded for a job (the job stays).
Potential side effectsjobs.offer.declineDecline the offer for a job, a major state change; confirm with the user first.
Inferred read-onlyjobs.offer.add_negotiationLog a negotiation event on an offer (counter-offer, update, etc.
Potential side effectssignals.list_applied_jobsList jobs in your journey that came from a tracked company
Inferred read-onlysignals.openings.listList signal notifications (new openings at tracked companies)
Inferred read-onlysignals.openings.mark_all_readMark every unread opening notification as read after the user confirms the bulk action
Inferred read-onlyinbox.listList email conversations Refine matched to your job search (applications, interviews, recruiter outreach)
Potential side effectsinbox.apply_suggestionApply an inbox item's suggested action, such as adding an application to the board or recording a rejection.
Inferred read-onlyinbox.unsubscribeUnsubscribe the user from this sender's mailing list via one-click list-unsubscribe.
Inferred read-onlyinbox.dismissDismiss inbox items you are not acting on (also marks the mail read in Gmail)
Inferred read-onlyinbox.acknowledgeKeep auto-applied inbox items as-is and finalize the automatic action.
Inferred read-onlyinbox.sync_statusPer-account Gmail synchronization status, including current progress and last sync time
Inferred read-onlypersona.getGet the user's persona: inferred job-search preferences and traits with an understanding score.
Inferred read-onlysignals.recommendations.listList companies recommended from one company you track.
Inferred read-onlysignals.recommendations.getGet one recommended company with sources and persona fit
Inferred read-onlysignals.recommendations.watchStart tracking a recommended company (converts it into a signal)
Inferred read-onlysignals.recommendations.blockDismiss a recommended company and block it from future recommendations
Inferred read-onlysignals.recommendations.feedbackRecord why a recommendation was or was not a fit; this sharpens future recommendations and the persona
Inferred read-onlyintegrations.connect_googleGet a link for the user to connect Gmail to Refine or approve a missing Gmail permission.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.