Job search and interview prep MCP. 11 tools spanning job discovery, role intelligence, practice question generation, resume scoring, comp benchmarks, and negotiation strategy. Cross-LLM via the hosted endpoint with OAuth 2.1.
Overview
Four-Leaf MCP
Job search and interview prep MCP server. 11 tools that bring the Four-Leaf stack into Claude, Cursor, ChatGPT, Cline, Continue, Windsurf, and Perplexity.
Install
claude mcp add four-leaf --transport http https://four-leaf.ai/api/mcp
Per-client snippets at four-leaf.ai/oss.
Tools
search_jobs— natural-language search over 180k+ active job postingslist_roles— catalog of roles Four-Leaf has interview intelligence forget_role_intelligence— interview pipeline, scoring rubric, resume guidanceget_interview_questions— pull from the curated question bankgenerate_practice_questions— fresh questions on demandmatch_score— score a resume against a JD with gap analysisexplain_interview_format— grounded walk-through of what to expectcomp_coach— analyze a job offer, get a negotiation strategycomp_benchmarks— market salary band, grounded in live web search with sourcesstart_voice_mock_interview(paid) — deep-link into a voice mock with rubric-scored feedbacktailor_resume(paid) — deep-link into AI resume tailoring
Auth
OAuth 2.1 + PKCE + Dynamic Client Registration. First tool call opens the browser for Four-Leaf account auth. No API keys.
Open source
The Skill wrapper is MIT-licensed at github.com/fourleafai/clover-pu blic.
Architecture write-up: four-leaf.ai/blog/job-search-assistant-mcp
Server Config
{
"mcpServers": {
"four-leaf": {
"url": "https://four-leaf.ai/api/mcp"
}
}
}