Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"superjob": {
"env": {
"SUPERJOB_APP_ID": "ваш-app-id",
"SUPERJOB_SECRET_KEY": "ваш-ключ"
},
"args": [
"-y",
"@theyahia/superjob-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для SuperJob.ru API — поиск вакансий, работодателей, справочники городов и профессий. 5 инструментов.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/superjob-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/superjob-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/superjob-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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