Productivity
urbanbrows.com
Provides salon business information, service listings, availability checking, appointment lookup, and location details.
ENDPOINT 1
https://api.urbanbrows.com/mcp
MCP server metadata
- Name
- urban-brows-booking
- Version
- 1.0.0
Known tools 11
check_availabilityCheck if a location is OPEN (business hours) on a specific date.
Inferred read-onlyget_location_infoGet information about salon locations including address and contact details
Inferred read-onlyget_available_slotsGet available appointment time slots for a specific date, location, and service(s).
Inferred read-onlyreschedule_appointmentReschedule an appointment booked under the verified phone number to a new time (get one from get_available_slots first).
Inferred read-onlyverify_phone_codeVerify the SMS code and return a phone_verification_token valid for 30 minutes.
Potential side effectsCONNECT 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.
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.