← meetslava.ru

INDIVIDUAL MCP TOOL

manage_interview

Назначить кандидату интервью и управлять им.

meetslava.runone authenticationAvailability not checked

LIVE ENDPOINT

https://meetslava.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for manage_interview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

meetslava.ru

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.meetslava-mcp]
url = "https://meetslava.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "meetslava-mcp": {
      "type": "http",
      "url": "https://meetslava.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: meetslava-mcp
Remote MCP URL: https://meetslava.ru/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "meetslava-mcp": {
      "url": "https://meetslava.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "meetslava-mcp": {
      "type": "http",
      "url": "https://meetslava.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "meetslava-mcp",
  "transport": "streamable-http",
  "url": "https://meetslava.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recruiter_context — Представьтесь: компания, имя, роль.
  • get_contacts — Прямые контакты кандидата (телефон, email, мессенджеры).
  • ask_about_experience — Точечный вопрос про опыт кандидата: «работал ли с X?
  • message_candidate — Переписка с кандидатом.
  • send_vacancy — Отправить кандидату вакансию — первый шаг, если он вам подходит.
  • get_references — Рекомендации о кандидате от бывших коллег и руководителей (с их согласия) — trust-сигнал перед офером.
  • get_profile — Визитка кандидата: имя, город, краткое описание + ссылки (GitHub, LinkedIn, сайт, образцы работ).
  • match_vacancy — Вставьте текст описания вакансии — получите структурированную оценку соответствия: совпавшие навыки, сеньорность, условия выхода.