salonrunner-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALONRUNNER_PASSWORD | Yes | Your client login password | |
| SALONRUNNER_SALON_ID | Yes | The salon ID from the booking URL | |
| SALONRUNNER_USERNAME | Yes | Your client login username | |
| SALONRUNNER_READ_ONLY | No | Set to true to disable book/cancel | false |
| SALONRUNNER_CUSTOMER_ID | No | Auto-discovered; set only if discovery fails | |
| SALONRUNNER_SLOT_MINUTES | No | Salon booking granularity | 15 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servicesA | List bookable services offered by the salon (name, id, price, base duration). |
| list_providersA | List stylists/providers who take online bookings. Optionally filter to those who perform a given serviceId. |
| find_availabilityA | Find open appointment slots for a service in a date range (inclusive). Dates are YYYY-MM-DD. Optionally restrict to one providerId. Returns startable times with the matching provider. |
| list_my_appointmentsA | List the signed-in client's upcoming (non-cancelled) appointments. |
| book_appointmentA | Book an appointment. startTime must be a value returned by find_availability ('YYYY-MM-DD HH:MM:SS'). End time is computed from the provider's service duration. This creates a REAL booking subject to the salon's cancellation policy. |
| cancel_appointmentA | Cancel an existing appointment by appointmentId (from list_my_appointments). Cancellation fees may apply per the salon's policy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/topness-msft/salonrunner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server