Back to Browse

Superjob MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.

About

MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.

Security Report

7.0
Moderate7.0Low Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API key for the serviceRequired

Environment variable: SUPERJOB_API_KEY

How to Install

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@theyahia/superjob-mcp

MCP-сервер для SuperJob.ru API — поиск вакансий, работодателей, справочники городов и профессий. 5 инструментов.

npm License: MIT

Часть серии Russian API MCP (50 серверов) by @theYahia.

Установка

Claude Desktop (stdio)

{
  "mcpServers": {
    "superjob": {
      "command": "npx",
      "args": ["-y", "@theyahia/superjob-mcp"],
      "env": {
        "SUPERJOB_SECRET_KEY": "ваш-ключ",
        "SUPERJOB_APP_ID": "ваш-app-id"
      }
    }
  }
}

Claude Code

claude mcp add superjob -e SUPERJOB_SECRET_KEY=ваш-ключ -e SUPERJOB_APP_ID=ваш-app-id -- npx -y @theyahia/superjob-mcp

Streamable HTTP

npx @theyahia/superjob-mcp --http --port=3000

Smithery

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)

Инструменты (5)

ИнструментОписание
search_vacanciesПоиск вакансий по словам, городу, зарплате
get_vacancyПолная информация о вакансии по ID
search_employersПоиск работодателей по названию и городу
get_townsСправочник городов (поиск, фильтр по стране)
get_professionsСправочник профессий и отраслей

Скиллы (Claude Code)

КомандаОписание
/find-job <специальность>Найди вакансии по специальности, городу, зарплате
/salary <специальность>Анализ зарплат по специальности

Примеры

Найди вакансии Python в Москве от 200000
Покажи работодателей в IT в Санкт-Петербурге
Какие города есть в базе SuperJob?
Зарплаты по специальности DevOps

Разработка

npm install
npm run build
npm test

Лицензия

MIT

Reviews

No reviews yet

Be the first to review this server!