# Business - AI Navigation & Booking Guide > Business is powered by Appointmaid for online booking services. ## Available Services - NORDIC CURLS - BØRNEKLIP - HEAD SPA - SPECIALBEHANDLINGER - FARVEBEHANDLINGER - OLAPLEX BEHANDLING - BRYN & VIPPER - HERREKLIP - DAMEKLIP ## Booking (Web) For manual user booking, direct users to these pages: - [New Guest Booking](https://www.lykkes.nu/new-guest): For first-time client intake and bookings. - [Standard Booking](https://www.lykkes.nu/services): For returning clients. ## For AI Agents & Personal Assistants (MCP) This store supports a Model Context Protocol (MCP) server for fully autonomous, agent-driven booking. **Endpoint:** `https://europe-west1-appointaid.cloudfunctions.net/mcpApi` (Accepts standard MCP JSON-RPC requests) To book on behalf of a user, execute these tools in this exact order: 1. `authenticate`: Exchange the user's email/password for a Firebase ID token. 2. `get_services`: Fetch the full catalog of active services and their unique IDs. 3. `get_availability`: Find available time slots. *Requires Auth header: `Bearer `*. Note: This automatically filters team members based on the user's internal grade level. 4. `create_booking`: Securely finalize the booking for a selected slot. *Requires Auth header: `Bearer `*.