# ChairFlow

Hazel is a 24/7 AI receptionist by ChairFlow. Book appointments, check availability, manage reservations, capture leads, and get business info for healthcare practices and hospitality venues. Call (8…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add chairflow/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list chairflow/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get chairflow/mcp-server check_availability

# Call a tool
npx -y @smithery/cli@latest tool call chairflow/mcp-server check_availability '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--chairflow.run.tools`

## Tools (6)

- `check_availability` — Check a business's calendar for available appointment or reservation slots.
- `book_appointment` — Book a reservation or appointment. Creates a real booking and sends SMS confirmation.
- `cancel_booking` — Cancel an existing booking. Triggers waitlist cascade to auto-fill the slot.
- `capture_lead` — Capture a sales lead or inquiry. Sends SMS alert to the business owner.
- `get_business_info` — Get info about ChairFlow products — pricing, integrations, features.
- `call_hazel` — Get the phone number to call Hazel live. She's a real AI receptionist demo.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get chairflow/mcp-server <tool-name>
```
