blvd-mcp
An MCP server for Boulevard salon and spa operations that monitors shift utilization and manages calendar blocks. It enables users to interact with staff, appointments, and services through natural language via the Boulevard API.
README
blvd-mcp
MCP server for Boulevard salon/spa operations. Monitor shift utilization, manage calendar blocks, and control services through Claude or any MCP client.
Features
- Location Management - List all locations, get staff members
- Shift Utilization - Analyze how busy shifts are, find capacity bottlenecks
- Timeblock Management - Create/delete calendar blocks (lunch, training, BTB)
- Appointment Queries - Get appointments by location and date range
- Service Control - List, activate, and deactivate services business-wide
Quick Start
git clone https://github.com/austinntowns/blvd-mcp.git
cd blvd-mcp
npm install
cp .env.example .env
# Edit .env with your Boulevard credentials
npm run dev
Open http://localhost:3000/inspector to test.
Configuration
Environment Variables
BLVD_API_KEY=your_api_key # Required
BLVD_API_SECRET=your_api_secret # Required
BLVD_BUSINESS_ID=your_business_id # Required
Getting Boulevard Credentials
- Go to Boulevard Developer Portal (dashboard.boulevard.io)
- Create an Admin API key (not Client API)
- Get your Business ID from account settings
Add to Claude Code
Add to ~/.mcp.json:
{
"mcpServers": {
"blvd": {
"url": "http://localhost:3000/sse"
}
}
}
Or run as a command:
{
"mcpServers": {
"blvd": {
"command": "npx",
"args": ["tsx", "/path/to/blvd-mcp/index.ts"],
"env": {
"BLVD_API_KEY": "your-key",
"BLVD_API_SECRET": "your-secret",
"BLVD_BUSINESS_ID": "your-business-id"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
list-locations |
Get all Boulevard locations |
get-staff |
Get staff members for a location |
get-shift-utilization |
Analyze shift utilization over date range |
get-busy-shifts |
Find high-utilization shifts (capacity bottlenecks) |
list-timeblocks |
List blocked time for a location |
create-timeblock |
Create a calendar block |
delete-timeblock |
Remove a calendar block |
get-appointments |
Get appointments by location/date |
list-services |
List all services |
get-service |
Get service details |
activate-service |
Activate service at all locations |
deactivate-service |
Deactivate service at all locations |
Utilization Calculation
utilization = booked_minutes / available_minutes
Available minutes = shift duration minus lunch and DNB (Do Not Book) blocks.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.