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 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
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!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论