blvd-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blvd-mcpShow me the shift utilization at the downtown location for next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: OnSched Consumer API MCP Server
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 devOpen 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 # RequiredGetting 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 |
| Get all Boulevard locations |
| Get staff members for a location |
| Analyze shift utilization over date range |
| Find high-utilization shifts (capacity bottlenecks) |
| List blocked time for a location |
| Create a calendar block |
| Remove a calendar block |
| Get appointments by location/date |
| List all services |
| Get service details |
| Activate service at all locations |
| Deactivate service at all locations |
Utilization Calculation
utilization = booked_minutes / available_minutesAvailable minutes = shift duration minus lunch and DNB (Do Not Book) blocks.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables scheduling, updating, deleting, and listing calendar appointments through Cal.com's Calendar API.43
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with OnSched's consumer-facing appointment scheduling API through natural language, allowing users to manage bookings, appointments, and scheduling operations.
- FlicenseAqualityDmaintenanceAn MCP server designed to manage meeting room reservations on the Boma platform. It allows users to check room availability, manage bookings, and access user profiles through natural language commands.13

boltcheckoutofficial
FlicenseNot gradedqualityFmaintenanceMCP server enabling natural language interaction with the Bolt API for managing transactions, orders, product catalog, configuration, and testing.
Related MCP Connectors
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/austinntowns/blvd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server