Recruitee MCP Server
@EmpoweredHouse
关于 Recruitee MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"recruitee": {
"command": "/path/to/.venv/bin/python",
"args": [
"/path/to/recruitee-mcp-server/app/app.py",
"--transport",
"stdio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Recruitee MCP Server?
Recruitee MCP Server is a Model Context Protocol (MCP) server for Recruitee that enables advanced, AI-powered search, filtering, reporting, and analytics on recruitment data. It is designed for developers and recruiters who want to connect MCP-compatible AI agents to Recruitee for structured, agent-friendly data access.
How to use Recruitee MCP Server?
Configure your MCP client with the server command or remote URL. For local development, use stdio transport and run with mcp-cli. For production deployments, use streamable-http transport (e.g., to https://recruitee-mcp-server.fly.dev/mcp). Remote access requires a bearer token set via MCP_BEARER_TOKEN.
Key features of Recruitee MCP Server
- Advanced candidate search and filtering by skills, status, talent pool, job, tags
- Recruitment summary reports (time in stage, total process duration)
- Recruitment statistics (average salary, time to hire, contract type stats)
- General search across candidates, recruitments, and talent pools
- Prompt templates for consistent LLM-based summaries
- Supports stdio, streamable-http, and SSE transport methods
Use cases of Recruitee MCP Server
- Find candidates with specific skills who were rejected for salary expectations
- Generate summary reports of recruitment lifecycle duration per stage
- Calculate average expected salary for backend roles
- Quickly locate candidates or talent pools by name or attribute
- Automate recruitment analytics and reporting via AI agents
FAQ from Recruitee MCP Server
What transport methods does the server support?
The server supports stdio (local), streamable-http (recommended for remote/production), and SSE (deprecated in some frameworks).
How do I deploy to Fly.io?
Set secrets in a .env file, then run flyctl auth login and make deploy. The server will be live at https://recruitee-mcp-server.fly.dev/.
What API does it use?
It uses the Recruitee Careers Site API, documented at https://docs.recruitee.com/reference/intro-to-careers-site-api.
What programming language and framework is it built with?
The server is written in Python using the FastMCP framework.
Is there authentication for remote access?
Yes, remote access via streamable-http requires a bearer token passed as an environment variable (MCP_BEARER_TOKEN) or as a header.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论