@theyahia/hh-mcp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +70 -70
  3. package/package.json +56 -32
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 theYahia
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 theYahia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,70 +1,70 @@
1
- # @theyahia/hh-mcp
2
-
3
- MCP-сервер для hh.ru API — поиск вакансий, зарплаты, работодатели, справочники. **6 инструментов. Без авторизации.**
4
-
5
- [![npm](https://img.shields.io/npm/v/@theyahia/hh-mcp)](https://www.npmjs.com/package/@theyahia/hh-mcp)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
-
8
- Часть серии [Russian API MCP](https://github.com/theYahia/russian-mcp) (50 серверов) by [@theYahia](https://github.com/theYahia).
9
-
10
- ## Установка
11
-
12
- ### Claude Desktop
13
-
14
- ```json
15
- {
16
- "mcpServers": {
17
- "hh": {
18
- "command": "npx",
19
- "args": ["-y", "@theyahia/hh-mcp"]
20
- }
21
- }
22
- }
23
- ```
24
-
25
- ### Claude Code
26
-
27
- ```bash
28
- claude mcp add hh -- npx -y @theyahia/hh-mcp
29
- ```
30
-
31
- ### VS Code / Cursor
32
-
33
- ```json
34
- { "servers": { "hh": { "command": "npx", "args": ["-y", "@theyahia/hh-mcp"] } } }
35
- ```
36
-
37
- ### Windsurf
38
-
39
- ```json
40
- { "mcpServers": { "hh": { "command": "npx", "args": ["-y", "@theyahia/hh-mcp"] } } }
41
- ```
42
-
43
- > Авторизация **не нужна** для поиска вакансий. Для доступа к резюме — задайте `HH_ACCESS_TOKEN`.
44
-
45
- ## Инструменты (6)
46
-
47
- | Инструмент | Описание |
48
- |------------|----------|
49
- | `search_vacancies` | Поиск вакансий по словам, региону, зарплате, опыту |
50
- | `get_vacancy` | Полная информация о вакансии с описанием и контактами |
51
- | `get_employers` | Поиск работодателей по названию |
52
- | `get_salary_stats` | Статистика зарплат по специальности и региону |
53
- | `get_areas` | Справочник регионов РФ и СНГ |
54
- | `get_professional_roles` | Справочник профессий |
55
-
56
- ## Примеры
57
-
58
- ```
59
- Найди вакансии Python разработчика в Москве от 200000 рублей
60
- Покажи вакансии в Яндексе
61
- Какая средняя зарплата Senior Backend в Петербурге?
62
- ```
63
-
64
- ## Часть серии Russian API MCP
65
-
66
- **50 серверов:** [github.com/theYahia/russian-mcp](https://github.com/theYahia/russian-mcp)
67
-
68
- ## Лицензия
69
-
70
- MIT
1
+ # @theyahia/hh-mcp
2
+
3
+ MCP-сервер для hh.ru API — поиск вакансий, зарплаты, работодатели, справочники. **6 инструментов. Без авторизации.**
4
+
5
+ [![npm](https://img.shields.io/npm/v/@theyahia/hh-mcp)](https://www.npmjs.com/package/@theyahia/hh-mcp)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+
8
+ Часть серии [Russian API MCP](https://github.com/theYahia/russian-mcp) (50 серверов) by [@theYahia](https://github.com/theYahia).
9
+
10
+ ## Установка
11
+
12
+ ### Claude Desktop
13
+
14
+ ```json
15
+ {
16
+ "mcpServers": {
17
+ "hh": {
18
+ "command": "npx",
19
+ "args": ["-y", "@theyahia/hh-mcp"]
20
+ }
21
+ }
22
+ }
23
+ ```
24
+
25
+ ### Claude Code
26
+
27
+ ```bash
28
+ claude mcp add hh -- npx -y @theyahia/hh-mcp
29
+ ```
30
+
31
+ ### VS Code / Cursor
32
+
33
+ ```json
34
+ { "servers": { "hh": { "command": "npx", "args": ["-y", "@theyahia/hh-mcp"] } } }
35
+ ```
36
+
37
+ ### Windsurf
38
+
39
+ ```json
40
+ { "mcpServers": { "hh": { "command": "npx", "args": ["-y", "@theyahia/hh-mcp"] } } }
41
+ ```
42
+
43
+ > Авторизация **не нужна** для поиска вакансий. Для доступа к резюме — задайте `HH_ACCESS_TOKEN`.
44
+
45
+ ## Инструменты (6)
46
+
47
+ | Инструмент | Описание |
48
+ |------------|----------|
49
+ | `search_vacancies` | Поиск вакансий по словам, региону, зарплате, опыту |
50
+ | `get_vacancy` | Полная информация о вакансии с описанием и контактами |
51
+ | `get_employers` | Поиск работодателей по названию |
52
+ | `get_salary_stats` | Статистика зарплат по специальности и региону |
53
+ | `get_areas` | Справочник регионов РФ и СНГ |
54
+ | `get_professional_roles` | Справочник профессий |
55
+
56
+ ## Примеры
57
+
58
+ ```
59
+ Найди вакансии Python разработчика в Москве от 200000 рублей
60
+ Покажи вакансии в Яндексе
61
+ Какая средняя зарплата Senior Backend в Петербурге?
62
+ ```
63
+
64
+ ## Часть серии Russian API MCP
65
+
66
+ **50 серверов:** [github.com/theYahia/russian-mcp](https://github.com/theYahia/russian-mcp)
67
+
68
+ ## Лицензия
69
+
70
+ MIT
package/package.json CHANGED
@@ -1,32 +1,56 @@
1
- {
2
- "name": "@theyahia/hh-mcp",
3
- "version": "1.0.0",
4
- "description": "MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints, no auth required.",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": { "hh-mcp": "dist/index.js" },
8
- "files": ["dist"],
9
- "engines": { "node": ">=18.0.0" },
10
- "scripts": {
11
- "build": "tsc",
12
- "dev": "tsx src/index.ts",
13
- "start": "node dist/index.js",
14
- "prepublishOnly": "npm run build"
15
- },
16
- "dependencies": {
17
- "@modelcontextprotocol/sdk": "^1.12.0",
18
- "zod": "^3.24.0"
19
- },
20
- "devDependencies": {
21
- "@types/node": "^22.0.0",
22
- "tsx": "^4.19.0",
23
- "typescript": "^5.7.0"
24
- },
25
- "publishConfig": { "access": "public" },
26
- "mcpName": "io.github.theYahia/hh-mcp",
27
- "keywords": ["mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "hh", "headhunter", "jobs", "vacancies", "salary", "resume"],
28
- "license": "MIT",
29
- "repository": { "type": "git", "url": "https://github.com/theYahia/hh-mcp.git" },
30
- "homepage": "https://github.com/theYahia/hh-mcp#readme",
31
- "author": "theYahia (https://github.com/theYahia)"
32
- }
1
+ {
2
+ "name": "@theyahia/hh-mcp",
3
+ "version": "1.0.1",
4
+ "description": "MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints, no auth required.",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "hh-mcp": "dist/index.js"
9
+ },
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "engines": {
14
+ "node": ">=18.0.0"
15
+ },
16
+ "scripts": {
17
+ "build": "tsc",
18
+ "dev": "tsx src/index.ts",
19
+ "start": "node dist/index.js",
20
+ "prepublishOnly": "npm run build"
21
+ },
22
+ "dependencies": {
23
+ "@modelcontextprotocol/sdk": "^1.12.0",
24
+ "zod": "^3.24.0"
25
+ },
26
+ "devDependencies": {
27
+ "@types/node": "^22.0.0",
28
+ "tsx": "^4.19.0",
29
+ "typescript": "^5.7.0"
30
+ },
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
+ "mcpName": "io.github.theYahia/hh-mcp",
35
+ "keywords": [
36
+ "mcp",
37
+ "mcp-server",
38
+ "model-context-protocol",
39
+ "claude",
40
+ "ai",
41
+ "russian-api",
42
+ "hh",
43
+ "headhunter",
44
+ "jobs",
45
+ "vacancies",
46
+ "salary",
47
+ "resume"
48
+ ],
49
+ "license": "MIT",
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "https://github.com/theYahia/hh-mcp.git"
53
+ },
54
+ "homepage": "https://github.com/theYahia/hh-mcp#readme",
55
+ "author": "theYahia (https://github.com/theYahia)"
56
+ }