AI candidate scoring via MCP. Score resumes against job descriptions with Claude — returns dimension scores, strengths, and gaps.
@Spaceghost99
About 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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Comments