← Registry

API Tools

naillounge.spb.ru

MCP server exposing booking API endpoints for a nail salon, allowing users to list services, masters, reviews, and find available slots.

1 endpoint7 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://naillounge.spb.ru/mcp

No auth detected

MCP server metadata

Name
naillounge-mcp
Version
0.1.0
Capabilities
tools.listChanged

Known tools 7

list_services

Возвращает канонические услуги и студии, где каждая услуга действительно доступна, по данным авторитетного Booking API.

Inferred read-only
list_masters

Возвращает публичных мастеров NailLounge с фильтрами по студии и услуге.

Inferred read-only
get_master_profile

Возвращает публичный профиль мастера, фотографию, специализацию, рейтинг и услуги по непрозрачному masterId.

Inferred read-only
list_master_reviews

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

Inferred read-only
find_available_slots

Ищет доступное время для выбранной услуги и возвращает короткоживущие непрозрачные slotToken.

Inferred read-only
prepare_booking

Показывает пользователю итог выбранного slotToken и необходимые согласия.

Inferred read-only
create_booking

Создаёт реальную запись только после prepare_booking, проверки итогов пользователем, явного подтверждения и согласия на обработку персональных данных.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.