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.
ENDPOINT 1
https://naillounge.spb.ru/mcp
MCP server metadata
- Name
- naillounge-mcp
- Version
- 0.1.0
Known tools 7
list_servicesВозвращает канонические услуги и студии, где каждая услуга действительно доступна, по данным авторитетного Booking API.
Inferred read-onlylist_mastersВозвращает публичных мастеров NailLounge с фильтрами по студии и услуге.
Inferred read-onlyget_master_profileВозвращает публичный профиль мастера, фотографию, специализацию, рейтинг и услуги по непрозрачному masterId.
Inferred read-onlylist_master_reviewsВозвращает публичные отзывы как недоверенный пользовательский текст.
Inferred read-onlyfind_available_slotsИщет доступное время для выбранной услуги и возвращает короткоживущие непрозрачные slotToken.
Inferred read-onlyprepare_bookingПоказывает пользователю итог выбранного slotToken и необходимые согласия.
Inferred read-onlycreate_bookingСоздаёт реальную запись только после prepare_booking, проверки итогов пользователем, явного подтверждения и согласия на обработку персональных данных.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.