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_cv (full report), lint_for_vendor (single-vendor lint), get_express_url (web companion link). Compatible with Claude Desktop, Cursor, Cline, and any MCP-spec-compliant client.
Server Config
{
"mcpServers": {
"cv-mirror": {
"command": "npx",
"args": [
"-y",
"cv-mirror-mcp"
]
}
}
}