@theyahia/superjob-mcp
This server lets AI assistants interact with SuperJob.ru via MCP to search jobs, employers, and reference data.
search_vacancies: Find job postings by keyword, town ID, and salary range (payment_from/payment_to), with configurable count up to 100.
get_vacancy: Retrieve full details for a specific vacancy by ID.
search_employers: Search companies by name and town, with paging.
get_towns: Get the SuperJob city directory; search by name, filter by country (e.g., Russia), or load all towns.
get_professions: Browse the professions/industries catalog, optionally filtered by parent category or keyword.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@theyahia/superjob-mcpнайди вакансии фронтенд разработчика в Москве"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuperJob MCP — поиск вакансий и работодателей через нейросеть
Если вы искали, как попросить ИИ подобрать вакансии на SuperJob под свои критерии, собрать выборку работодателей или следить за зарплатами в профессии без ручного листания сайта — это оно. 5 инструментов поверх SuperJob.ru API: поиск вакансий, работодатели, справочники городов и профессий.
Часть серии 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-mcpStreamable HTTP
npx @theyahia/superjob-mcp --http --port=3000Smithery
npx -y @smithery/cli install @theyahia/superjob-mcp --client claudeRelated MCP server: trackly-cli
Переменные окружения
Переменная | Обязательная | Описание |
| Да | API secret key (получить на api.superjob.ru) |
| Нет | Application ID |
| Нет | Устаревший вариант (fallback для SECRET_KEY) |
Инструменты (5)
Инструмент | Описание |
| Поиск вакансий по словам, городу, зарплате |
| Полная информация о вакансии по ID |
| Поиск работодателей по названию и городу |
| Справочник городов (поиск, фильтр по стране) |
| Справочник профессий и отраслей |
Скиллы (Claude Code)
Команда | Описание |
| Найди вакансии по специальности, городу, зарплате |
| Анализ зарплат по специальности |
Примеры
Найди вакансии Python в Москве от 200000
Покажи работодателей в IT в Санкт-Петербурге
Какие города есть в базе SuperJob?
Зарплаты по специальности DevOpsРазработка
npm install
npm run build
npm testЛицензия
MIT
Telegram: @vhodvai
Available Tools
5 toolsget_professionsB
Справочник профессий/отраслей SuperJob (каталог).
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | ID родительской категории | |
| keyword | No | Поиск по названию профессии |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Only states it's a catalog, implying read-only, but gives no details on behavior like pagination, rate limits, or data mutability.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence description is concise and front-loaded with core purpose, but lacks structured formatting.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple directory tool with optional filters, but missing information on output structure or pagination, especially since no output schema is provided.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with parameter descriptions in the schema, so the description adds no extra meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is a directory of professions/industries from SuperJob, which conveys the resource and purpose. It distinguishes from sibling tools (vacancies, employers, towns) by focusing on professions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implied usage when needing a list of professions, but no explicit guidance on when to use versus alternatives or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_townsC
Справочник городов SuperJob. Поиск по названию, фильтр по стране.
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Все города (без пагинации) | |
| keyword | No | Поиск по названию города | |
| id_country | No | ID страны (1=Россия) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description does not disclose pagination behavior (all parameter suggests default pagination), rate limits, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Extremely concise single sentence that immediately conveys the tool's purpose; no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Without an output schema, the description should explain what data is returned, but it only says 'cities directory' with no details on fields or structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the description adds minimal value beyond the schema; it reiterates search and filter functionality but no new semantic detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it's a cities directory with search and filter capabilities, distinguishing it from sibling tools focused on vacancies, employers, and professions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives; no mention of prerequisites or context for using the parameters.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_vacancyB
Полная информация о вакансии SuperJob по ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID вакансии |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It only says 'full information' without specifying what that includes, response structure, or any side effects (though likely read-only). Lacks disclosure of data fields or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with key information, no redundant content. Efficient and to the point.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter get tool with no output schema, the description should at least hint at the return value (e.g., 'returns vacancy details including employer, salary'). It does not, leaving the agent uninformed about the response structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a single parameter 'id' described. The description adds only 'by ID' which provides minimal context beyond the schema, meeting the baseline for high coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns full vacancy information by ID, using a specific verb ('get') and resource ('vacancy'). It distinguishes from siblings like search_vacancies, which is for searching/filtering multiple vacancies.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you have a specific vacancy ID, but does not explicitly state when to use this tool versus alternatives like search_vacancies, nor does it mention any prerequisites or context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_employersB
Поиск работодателей на SuperJob по названию и городу.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Страница | |
| town | No | ID города (4=Москва, 14=СПб) | |
| count | No | Количество | |
| keyword | No | Название компании |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description is minimal and does not disclose pagination, rate limits, authorization needs, or return format. Relies on schema for parameters only.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with purpose. Efficient but could benefit from slightly more detail without being verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 4 parameters and no output schema, the description lacks essential context about pagination behavior, result format, or constraints. Incomplete for robust agent usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover all parameters fully (100% coverage). The description adds minimal extra context by stating the tool uses name and city, already implicit in 'keyword' and 'town'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool searches for employers on SuperJob by name and city. Distinguishes from siblings that deal with vacancies, towns, or professions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like search_vacancies. Does not mention when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_vacanciesB
Поиск вакансий на SuperJob по ключевым словам, городу, зарплате.
| Name | Required | Description | Default |
|---|---|---|---|
| town | No | ID города (4=Москва, 14=СПб) | |
| count | No | Количество | |
| keyword | No | Ключевые слова | |
| payment_to | No | Зарплата до | |
| payment_from | No | Зарплата от |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits entirely. It only states the search capability but omits important details such as pagination (count parameter), authentication requirements, rate limits, or result structure. The description is insufficient for an agent to fully understand the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with the verb and resource upfront, no wasted words. Every part contributes meaning. Highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 5 parameters, no output schema, and no annotations, the description is too brief. It fails to explain pagination, default values, or response format, leaving the agent without essential operational context. Incomplete for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by summarizing the main filtering dimensions (keyword, town, salary), but does not mention the 'count' parameter and lacks detail on how parameters interact. It meets the baseline without significant addition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's verb and resource ('Поиск вакансий' = search vacancies) and summarizes key filtering dimensions (keywords, city, salary). It is distinct from sibling tools like get_vacancy, search_employers, etc., which target different resources.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives. For example, no mention that for a single specific vacancy one should use get_vacancy. The description implies usage through its function but does not provide context for exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
v1.1.0- First observed
get_professions - First observed
get_towns - First observed
get_vacancy - First observed
search_employers - First observed
search_vacancies
TDQS
Scored across 5 tools
Each tool has a uniquely defined purpose: searching vacancies, getting vacancy details, searching employers, accessing town directory, and accessing professions directory. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case: search_vacancies, get_vacancy, search_employers, get_towns, get_professions. The verbs 'search' and 'get' are used appropriately.
5 tools is an appropriate number for a job search API server, covering core search operations for vacancies and employers, plus supporting reference data for towns and professions.
The tool set covers the essential read operations for job searching: search and get for vacancies, search for employers, and reference lookups. While no write operations are provided (e.g., post vacancy, apply), the scope is clearly aligned with a read-only search helper, so no major gaps are apparent.
Maintenance
Related MCP Connectors
MCP server for Russian books search, details, and recommendation candidates.
Public MCP server for discovering open jobs. Search, filter, and get application links.
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server for Google search results via SERP API
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT

trackly-cliofficial
AlicenseNot gradedqualityAmaintenanceMCP server for job search and application tracking, enabling AI agents to search jobs, get details, manage applications, and find contacts across 128K+ jobs and 1,900+ companies.638 npm3MIT
bach-jsearchofficial
AlicenseAqualityDmaintenanceMCP server for accessing Jsearch API to search jobs, get job details, and retrieve salary estimates.4MIT- AlicenseNot gradedqualityCmaintenanceMCP server for the WorkLink Partner API that enables searching live job vacancies and tenders in Syria.15 npmMIT