HuntFlow MCP Server
Integrates with HuntFlow ATS to manage vacancies, candidates, resumes, and recruitment stages via 7 tools and 2 skill prompts.
README
@theyahia/huntflow-mcp
MCP-сервер для HuntFlow ATS API — вакансии, кандидаты, резюме, этапы, аккаунты. 7 инструментов, 2 скилла.
Часть серии Russian API MCP (50 серверов).
Установка
Claude Desktop (stdio)
{
"mcpServers": {
"huntflow": {
"command": "npx",
"args": ["-y", "@theyahia/huntflow-mcp"],
"env": { "HUNTFLOW_TOKEN": "ваш-токен" }
}
}
}
Streamable HTTP
HUNTFLOW_TOKEN=ваш-токен npx @theyahia/huntflow-mcp --http
# POST /mcp, GET /health на порту 3000 (PORT=...)
Smithery
npx @smithery/cli install @theyahia/huntflow-mcp
Переменные окружения
| Переменная | Обязательная | Описание |
|---|---|---|
HUNTFLOW_TOKEN |
да | API токен (Настройки → API) |
HUNTFLOW_BASE_URL |
нет | По умолчанию https://api.huntflow.ru/v2 |
PORT |
нет | Порт HTTP-сервера (по умолчанию 3000) |
Инструменты (7)
| Инструмент | Описание |
|---|---|
list_accounts |
Список доступных аккаунтов |
list_vacancies |
Список вакансий (открытые/все) |
get_vacancy |
Полная информация о вакансии |
search_applicants |
Поиск кандидатов по имени/email |
get_applicant |
Полная информация о кандидате |
get_applicant_resumes |
Резюме кандидата (все прикреплённые) |
list_stages |
Этапы воронки подбора |
Скиллы (Prompts)
| Скилл | Описание |
|---|---|
skill-applicants |
Кандидаты на вакансию — таблица с этапами и сводкой |
skill-vacancy-stats |
Статистика по вакансии — воронка, сроки, конверсия |
Разработка
npm install
npm test # vitest
npm run dev # tsx src/index.ts
npm run build # tsc
Лицензия
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.