CV Mirror MCP — Multi-vendor ATS Resume Linter
@goofypluto999
CV Mirror MCP — Multi-vendor ATS Resume Linter について
Simulates how 5 real Applicant Tracking Systems (Workday, Greenhouse, Lever, Taleo, iCIMS) parse a CV and surfaces vendor-specific lint warnings. Pure JS lint engine, MIT licensed, no network calls in the lint logic. Vendor rules cite their public sources. Tools exposed: analyze_
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cv-mirror": {
"command": "npx",
"args": [
"-y",
"cv-mirror-mcp"
]
}
}
}ツール
3Full report. Takes a CV file path (PDF or DOCX), returns per-vendor lint findings with severity (`error` / `warn` / `info`) and fixes.
Single-vendor lint. Takes a path + vendor name. Faster when the user only cares about one ATS.
Returns the URL of the visual web companion ([cv-mirror-web.vercel.app](https://cv-mirror-web.vercel.app/)) for users who prefer a side-by-side parser view in their browser instead of an agent session.
概要
What is CV Mirror MCP — Multi-vendor ATS Resume Linter?
A Model Context Protocol server that lints a CV against five real ATS parsers (Workday, Greenhouse, Lever, Taleo, iCIMS). It runs locally inside an MCP‑compatible agent’s process with zero network calls, surfaced as three MCP tools. Built for job seekers and AI agents wanting actionable, vendor‑specific ATS parse‑error fixes.
How to use CV Mirror MCP — Multi-vendor ATS Resume Linter?
Install globally (npm install -g cv-mirror-mcp) and add the server to your MCP client’s config (e.g., ~/.claude/mcp.json for Claude Code). After restarting the client, ask your agent to “scan my CV” – the agent calls analyze_cv (full report), lint_for_vendor (single vendor), or get_express_url (opens the visual web companion).
Key features of CV Mirror MCP — Multi-vendor ATS Resume Linter
- Exposes three MCP tools:
analyze_cv,lint_for_vendor,get_express_url. - Pure JavaScript, runs entirely locally – no CV data leaves your machine.
- Heuristics derived from public ATS vendor documentation.
- Supports PDF and DOCX file input.
- MIT licensed; built by Vantage Labs.
Use cases of CV Mirror MCP — Multi-vendor ATS Resume Linter
- A developer uses Claude Code to detect Workday multi‑column issues in a PDF CV.
- A job seeker runs a single‑vendor lint for Greenhouse before submitting an application.
- An agent session fetches the visual companion URL (
get_express_url) for side‑by‑side parser comparison. - Teams integrate ATS linting into automated resume review pipelines.
FAQ from CV Mirror MCP — Multi-vendor ATS Resume Linter
What ATS vendors are supported?
Workday, Greenhouse, Lever, Taleo (Oracle), and iCIMS – the five most‑used enterprise ATS systems.
Does the server upload my CV anywhere?
No. The server runs locally inside your client’s process; no upload endpoint and no telemetry. The visual web companion is also fully client‑side.
What file formats are accepted?
PDF and DOCX. The server extracts text from each file before applying lint rules.
What are the runtime requirements?
Node.js >= 18 and an MCP‑compatible client (e.g., Claude Code, Cursor, Windsurf, Zed, Cline).
How are the lint rules sourced?
From public vendor documentation and vendor support articles. Full citations are in docs/vendor-sources.md.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント