LIVE ENDPOINT
https://api.urbanbrows.com/mcp
Connect to this endpoint to inspect the live schema for list_services 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
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.urban-brows-booking]
url = "https://api.urbanbrows.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"urban-brows-booking": {
"type": "http",
"url": "https://api.urbanbrows.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: urban-brows-booking
Remote MCP URL: https://api.urbanbrows.com/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": {
"urban-brows-booking": {
"url": "https://api.urbanbrows.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"urban-brows-booking": {
"type": "http",
"url": "https://api.urbanbrows.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "urban-brows-booking",
"transport": "streamable-http",
"url": "https://api.urbanbrows.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_hours— Get the business hours for a specific location.check_availability— Check if a location is OPEN (business hours) on a specific date.lookup_appointment— Look up the verified customer's own upcoming appointments.get_location_info— Get information about salon locations including address and contact detailsget_available_slots— Get available appointment time slots for a specific date, location, and service(s).book_appointment— Book an appointment for a client.cancel_appointment— Cancel an appointment booked under the verified phone number.reschedule_appointment— Reschedule an appointment booked under the verified phone number to a new time (get one from get_available_slots first).