# booboooking

booboooking is a booking app. As a provider you can set up your account within a minute at https://booboooking.com and get started with new customers.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hello-3ubk/booboooking

# Browse available tools
npx -y @smithery/cli@latest tool list hello-3ubk/booboooking

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hello-3ubk/booboooking booboooking_list_services

# Call a tool
npx -y @smithery/cli@latest tool call hello-3ubk/booboooking booboooking_list_services '{}'
```

## Direct MCP Connection

Endpoint: `https://booboooking--hello-3ubk.run.tools`

## Tools (3)

- `booboooking_list_services` — List available services for a provider on booboooking.com. Returns service names, IDs, duration, and price. Call this f…
- `booboooking_check_availability` — Check available time slots for a provider and service on booboooking.com. Returns available dates with slots — each slo…
- `booboooking_book` — Book an appointment for the user on booboooking.com. Requires customer name, email, and phone. If any are missing, retu…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hello-3ubk/booboooking <tool-name>
```
