Skip to main content
Glama
ComPanS

hh-vacancy-mcp

by ComPanS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_settingsB

Show current browser and resume matching settings.

set_min_scoreA

Set the minimum vacancy-to-resume match score from 0 to 100. Default is 70.

set_browserC

Choose browser and session connection mode. CDP reuses an already logged-in Chrome or Edge.

set_resumeA

Store resume text locally for matching. Do not include passwords or unrelated secrets.

search_hh_vacanciesA

Search HH.ru in the selected authenticated browser and return only vacancies meeting the configured score threshold.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct concern: reading settings, updating the score threshold, choosing the browser, storing the resume, and running the search. There is no meaningful overlap between any of the five tools.

Naming Consistency5/5

The naming follows a clear and consistent verb-based pattern: get_settings, set_min_score, set_browser, set_resume, and search_hh_vacancies. The set_ prefix is used uniformly for configuration changes, and the search tool is action-oriented.

Tool Count5/5

Five tools is well-scoped for this focused MCP server. Each tool represents one essential capability for configuring and running HH.ru vacancy searches against a resume.

Completeness5/5

The tool surface covers the full workflow: configure the match threshold, select an authenticated browser, set the resume text, view current settings, and execute the search. No obvious dead ends or missing lifecycle steps are present for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues