# io.github.theYahia/hh-mcp (npm · @theyahia/hh-mcp)

MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints,

- Trust score: 66/100 (medium)
- Change this week: +42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@theyahia/hh-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp.md), [page](https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp)

## Channel facts

- Registry: `npm`
- Package: `@theyahia/hh-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 40 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 298 tokens (~49/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add theyahia-hh-mcp -- npx -y @theyahia/hh-mcp
```

### Codex

```bash
codex mcp add theyahia-hh-mcp -- npx -y @theyahia/hh-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theyahia-hh-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@theyahia/hh-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add theyahia-hh-mcp --command npx --arg -y --arg @theyahia/hh-mcp
```

### Hermes

```yaml
mcp_servers:
  theyahia-hh-mcp:
    command: "npx"
    args: ["-y", "@theyahia/hh-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "theyahia-hh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/hh-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 62, +18)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Dependency health: partial → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Schema quality: unverified → fair

### 2026-08-01 (score 44, +16)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (6)

### `search_vacancies` (~123 tokens)

Поиск вакансий на hh.ru по ключевым словам, региону, зарплате, опыту.

Input parameters:

- `area` (number): Код региона (1=Москва, 2=СПб)
- `currency` (string): Валюта зарплаты
- `employment` (string): Тип занятости
- `experience` (string): Опыт работы
- `per_page` (integer): Количество на странице
- `salary` (number): Желаемая зарплата
- `text` (string): Ключевые слова для поиска

### `get_vacancy` (~37 tokens)

Полная информация о вакансии: описание, требования, навыки, контакты.

Input parameters:

- `id` (string, required): ID вакансии

### `get_employers` (~47 tokens)

Поиск работодателей по названию.

Input parameters:

- `area` (number): Код региона
- `per_page` (integer): Количество
- `text` (string, required): Название компании

### `get_salary_stats` (~45 tokens)

Статистика зарплат по специальности и региону.

Input parameters:

- `area` (number): Код региона (1=Москва)
- `text` (string, required): Название специальности

### `get_areas` (~24 tokens)

Справочник регионов РФ и СНГ с кодами для поиска.

### `get_professional_roles` (~22 tokens)

Справочник профессиональных ролей для поиска вакансий.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 62
- 2026-08-01: 44
- 2026-07-31: 28
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@theyahia/hh-mcp
- Socket report: https://socket.dev/npm/package/@theyahia/hh-mcp
- Repository: https://github.com/theYahia/hh-mcp
- Changelog RSS feed: https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/theyahia-hh-mcp/theyahia-hh-mcp
