MCP Server
MCP
io.github.topness-msft/salonrunner-mcp
Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "salonrunner-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your salon's numeric id (from your booking URL)",
"isRequired": true,
"format": "string",
"name": "SALONRUNNER_SALON_ID"
},
{
"description": "Your SalonRunner client login (same as the booking site)",
"isRequired": true,
"format": "string",
"name": "SALONRUNNER_USERNAME"
},
{
"description": "Your SalonRunner client password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SALONRUNNER_PASSWORD"
},
{
"description": "Set to 'true' to disable booking/cancelling (read-only)",
"format": "string",
"name": "SALONRUNNER_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment