AI candidate scoring via MCP. Score resumes against job descriptions with Claude — returns dimension scores, strengths, and gaps.
@Spaceghost99
关于 AI candidate scoring via MCP. Score resumes against job descriptions with Claude — returns dimension scores, strengths, and gaps.
hrmcp-server is an MCP-native server for HR and recruiting workflows. Send a resume and job description, get back structured scores across four dimensions (skills match, experience, industry background, education), plus specific strengths and gaps grounded in the actual content.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AI candidate scoring via MCP?
AI candidate scoring via MCP is a source-available MCP server for HR and recruiting workflows. It scores candidate resumes against job descriptions using Claude, returning structured dimension scores, strengths, and gaps. Any agent framework that speaks MCP can call it natively.
How to use AI candidate scoring via MCP?
Use the hosted API at recruitapi.app without running anything, or self-host by deploying to Railway in under 15 minutes. Send a POST /score-candidate request with resume_text and job_description fields, and optionally custom weights and recency_window_years. Pass an API key via X-API-Key or Authorization: Bearer header.
Key features of AI candidate scoring via MCP
- Scores candidates on four configurable dimensions with overall score (0–100)
- Returns 2–4 grounded strengths and gaps per candidate
- Supports idempotency caching for 24 hours with a header
- Self-hostable on Railway or locally with Anthropic API key
- Credit-based billing: 100 credits for $5, expire after 180 days
- Rolling rate limits: 30 requests/minute and 500 requests/day per key
Use cases of AI candidate scoring via MCP
- Automatically score a batch of resumes against a job description
- Integrate candidate scoring into an existing agent or workflow via MCP
- Self-host a private scoring system without sending data to third parties
FAQ from AI candidate scoring via MCP
How do I get an API key for AI candidate scoring via MCP?
API keys are issued after a credit purchase. Visit hrmcp-server-production.up.railway.app/billing to buy credits and receive a key.
What are the input requirements for the resume and job description?
Both text fields must be between 50 and 15,000 characters. The resume must be at least 50 words; the job description may trigger a warning if under 30 words.
What happens if I exceed the rate limits?
The server returns a 429 status with code rate_limit_exceeded. Each response includes X-RateLimit-* headers showing remaining capacity. Self-hosted deployments can disable rate limiting with RATE_LIMIT_ENABLED=false.
Can I run AI candidate scoring via MCP locally without a database?
Yes. Scoring works without a database. Auth and billing require Postgres, but local development can test scoring with just ANTHROPIC_API_KEY.
What weights does AI candidate scoring via MCP use by default?
Default weights are: skills_match 0.40, experience 0.30, industry_background 0.20, education 0.10. Custom weights can be provided and must sum to 1.0 with each value between 0.0 and 1.0.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
评论