← Registry

Productivity

urbanbrows.com

Provides salon business information, service listings, availability checking, appointment lookup, and location details.

1 endpoint11 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://api.urbanbrows.com/mcp

No auth detected

MCP server metadata

Name
urban-brows-booking
Version
1.0.0
Capabilities
tools

Known tools 11

get_business_hours

Get the business hours for a specific location.

Inferred read-only
list_services

List available services with prices and durations.

Inferred read-only
check_availability

Check if a location is OPEN (business hours) on a specific date.

Inferred read-only
lookup_appointment

Look up the verified customer's own upcoming appointments.

Inferred read-only
get_location_info

Get information about salon locations including address and contact details

Inferred read-only
get_available_slots

Get available appointment time slots for a specific date, location, and service(s).

Inferred read-only
book_appointment

Book an appointment for a client.

Inferred read-only
cancel_appointment

Cancel an appointment booked under the verified phone number.

Inferred read-only
reschedule_appointment

Reschedule an appointment booked under the verified phone number to a new time (get one from get_available_slots first).

Inferred read-only
request_phone_verification

Send an Urban Brows verification code by SMS.

Potential side effects
verify_phone_code

Verify the SMS code and return a phone_verification_token valid for 30 minutes.

Potential side effects

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.

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.