Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"huntflow": {
"env": {
"HUNTFLOW_TOKEN": "ваш-токен"
},
"args": [
"-y",
"@theyahia/huntflow-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для HuntFlow ATS API — вакансии, кандидаты, резюме, этапы, аккаунты. 7 инструментов, 2 скилла.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/huntflow-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/huntflow-mcp against OSV.dev.
Click any tool to inspect its schema.
skill-applicantsКандидаты на вакансию — таблица с этапами и сводкой
skill-vacancy-statsСтатистика по вакансии — воронка, сроки, конверсия
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
a self-hosted project management & Kanban solution + Instant shareable boards
All-in-one local AI hub for Obsidian — LLM chat with vault tools, MCP servers, RAG, workflow automation, encryption, and edit history. Fully private, no cloud required.
MCP Security Weekly
Get CVE alerts and security updates for Huntflow MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для HuntFlow ATS API — вакансии, кандидаты, резюме, этапы, аккаунты. 7 инструментов, 2 скилла.
Часть серии Russian API MCP (50 серверов).
{
"mcpServers": {
"huntflow": {
"command": "npx",
"args": ["-y", "@theyahia/huntflow-mcp"],
"env": { "HUNTFLOW_TOKEN": "ваш-токен" }
}
}
}
HUNTFLOW_TOKEN=ваш-токен npx @theyahia/huntflow-mcp --http
# POST /mcp, GET /health на порту 3000 (PORT=...)
npx @smithery/cli install @theyahia/huntflow-mcp
| Переменная | Обязательная | Описание |
|---|---|---|
HUNTFLOW_TOKEN | да | API токен (Настройки → API) |
HUNTFLOW_BASE_URL | нет | По умолчанию https://api.huntflow.ru/v2 |
PORT | нет | Порт HTTP-сервера (по умолчанию 3000) |
| Инструмент | Описание |
|---|---|
list_accounts | Список доступных аккаунтов |
list_vacancies | Список вакансий (открытые/все) |
get_vacancy | Полная информация о вакансии |
search_applicants | Поиск кандидатов по имени/email |
get_applicant | Полная информация о кандидате |
get_applicant_resumes | Резюме кандидата (все прикреплённые) |
list_stages | Этапы воронки подбора |
| Скилл | Описание |
|---|---|
skill-applicants | Кандидаты на вакансию — таблица с этапами и сводкой |
skill-vacancy-stats | Статистика по вакансии — воронка, сроки, конверсия |
npm install
npm test # vitest
npm run dev # tsx src/index.ts
npm run build # tsc
MIT