HH MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vacanciesA | Search for vacancies on hh.ru. Args: keywords: Search keywords (e.g., "QA Automation Engineer") area: Location filter (e.g., "москва", "россия") salary_from: Minimum salary salary_to: Maximum salary experience: Experience level (no_experience, 1-3, 3-6, 6+) schedule: Work schedule (remote, office, hybrid, flexible, shift) max_pages: Maximum pages to load (1-10, default 3) |
| get_recommended_vacanciesA | Get vacancies recommended by hh.ru for a specific resume. Uses hh.ru's matching algorithm to find vacancies that best fit the resume. This is equivalent to the "Подходящие вакансии" page. Args: resume_id: Resume ID from get_my_resumes (e.g., "0fe69243ff063cb4720039ed1f574b71676a55") max_pages: Maximum pages to load (1-50, default 5, 20 vacancies per page) |
| get_vacancy_detailsA | Get full details of a specific vacancy. Args: vacancy_id: hh.ru vacancy ID (e.g., "12345678") |
| apply_to_vacancyA | Apply to a vacancy on hh.ru. Two-pass flow for vacancies with questions:
Args: vacancy_id: hh.ru vacancy ID resume_id: Resume ID to use (from get_my_resumes) cover_letter: Cover letter text question_answers: Dict mapping question label to answer text |
| get_my_resumesA | Get list of user's resumes on hh.ru. |
| get_resumeA | Get full resume content. Args: resume_id: Resume ID (from get_my_resumes) |
| get_employer_infoB | Get company/employer information. Args: employer_id: hh.ru employer ID |
| get_responsesA | Get list of user's job applications/responses on hh.ru. |
| close_sessionA | Close the browser session and save state. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: searching vacancies, getting details, applying, managing resumes, employer info, and responses. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., search_vacancies, get_resume, apply_to_vacancy). No mixing of styles.
9 tools are well-scoped for a job application platform, covering all core operations without being excessive or too sparse.
The tool set covers the essential job search and application workflow. Minor gaps like resume creation/editing are absent but can be handled externally.