Server data from the Official MCP Registry
MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.
MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.
Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
11 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SUPERJOB_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-superjob-mcp": {
"env": {
"SUPERJOB_API_KEY": "your-superjob-api-key-here"
},
"args": [
"-y",
"@theyahia/superjob-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP-сервер для SuperJob.ru API — поиск вакансий, работодателей, справочники городов и профессий. 5 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"superjob": {
"command": "npx",
"args": ["-y", "@theyahia/superjob-mcp"],
"env": {
"SUPERJOB_SECRET_KEY": "ваш-ключ",
"SUPERJOB_APP_ID": "ваш-app-id"
}
}
}
}
claude mcp add superjob -e SUPERJOB_SECRET_KEY=ваш-ключ -e SUPERJOB_APP_ID=ваш-app-id -- npx -y @theyahia/superjob-mcp
npx @theyahia/superjob-mcp --http --port=3000
npx -y @smithery/cli install @theyahia/superjob-mcp --client claude
| Переменная | Обязательная | Описание |
|---|---|---|
SUPERJOB_SECRET_KEY | Да | API secret key (получить на api.superjob.ru) |
SUPERJOB_APP_ID | Нет | Application ID |
SUPERJOB_API_KEY | Нет | Устаревший вариант (fallback для SECRET_KEY) |
| Инструмент | Описание |
|---|---|
search_vacancies | Поиск вакансий по словам, городу, зарплате |
get_vacancy | Полная информация о вакансии по ID |
search_employers | Поиск работодателей по названию и городу |
get_towns | Справочник городов (поиск, фильтр по стране) |
get_professions | Справочник профессий и отраслей |
| Команда | Описание |
|---|---|
/find-job <специальность> | Найди вакансии по специальности, городу, зарплате |
/salary <специальность> | Анализ зарплат по специальности |
Найди вакансии Python в Москве от 200000
Покажи работодателей в IT в Санкт-Петербурге
Какие города есть в базе SuperJob?
Зарплаты по специальности DevOps
npm install
npm run build
npm test
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.