{ "name": "matchcv-mcp", "version": "0.1.0", "description": "MCP server for MatchCV — ATS resume checking, job description analysis, and AI resume tailoring inside Claude, Cursor, and other MCP clients.", "keywords": [ "mcp", "modelcontextprotocol", "resume", "cv", "ats", "job-search", "matchcv" ], "homepage": "https://matchcv.co/mcp", "repository": { "type": "git", "url": "git+https://github.com/18boys/matchcv-mcp.git" }, "bugs": { "url": "https://github.com/18boys/matchcv-mcp/issues" }, "license": "MIT", "author": "MatchCV", "type": "module", "bin": { "matchcv-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" } }