Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

XJTLUmedia/AI-HR-Management-Toolkit MCP server](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit/badges/score.svg)](https://glama.ai/mcp/servers/XJTLUmedia/AI-HR-Management-Toolkit) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-powered resume parser and full...

README.md

AI HR Management Toolkit

AI-powered resume parser & full Applicant Tracking System with 21 MCP tools. Parse PDFs, extract skills, detect patterns, score candidates, and manage a complete hiring pipeline β€” all from your AI assistant, no manual work required.

<img width="1889" height="781" alt="image" src="https://github.com/user-attachments/assets/572b4dd8-8fd4-469c-b71d-a4f513c4b466" /> <img width="1896" height="635" alt="image" src="https://github.com/user-attachments/assets/aa0fc7c1-6373-4a48-9faf-3b15c42871f1" /> <img width="1562" height="572" alt="image" src="https://github.com/user-attachments/assets/4a0ec218-b61f-43c8-b6b8-657219e30dab" />

Live demo: https://ai-hr-management-toolkit.vercel.app

![npm version](https://www.npmjs.com/package/mcp-ai-hr-management-toolkit) ![License: MIT](LICENSE)

<a href="https://glama.ai/mcp/servers/mcp-ai-hr-management-toolkit"> <img width="380" height="200" src="https://glama.ai/mcp/servers/mcp-ai-hr-management-toolkit/badge" alt="mcp-ai-hr-management-toolkit server" /> </a>

---

What Is This?

You have 50 resumes to screen. Your AI assistant can reason about candidates β€” but it cannot open PDFs, extract structured data, or track pipeline stages. This toolkit bridges that gap.

Give your AI assistant 21 tools covering the entire hiring workflow:

  • Parse PDFs, DOCX, TXT, Markdown, and URLs into structured JSON
  • Extract skills, experience, keywords, and entities algorithmically
  • Score and rank candidates against job descriptions
  • Run a full ATS: jobs, candidates, interviews, offers, notes, and analytics

20 of 21 tools are 100% algorithmic β€” no LLM calls, no API keys required. The AI calls tools, interprets the results, and delivers analysis. You just ask questions.

---

Quick Start (MCP Clients)

No installation needed. Point your MCP client at the package:

Claude Desktop β€” Edit %APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS): ``json { "mcpServers": { "ai-hr-management-toolkit": { "command": "npx", "args": ["-y", "mcp-ai-hr-management-toolkit"] } } } ``

Example usage:

<img width="1101" height="556" alt="image" src="https://github.com/user-attachments/assets/34a8fd29-5f51-4f8b-9f3c-df0e31f36354" />

<img width="1094" height="314" alt="image" src="https://github.com/user-attachments/assets/fb641f07-a977-413c-903c-b67f806d75b1" />

Cursor β€” Add to .cursor/mcp.json in your project root: ``json { "mcpServers": { "ai-hr-management-toolkit": { "command": "npx", "args": ["-y", "mcp-ai-hr-management-toolkit"] } } } ``

VS Code Copilot β€” Create .vscode/mcp.json in your project root: ``json { "servers": { "ai-hr-management-toolkit": { "command": "npx", "args": ["-y", "mcp-ai-hr-management-toolkit"] } } } ``

VS Code users: Run the npx command from a directory that contains a package.json (i.e. any project root). The cwd key in .vscode/mcp.json can override the working directory if needed.

Windsurf / other MCP clients β€” Use the same npx pattern above.

---

Installation Options

Option 1: NPX (Zero-install, recommended)

Works from any project directory (requires a package.json in the working directory):

{
  "mcpServers": {
    "ai-hr-management-toolkit": {
      "command": "npx",
      "args": ["-y", "mcp-ai-hr-management-toolkit"]
    }
  }
}

Option 2: Global install

Install once, use from any directory:

npm install -g mcp-ai-hr-management-toolkit
{
  "mcpServers": {
    "ai-hr-management-toolkit": {
      "command": "mcp-ai-hr-management-toolkit",
      "args": []
    }
  }
}

Option 3: Remote HTTP endpoint

Deploy the Next.js app and use the Streamable HTTP transport:

https://your-domain.com/api/mcp

Test locally: ``bash npx @modelcontextprotocol/inspector http://localhost:3000/api/mcp ``

Option 4: Local development (Web UI + MCP)

git clone <repo-url>
cd Resume-parser
npm install
npm run dev

Web UI at http://localhost:3000. MCP endpoint at http://localhost:3000/api/mcp. No .env needed β€” configure API keys in the UI or pass them per tool call.

---

All 21 MCP Tools

All tools return structured JSON with next_steps hints so the AI knows what to call next.

Resume Parsing & Ingestion

| Tool | What it does | AI? | |------|-------------|:---:| | parse_resume | Parse PDF / DOCX / TXT / MD / URL β†’ raw text + contacts, keywords, section map | No | | batch_parse_resumes | Parse up to 20 files in one call, full pipeline on each | No | | inspect_pipeline | Run the 5-stage analysis pipeline β†’ confidence scores, entity counts, data quality report | No |

Unified Analysis

| Tool | What it does | AI? | |------|-------------|:---:| | analyze_resume | Master analysis tool with selectable aspects: keywords (TF-IDF + bigrams), patterns (date ranges, metrics, team sizes, career trajectory), entities (NER with 12 types + context disambiguation), skills (13 categories with proficiency estimation), experience (structured timeline), similarity (cosine, Jaccard, TF-IDF overlap vs. job description), or all | No |

analyze_resume consolidates what were previously 7 separate tools (extract_keywords, detect_patterns, classify_entities, extract_skills_structured, extract_experience_structured, compute_similarity, analyze_resume_comprehensive) into a single entry point with aspect selection.

Candidate Matching & Scoring

| Tool | What it does | AI? | |------|-------------|:---:| | assess_candidate | Score against up to 8 weighted criteria axes β†’ weighted total + pass / review / reject decision | Optional |

Export & Notifications

| Tool | What it does | AI? | |------|-------------|:---:| | export_results | Export structured parse results to JSON or CSV | No | | send_email | Send results via SMTP (config passed per call β€” no server-side secrets stored) | No |

ATS β€” Jobs

| Tool | What it does | AI? | |------|-------------|:---:| | ats_manage_jobs | Full CRUD for job postings: create, read, update, delete, list, search by title/department/status | No |

ATS β€” Candidates & Pipeline

| Tool | What it does | AI? | |------|-------------|:---:| | ats_manage_candidates | CRUD + analytics: add, update, move stage, bulk-move, filter, rank, compare, recommend stage changes, summarize | No | | ats_analytics | Unified dashboard + pipeline analytics: stage distribution, conversion rates, avg time-in-stage, bottleneck detection, offer acceptance rate | No | | ats_search | Global full-text search across all ATS entities (candidates, jobs, interviews, offers, notes) | No |

ATS β€” Interviews

| Tool | What it does | AI? | |------|-------------|:---:| | ats_schedule_interview | Create, update, and delete interviews with conflict detection and interviewer availability check | No | | ats_interview_feedback | Submit structured feedback, compute consensus score, summarize feedback across all interviewers | No |

ATS β€” Offers & Notes

| Tool | What it does | AI? | |------|-------------|:---:| | ats_manage_offers | Full offer lifecycle: draft β†’ pending β†’ approved β†’ sent β†’ accepted / declined / expired | No | | ats_manage_notes | Add, update, search, and delete timestamped candidate notes | No |

ATS β€” Enterprise HR

| Tool | What it does | AI? | |------|-------------|:---:| | ats_compliance | EEO/EEOC reporting, GDPR export/erasure, audit trail, data retention policies | No | | ats_talent_pool | Passive candidate talent pools (CRM): create pools, add/remove candidates, search, analytics | No | | ats_scorecard | Structured interview scorecards with weighted criteria, per-evaluator scores, aggregate rankings | No | | ats_onboarding | Post-hire onboarding checklists: tasks by category, assignees, progress tracking, overdue alerts | No | | ats_communication | Email templates with {{variable}} interpolation, send/preview, communication history, stats | No |

Testing & Seeding

| Tool | What it does | AI? | |------|-------------|:---:| | ats_generate_demo_data | Generate a realistic sample ATS dataset (jobs, candidates, interviews, offers) for testing | No |

assess_candidate optionally calls an LLM when you supply provider + apiKey; it falls back to fully algorithmic scoring otherwise.

---

Example Multi-Turn Flow

You: "Parse this resume and tell me if they're a good fit for our Senior Engineer role"

AI β†’ parse_resume(file)
     β†’ raw text, contact info, section map

AI β†’ inspect_pipeline(rawText)
     β†’ 5-stage confidence scores, entity classification

AI β†’ analyze_resume(text, aspects=["skills", "patterns", "similarity"], jobDescription=...)
     β†’ 13 skill categories with proficiency levels
     β†’ career trajectory, metrics, date ranges
     β†’ cosine 0.74, skill match 82%, gap analysis

AI synthesizes β†’ "Strong match. 6 of 8 required skills present.
                  Two gaps: Kubernetes and system design at scale.
                  Recommend: Technical Screen"

---

Analysis Pipeline

Every resume runs through a 5-stage algorithmic pipeline:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Ingestion  │───▢│ Sanitization │───▢│ Tokenization │───▢│ Classification │───▢│ Serialization β”‚
β”‚ (file/URL)  β”‚    β”‚ (noise trim) β”‚    β”‚  (TF-IDF)    β”‚    β”‚ (NER + disamb) β”‚    β”‚ (structured)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  1. Ingestion β€” PDF via pdf-parse v2, DOCX via mammoth, HTML/URL via cheerio, plain text/markdown natively
  2. Sanitization β€” Removes non-ASCII artifacts, normalizes whitespace, strips formatting noise
  3. Tokenization β€” TF-IDF with unigrams, bigrams, and trigrams; scored by document frequency
  4. Classification β€” NER with domain-aware disambiguation (e.g. "Java" as language vs. Indonesian city; "Go" as language vs. verb)
  5. Serialization β€” Maps entities to typed ResumeSchema with confidence scores and data quality metrics

---

Supported File Formats

| Format | Extensions | Parser | |--------|-----------|--------| | PDF | .pdf | pdf-parse v2 | | DOCX | .docx | mammoth | | Plain text | .txt | direct read | | Markdown | .md, .markdown | regex-based | | URL / HTML | any URL string | cheerio |

Max file size: 10 MB

---

Structured Output Schema

contact        β€” name, email, phone, location, LinkedIn, GitHub, website, portfolio
summary        β€” professional summary text
skills[]       β€” name, category (13 types), proficiency, usage context
experience[]   β€” company, title, start/end dates, highlights, achievements (with metrics), technologies
education[]    β€” institution, degree, field, dates, GPA
certifications[] β€” name, issuer, date, credential URL
projects[]     β€” name, description, URL, technologies, highlights
languages[]    β€” spoken language and proficiency

---

Web UI

The app ships with a full web interface:

| Tab | Description | |-----|-------------| | Single Parse | Upload one file or paste a URL. Returns structured data, pipeline visualization, and AI-enhanced analysis | | Batch Parse | Upload up to 20 files. Export to JSON / CSV / PDF or email results | | Chat | Conversational interface with tool access β€” ask questions about any parsed resume | | ATS | Full pipeline board: jobs, candidates (Kanban), interviews, offers, and analytics dashboard |

Switch AI providers from the selector at the top. Supports OpenAI, Anthropic, Google, DeepSeek, GLM, Qwen, OpenRouter, and OpenCode Zen.

---

REST API Endpoints

All endpoints accept multipart/form-data with optional headers:

| Header | Description | |--------|-------------| | x-api-key | Your AI provider API key | | x-ai-provider | openai / anthropic / google / deepseek / glm / qwen / openrouter / opencodezen | | x-ai-model | Specific model ID |

# Parse a single resume
curl -X POST http://localhost:3000/api/parse \
  -H "x-api-key: sk-..." \
  -F "file=@resume.pdf"

# Batch parse (up to 20 files)
curl -X POST http://localhost:3000/api/batch-parse \
  -H "x-api-key: sk-..." \
  -F "files=@resume1.pdf" \
  -F "files=@resume2.docx"

# MCP endpoint (Streamable HTTP)
curl -X POST http://localhost:3000/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

# Export parsed data
curl -X POST http://localhost:3000/api/export \
  -H "Content-Type: application/json" \
  -d '{"format":"csv","results":[...]}'

---

Tech Stack

| Layer | Technologies | |-------|-------------| | Framework | Next.js 16 (App Router, Turbopack), React 19, TypeScript | | AI | Vercel AI SDK v6, multi-provider (OpenAI, Anthropic, Google, DeepSeek, GLM, Qwen, OpenRouter) | | MCP | @modelcontextprotocol/sdk v1.29 β€” Streamable HTTP + stdio transports | | Parsing | pdf-parse v2, mammoth, cheerio | | NLP | TF-IDF, NER, cosine similarity, Jaccard index (all in-process, no external services) | | Schema | Zod v4 | | Export | ExcelJS (CSV/XLSX), jsPDF + jspdf-autotable | | Email | Nodemailer | | Styling | Tailwind CSS v4, Framer Motion |

---

Development

npm install

# Start dev server (Web UI at :3000 + MCP at /api/mcp)
npm run dev

# Build the standalone MCP CLI (stdio transport)
npm run build:mcp

# Build the Next.js app for production
npm run build

# Test MCP with the official inspector
npx @modelcontextprotocol/inspector http://localhost:3000/api/mcp
npx @modelcontextprotocol/inspector node dist/mcp-stdio.js

# Lint
npm run lint

---

Project Structure

src/
β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ page.tsx              # Main UI (tabs, provider selector, chat, ATS)
β”‚   β”œβ”€β”€ layout.tsx            # Root layout + global styles
β”‚   └── api/
β”‚       β”œβ”€β”€ parse/route.ts    # Single resume parse
β”‚       β”œβ”€β”€ batch-parse/route.ts
β”‚       β”œβ”€β”€ chat/route.ts     # Conversational AI with tool access
β”‚       β”œβ”€β”€ mcp/route.ts      # MCP server (Streamable HTTP)
β”‚       β”œβ”€β”€ models/route.ts   # Provider model listing
β”‚       β”œβ”€β”€ export/route.ts   # JSON / CSV / PDF export
β”‚       └── email/route.ts    # SMTP email
β”œβ”€β”€ components/               # React UI components (parse, batch, chat, ATS)
β”‚   └── ats/                  # ATS-specific views (Kanban, Dashboard, Scheduler…)
└── lib/
    β”œβ”€β”€ ai-model.ts           # Multi-provider model config (no env fallback)
    β”œβ”€β”€ mcp-server.ts         # MCP server β€” registers all 21 tools
    β”œβ”€β”€ schemas/
    β”‚   β”œβ”€β”€ resume.ts         # Zod v4 ResumeSchema
    β”‚   └── criteria.ts       # Assessment criteria schema
    β”œβ”€β”€ analysis/
    β”‚   β”œβ”€β”€ pipeline.ts       # 5-stage pipeline orchestrator
    β”‚   β”œβ”€β”€ sanitizer.ts      # Text cleaning
    β”‚   β”œβ”€β”€ keyword-extractor.ts  # TF-IDF
    β”‚   β”œβ”€β”€ classifier.ts     # NER with context disambiguation
    β”‚   β”œβ”€β”€ pattern-matcher.ts    # Regex extraction (metrics, dates, contacts)
    β”‚   └── scoring.ts        # Cosine similarity, Jaccard, skill matching
    β”œβ”€β”€ parser/
    β”‚   β”œβ”€β”€ pdf.ts, docx.ts, text.ts, markdown.ts, url.ts
    β”‚   └── index.ts
    β”œβ”€β”€ ats/
    β”‚   β”œβ”€β”€ types.ts          # ATS entity types
    β”‚   β”œβ”€β”€ store.ts          # In-memory ATS state
    β”‚   β”œβ”€β”€ demo-data.ts      # Realistic seed data generator
    β”‚   └── context.tsx       # React context for ATS state
    └── tools/
        β”œβ”€β”€ parse-resume.ts       # parse_resume
        β”œβ”€β”€ inspect-pipeline.ts   # inspect_pipeline
        β”œβ”€β”€ export-results.ts     # export_results
        β”œβ”€β”€ send-email.ts         # send_email
        └── mcp/                  # 17 MCP-specific tools
            β”œβ”€β”€ analyze-resume.ts     # analyze_resume (unified: keywords, patterns, entities, skills, experience, similarity)
            β”œβ”€β”€ batch-parse.ts        # batch_parse_resumes
            β”œβ”€β”€ assess-candidate.ts   # assess_candidate
            β”œβ”€β”€ ats-manage-candidates.ts  # ats_manage_candidates (includes rank/filter/compare/summarize)
            β”œβ”€β”€ ats-manage-jobs.ts
            β”œβ”€β”€ ats-manage-offers.ts
            β”œβ”€β”€ ats-manage-notes.ts
            β”œβ”€β”€ ats-analytics.ts      # ats_analytics (unified dashboard + pipeline)
            β”œβ”€β”€ ats-schedule-interview.ts
            β”œβ”€β”€ ats-interview-feedback.ts
            β”œβ”€β”€ ats-search.ts
            β”œβ”€β”€ ats-generate-demo-data.ts
            β”œβ”€β”€ ats-compliance.ts     # Enterprise: EEO / GDPR / audit
            β”œβ”€β”€ ats-talent-pool.ts    # Enterprise: passive candidate CRM
            β”œβ”€β”€ ats-scorecard.ts      # Enterprise: structured scorecards
            β”œβ”€β”€ ats-onboarding.ts     # Enterprise: onboarding checklists
            └── ats-communication.ts  # Enterprise: email templates & history

---

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.