resume-kit MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@resume-kit MCP Serverscore my resume against this software engineer job posting and list gaps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Resume Intelligence Toolkit (resume-kit)
A reusable, trustworthy system for evaluating, comparing, aligning, generating, and validating resume materials against specific jobs. It answers five core questions:
Can an ATS reliably parse this resume?
How closely does this resume match a specific job?
Which relevant qualifications are missing or poorly represented?
What truthful changes would improve alignment?
Did the revised resume actually improve?
Resume-kit is a shared core engine exposed through an agent plugin, an MCP server,
a CLI (resume-tool), and a REST API. All interfaces are thin adapters over the same
core — no business rule lives only in a route, command, handler, or skill.
Installation
resume-kit ships as a single self-contained wheel that vendors every internal
import package. Choose extras for the surface(s) you want:
pip install resume-kit # core engine + export (base)
pip install "resume-kit[cli]" # + the resume-tool CLI
pip install "resume-kit[mcp]" # + the MCP server
pip install "resume-kit[api]" # + the FastAPI/uvicorn REST API
pip install "resume-kit[all]" # everythingThe base install carries the engine and export third-party runtime dependencies
(pydantic, markitdown, pdfminer.six, python-docx, reportlab). Extras add
typer (cli), mcp (mcp), and fastapi + uvicorn (api).
The resume-tool command
Installing the cli extra exposes the console script:
pip install "resume-kit[cli]"
resume-tool --helpRelated MCP server: Resume MCP Server
Building & publishing
Build the umbrella wheel and sdist locally with uv:
uv build # produces dist/resume_kit-*.whl and dist/resume_kit-*.tar.gzThe wheel vendors all import packages (schemas, core, document-parser, job-parser,
ats, matching, policy, evidence, alignment, export, facade, cli, mcp, api, and the
job-hunter bridge) via Hatch force-include, so the shipped metadata declares only
third-party dependencies — no internal resume-kit-* requirements. The per-package
pyproject.toml files remain only for local uv workspace development.
Publishing to PyPI uses Trusted Publishing
(OIDC, no long-lived API tokens). The GitHub Actions workflow in
.github/workflows/publish.yml builds and publishes on a v* version tag; it is not
triggered by ordinary pushes. To cut a release, push a tag:
git tag v0.1.0
git push origin v0.1.0As a manual fallback (also Trusted-Publishing-friendly), you can upload from a local build with twine:
uv build
python -m twine upload dist/*Note:
resume-kithas not been published to PyPI yet. The commands above describe how a release would be cut once the project is ready.
Status
Early development. Built by selectively porting proven behavior from
Resume-Matcher (Apache 2.0) into a clean, modular
architecture. Resume-Matcher is a donor codebase and upstream reference, not the product
architecture. See references/ for the upstream audit, reuse inventory, and
attribution.
Language & distribution
Implemented in Python (the donor codebase and all extractable subsystems are Python: Pydantic models, MarkItDown extraction, LiteLLM providers). Distribution targets PyPI, not npm — see ADR-0001.
Principles
Deterministic parsing, checks, diffs, and scoring before any LLM reasoning; LLM usage is optional, explicit, and replaceable by local/no-LLM modes.
Never fabricate employers, titles, dates, accomplishments, metrics, certifications, or experience. The user is the final authority over truth.
Original resumes are preserved by default; every change ships with a structured diff, claim provenance, and a truth-validation report.
Repository layout
packages/ core, schemas, document-parser, job-parser, matching, alignment,
evidence, policy, ats, llm, export, cli, mcp, api
plugins/ resume-intelligence agent plugin
integrations/ job-hunter bridge
references/ upstream-audit.md, reuse-inventory.md, attribution.md, ADRs
tests/ fixtures, characterization, unit, integration, evalsLicense
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn intelligent, zero-cost MCP server that securely parses local resumes and compares them against live job postings for ATS scoring, skill gap analysis, and interview prep.Last updated1MIT
- Flicense-qualityCmaintenanceAn MCP server that compares your resume against a job description using semantic similarity and keyword matching, and generates a visual skill-gap chart.Last updated
- Flicense-qualityDmaintenanceMCP server for maintaining a professional profile database and generating tailored, ATS-optimized resumes for specific job postings.Last updated1
- Flicense-qualityCmaintenanceMCP server for AI-native resume optimization, providing tools to load JD, analyze match, rewrite sections, and assemble customized resumes.Last updated1
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcassil/resume-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server