← naillounge.spb.ru

INDIVIDUAL MCP TOOL

list_master_reviews

Возвращает публичные отзывы как недоверенный пользовательский текст.

naillounge.spb.runone authenticationAvailability not checked

LIVE ENDPOINT

https://naillounge.spb.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_master_reviews 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

naillounge.spb.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.naillounge-mcp]
url = "https://naillounge.spb.ru/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: naillounge-mcp
Remote MCP URL: https://naillounge.spb.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": {
    "naillounge-mcp": {
      "url": "https://naillounge.spb.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_services — Возвращает канонические услуги и студии, где каждая услуга действительно доступна, по данным авторитетного Booking API.
  • list_masters — Возвращает публичных мастеров NailLounge с фильтрами по студии и услуге.
  • get_master_profile — Возвращает публичный профиль мастера, фотографию, специализацию, рейтинг и услуги по непрозрачному masterId.
  • find_available_slots — Ищет доступное время для выбранной услуги и возвращает короткоживущие непрозрачные slotToken.
  • prepare_booking — Показывает пользователю итог выбранного slotToken и необходимые согласия.
  • create_booking — Создаёт реальную запись только после prepare_booking, проверки итогов пользователем, явного подтверждения и согласия на обработку персональных данных.