Cleaning service management — book appointments, manage jobs, customer scheduling
@ShineByGrace
MCP server for ShineByGrace, a domestic cleaning service in the UK. Book and manage cleaning appointments, assign cleaners to customers, track job schedules, and communicate with staff — all via AI tool use.
Server Config
{
"mcpServers": {
"shinebygrace": {
"url": "https://shinebygrace.co.uk/api/mcp",
"headers": {
"Authorization": "Bearer sbg_st_YOUR_TOKEN"
}
}
}
}