@chairflow/mcp-server
v1.0.0
Published
MCP server for Hazel — 24/7 AI receptionist. Book appointments, check availability, manage reservations through any AI agent.
Downloads
92
Maintainers
Readme
ChairFlow MCP Server
MCP (Model Context Protocol) server for Hazel — the 24/7 AI receptionist by ChairFlow. Lets any AI agent book appointments, check availability, manage reservations, and capture leads through Hazel-powered businesses.
Quick Start
npx @chairflow/mcp-serverTools
| Tool | Description |
|------|-------------|
| check_availability | Check a business's calendar for open slots |
| book_appointment | Book a reservation/appointment with SMS confirmation |
| cancel_booking | Cancel a booking + trigger waitlist cascade to auto-fill |
| capture_lead | Capture an inquiry/lead with SMS alert to the business owner |
| get_business_info | Get hours, services, pricing, contact info |
| call_hazel | Get the phone number to talk to Hazel live |
Resources
| Resource | URI | Description |
|----------|-----|-------------|
| products | chairflow://products | ChairFlow product catalog |
Configuration
| Environment Variable | Description | Default |
|---------------------|-------------|---------|
| CHAIRFLOW_API_URL | Backend API URL | https://api.chairflowsolutions.com |
| CHAIRFLOW_API_KEY | API key for authenticated requests | (none — demo mode) |
Use with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chairflow": {
"command": "npx",
"args": ["@chairflow/mcp-server"]
}
}
}Use with Claude Code
claude mcp add chairflow npx @chairflow/mcp-serverDemo Mode
Without a CHAIRFLOW_API_KEY, tools return plausible demo data. This lets developers try the MCP server without needing a Hazel account. To connect a real business, sign up at chairflowsolutions.com/hazel.
Live Demo
Call (866) 481-6507 to talk to Hazel directly. She picks up in one ring.
Links
- ChairFlow — Healthcare cancellation recovery
- Hazel — 24/7 AI receptionist
- Hospitality OS — Enterprise hospitality platform
License
MIT — ChairFlow Solutions LLC
