
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
resume-optimizer
Advanced tools
MCP server for resume optimization — ATS scoring, keyword analysis, format checks, job description matching, and improvement suggestions.
An MCP (Model Context Protocol) server for resume and CV optimization. Provides comprehensive ATS scoring, keyword analysis, job description matching, bullet point improvement, professional summary generation, and format checking -- all powered by pure text analysis and heuristics with no external API calls.
| Plan | Price | Features |
|---|---|---|
| Basic | $8/mo | analyze_resume, check_ats, improve_bullets — Buy → |
| Pro | $15/mo | All 5 tools, unlimited usage, priority support — Buy → |
Free trial: 3 calls total (shared across all tools), no credit card. License keys are emailed instantly after checkout. More info: aivp-mcp.vercel.app
analyze_resumeComprehensive resume analysis. Returns an overall score (0-100) with breakdowns for ATS compatibility, keyword density, action verb usage, quantified achievements, section completeness (contact, summary, experience, education, skills), formatting issues, and length assessment.
{
"resume_text": "John Doe\njohn@example.com\n555-123-4567\n\nProfessional Summary\n...\n\nExperience\n...",
"job_description": "We are looking for a Senior Software Engineer with 5+ years..."
}
optimize_for_jobMatch a resume against a specific job description. Identifies matching keywords, finds missing keywords, suggests bullet point rewrites, calculates a match score (0-100), highlights transferable skills, and provides gap analysis.
{
"resume_text": "Full resume text...",
"job_description": "Full job description text..."
}
generate_summaryGenerate 2-3 sentence professional summary options from resume text. Produces three variants -- confident, technical, and leadership-focused -- tailored to the detected career level (entry/mid/senior/executive).
{
"resume_text": "Full resume text...",
"target_role": "Engineering Manager"
}
improve_bulletsAnalyze bullet points and suggest rewrites with stronger action verbs, quantification, and STAR method format. Returns before/after comparisons with per-bullet scores.
{
"bullets": [
"Responsible for managing a team of developers",
"Improved system performance by 40% through database optimization",
"Worked on various projects"
],
"context": "software engineering"
}
check_atsDeep ATS (Applicant Tracking System) compatibility check. Validates formatting, section headers, contact info parsing, keyword stuffing detection, and provides file format advice. Returns categorized issues with fix suggestions.
{
"resume_text": "Full resume text..."
}
No install step needed — run straight from npm:
npx -y resume-optimizer
Or install globally:
npm install -g resume-optimizer
npx -y resume-optimizer
npx -y resume-optimizer --sse
# or with custom port:
PORT=8080 npx -y resume-optimizer --sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"resume-optimizer": {
"command": "npx",
"args": ["-y", "resume-optimizer"],
"env": { "LICENSE_KEY": "<your license key — omit for free trial>" }
}
}
}
Connect to the SSE endpoint for web-based integrations:
GET http://localhost:3000/ssePOST http://localhost:3000/messages?sessionId=<id>GET http://localhost:3000/healthBuilt-in keyword databases for:
src/
index.ts # Server entry point, tool registration, transports
types.ts # Shared TypeScript interfaces
data/
keywords.ts # Industry keyword databases, section patterns, quantifiers
action-verbs.ts # Categorized action verb database
tools/
score-resume.ts # analyze_resume implementation
match-job.ts # optimize_for_job implementation
generate-summary.ts # generate_summary implementation
improve-bullets.ts # improve_bullets implementation
check-format.ts # check_ats implementation
MIT
FAQs
MCP server for resume optimization — ATS scoring, keyword analysis, format checks, job description matching, and improvement suggestions.
We found that resume-optimizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.