MCP server that measures the shape of idle time in a booking calendar - separates sellable gaps from structurally unsellable dead time. Fully offline, no API key required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"booking-gap-mcp-serv": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/booking-gap-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add booking-gap-mcp-serv npx -y h-kazuki-pixel/booking-gap-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"booking-gap-mcp-serv": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/booking-gap-mcp-server"
]
}
}
}
📋 Copy