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.4.1
Known tools 62
journey.updateUpdate your journey settings (name, industry, optimization goal)
Potential side effectsoffers.declineDecline the offer for a job, a major state change; confirm with the user first.
Inferred read-onlyoffers.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-onlyinbox.listList email conversations Refine matched to your job search (applications, interviews, recruiter outreach)
Potential side effectsinbox.acceptApply 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 (confirms the automatic action)
Inferred read-onlyinbox.statusPer-account inbox sync status (connected accounts, syncing state, last sync time)
Inferred read-onlypersona.getGet the user's persona: inferred job-search preferences and traits with an understanding score.
Inferred read-onlyrecommendations.watchStart tracking a recommended company (converts it into a signal)
Inferred read-onlyrecommendations.blockDismiss a recommended company and block it from future recommendations
Inferred read-onlyrecommendations.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 a Gmail account to Refine.
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.