← Reddit

We open-sourced a Four-Leaf MCP server + Claude Skill for job search and interview prep

Reddit · FourLeafAI · June 3, 2026
Four-Leaf released an open-source MCP server integrating job-search and interview-preparation tools into Claude and other MCP-aware clients, offering job searching across 180k+ postings, resume matching, salary benchmarking, and offer negotiation guidance. The company also open-sourced a Claude Skill wrapper that enables guided coaching across multiple AI code editors with a single installation command. The platform launched publicly with accompanying architecture documentation.

Detailed Analysis

Four-Leaf AI has released an open-source MCP (Model Context Protocol) server and an accompanying Claude Skill wrapper designed to integrate job search and interview preparation capabilities directly into Claude Desktop, Claude Code, and a range of other AI-powered development environments. The server, accessible via a single installation command in Claude Code, exposes a suite of tools including a database of over 180,000 active job postings, role-specific interview intelligence for 24 distinct positions, resume-to-job-description matching, compensation benchmarking with cited salary bands, and offer negotiation coaching. The MIT-licensed Claude Skill wrapper, published at github.com/fourleafai/clover-public, extends compatibility beyond Claude to tools like Cursor, OpenAI Codex, and GitHub Copilot, effectively turning any supported AI coding assistant into a guided career coach.

The release is technically notable for its use of the MCP standard, an emerging protocol that allows AI models to call external tools and data sources in a structured, interoperable way. By hosting the server-side logic at four-leaf.ai and exposing it over HTTP transport, Four-Leaf AI avoids requiring users to run local infrastructure while still enabling seamless tool invocation within conversational AI sessions. The architecture separates freely available intelligence tools — job search, interview prep, compensation data — from monetized features like voice mock interviews and AI resume tailoring, which are handled via deep-links back to the Four-Leaf platform. This freemium boundary within a single protocol layer represents a pragmatic commercial design that preserves open-source credibility while protecting revenue-generating surfaces.

The broader significance lies in how this release reflects a maturing ecosystem around Claude's extensibility. Anthropic's investment in MCP as an open standard has begun attracting third-party developers who build domain-specific capability layers that can be dropped into Claude without model fine-tuning or custom deployments. Four-Leaf's approach — a hosted MCP endpoint combined with an installable skill wrapper — illustrates a replicable pattern for verticalized AI tooling, where specialized data sources and workflows are packaged as Claude-compatible services. Job search is a particularly compelling early use case because it involves structured data (postings, compensation bands), repeatable workflows (interview prep, offer negotiation), and high user motivation, all of which lend themselves well to agentic, tool-calling interactions.

This development connects to a wider trend of AI assistants evolving from general-purpose conversation interfaces into workflow-integrated agents with access to live, domain-specific data. The simultaneous compatibility with ChatGPT, Cursor, Perplexity, and other MCP-aware clients signals that developers are increasingly building against the protocol rather than against any single model or platform. For Anthropic, the growth of third-party MCP integrations strengthens Claude's position as a platform, not merely a model, by expanding its practical utility through community-contributed tooling without requiring centralized development effort. Four-Leaf's open-source release, timed alongside a Product Hunt launch, is a deliberate distribution strategy that leverages developer community channels to drive both adoption of the tool and awareness of the underlying Four-Leaf platform.

Read original article →