Recruitee MCP Server
Enables extraction and analysis of candidate profiles from Recruitee recruitment pipelines, optimized for LLM evaluation with clean, bias-free data.
README
Recruitee MCP Server
A Model Context Protocol (MCP) server for the Recruitee API that enables extraction of candidate profiles from recruitment pipelines. Features clean, purpose-built functions optimized for different use cases: basic overviews, LLM evaluation, and detailed analysis.
Features
- LLM Evaluation Optimized: Clean, bias-free candidate data perfect for AI analysis
- PDF Text Extraction: Automatic CV and cover letter extraction using pdfplumber
- Screening Questions: Clean Q&A format for easy evaluation
- Efficient Processing: CV text processing configurable for performance optimization
- Advanced Search: Multi-criteria candidate filtering
- Notes & Ratings: Separate access to evaluator feedback
Available Tools
Core Tools
get_candidates_from_pipeline_for_evaluation- Recommended for LLM analysis - Clean evaluation dataget_candidate_profile- Complete candidate profile with all administrative datasearch_candidates- Advanced candidate search with filteringget_candidate_notes- Access notes, ratings, and evaluator feedbacklist_jobs- List all available jobs/pipelinesget_job_details- Get detailed job information
Tool Details
get_candidates_from_pipeline_for_evaluation(job_id, stage_filter=None, include_full_cv=False) ⭐ Recommended
LLM evaluation optimized: Clean, bias-free data perfect for candidate analysis.
Parameters:
job_id: The job/pipeline ID (required)stage_filter: Optional stage name filterinclude_full_cv: Whether to include full CV text (default: False). Set to True to include full CV text - basic CV metadata always included.
Returns:
- CV full text extraction (PDF → text) - optional based on
include_full_cvparameter - Clean screening questions:
[{"question": "...", "answer": "...", "question_type": "text"}] - Flattened skills array:
["JavaScript", "React", "Node.js"] - Structured experience:
[{"company": "...", "title": "...", "description": "..."}] - Cover letter text
- Basic facts only:
has_degree,total_screening_questions,answered_questions
get_candidate_profile(candidate_id)
Complete candidate profile: All candidate data including contact info, CV, cover letter, experience, and all custom fields.
- Returns: Full profile with contact info, CV/cover letter PDFs, custom fields, and full PDF text extraction
- Use case: Individual detailed review, contact information access, complete administrative data
- Performance: 🐌 Slow (comprehensive data + PDF processing)
search_candidates(job_ids=None, stage_names=None, status=None, has_cv=None, has_cover_letter=None, limit=50, offset=0)
Advanced search: Multi-criteria candidate filtering across all candidates.
- Returns: Filtered candidate list with pagination support
- Use case: Finding candidates by specific criteria, bulk operations
- Performance: 🔄 Medium (client-side filtering)
get_candidate_notes(candidate_id)
Evaluator feedback: Access to ratings, notes, and comments.
- Returns: Notes, ratings, comments from recruiters/interviewers
- Use case: Review evaluator feedback and scoring
list_jobs() and get_job_details(job_id)
Job management: List available jobs and get detailed job information.
- Returns: Job listings with metadata, stages, and requirements
- Use case: Discovering available positions, understanding job requirements
Installation
# Install from source
git clone [repository-url]
cd recruitee-mcp-server
pip install -e .
Configuration
export RECRUITEE_API_TOKEN="your-api-token"
export RECRUITEE_COMPANY_ID="your-company-id"
Usage
Recommended Workflow
# 1. Get clean evaluation data for LLM analysis (CV text excluded by default)
evaluation_data = get_candidates_from_pipeline_for_evaluation("job_id")
# 1a. For detailed analysis including CV text
evaluation_data = get_candidates_from_pipeline_for_evaluation("job_id", include_full_cv=True)
# 2. Get individual candidate details with full CV text (always included)
profile = get_candidate_profile("candidate_id") # Complete administrative data
# 3. Review evaluator feedback separately
notes = get_candidate_notes("candidate_id")
# 4. Get full administrative details only when needed (contact info, etc.)
full_profile = get_candidate_profile("candidate_id") # Always returns full data
Function Comparison
| Function | Use Case | Fields | Performance |
|---|---|---|---|
get_candidates_from_pipeline_for_evaluation() |
Pipeline LLM analysis | 23 clean fields | 🔄 Medium |
get_candidate_profile() |
Complete administrative data | 80+ raw fields | 🐌 Slow |
search_candidates() |
Advanced filtering | Variable | 🔄 Medium |
get_candidate_notes() |
Evaluator feedback | Notes & ratings | ⚡ Fast |
list_jobs() |
Job/pipeline listing | Job metadata | ⚡ Fast |
get_job_details() |
Job information | Complete job data | ⚡ Fast |
MCP Integration
{
"mcpServers": {
"recruitee": {
"command": "python",
"args": ["-m", "recruitee_mcp.server"],
"env": {
"RECRUITEE_API_TOKEN": "your-token",
"RECRUITEE_COMPANY_ID": "your-company-id"
}
}
}
}
Performance Tips
- Pipeline analysis: Use
get_candidates_from_pipeline_for_evaluation()(clean, optimized data) - Large datasets: Keep
include_full_cv=False(default) to skip CV text processing for better performance - Individual analysis: Use
get_candidate_profile()for complete administrative data with contact info - Evaluator feedback: Use
get_candidate_notes()for ratings/comments
License
MIT License
💼 Perfect for AI-powered recruitment tools and LLM candidate evaluation systems.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。