# Bookingmood — MCP server on mcp.ai > Connect your Bookingmood account and use 142 tools for scheduling and booking straight from your AI agent. Connect with your own API key. Bookingmood provides flexible, commission-free booking software for rental businesses of all sizes, enabling seamless integration with your website. By: mcp.ai · official Page: https://mcp.ai/bookingmood ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bookingmood?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/bookingmood/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bookingmood/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/bookingmood/skill.md Postman collection (v2.1): https://mcp.ai/bookingmood/postman.json ## Tools - bookingmood_create_product(name: object, timezone: string, description?: object, rent_period: string) — Tool to create a new bookable product in the organization. Use this when you need to register a new rental property, accommodation, or bookable item in the system. This action will automatically updat - bookingmood_create_site_pages(pages?: object[]) — Tool to create new site pages. Use when you need to add pages to a site in the organization. - bookingmood_create_widget(name: string, type: string, locale?: string, currency?: string, settings?: object, show_past?: boolean, interaction?: string, initial_date?: string, redirect_url?: string, show_reviews?: boolean, stay_expanded?: boolean, show_booked_as?: string, show_closed_as?: string, visible_months?: boolean[], date_visibility?: string, organization_id: string, show_pending_as?: string, show_bookingmood_branding?: boolean) — Tool to create a new booking widget. Use after preparing widget parameters. - bookingmood_delete_attributes(id?: string, name?: object, type?: string, created_at?: string, organization_id?: string) — Tool to delete attributes matching given filters. Use after confirming which attribute records to remove. - bookingmood_delete_booking_details(id?: string, name?: object, value?: string, option_id?: string, booking_id?: string, created_at?: string, service_id?: string, updated_at?: string) — Tool to delete booking details matching given filters. Use after confirming which booking detail records to remove. - bookingmood_delete_bookings(id?: string, site_id?: string, widget_id?: string, created_at?: string, updated_at?: string, confirmed_at?: string, organization_id?: string) — Tool to delete bookings matching given filters. Use when you need to remove bookings from the system. At least one filter parameter is required to prevent accidental deletion of all bookings. - bookingmood_delete_calendar_event_notes(id?: string, note?: string, author_id?: string, created_at?: string, updated_at?: string, calendar_event_id?: string) — Tool to delete calendar event notes matching given filters. Use after confirming which notes to remove. At least one filter parameter is required to prevent accidental bulk deletion. - bookingmood_delete_calendar_event_tasks(id?: string, product_task_id?: string, calendar_event_id?: string) — Tool to delete calendar event tasks matching given filters. Use after confirming which calendar event task records to remove. - bookingmood_delete_calendar_events(id?: string, type?: string, status?: string) — Tool to delete calendar events matching given filters. Use after confirming which calendar event records to remove. - bookingmood_delete_capacities(id?: string, max?: string, min?: string, created_at?: string, product_id?: string, updated_at?: string, capacity_group_id?: string) — Tool to delete capacities matching given filters. Use when you need to remove capacity records from the system. - bookingmood_delete_capacity_group_deps(id?: string, created_at?: string, element_id?: string, accumulator_id?: string) — Tool to delete capacity group dependencies matching given filters. Use after confirming which dependency records to remove. - bookingmood_delete_capacity_groups(id?: string, name?: string, type?: string, order?: integer, organization_id?: string, requires_explicit_input?: boolean) — Tool to delete capacity groups matching given filters. Use after confirming which capacity group records to remove. - bookingmood_delete_contact_bookings(id?: string, select?: string, booking_id?: string, contact_id?: string, created_at?: string) — Tool to delete contact bookings matching given filters. Use after confirming which contact booking records to remove. - bookingmood_delete_contacts(id?: string, email?: string) — Tool to delete customer contacts from the system. Use after confirming which contacts to remove. Supports filter patterns like email=like.%test.com to delete test contacts. - bookingmood_delete_coupon_products(id?: string, coupon_id?: string, created_at?: string, product_id?: string) — Tool to delete coupon product links matching given filters. Use when you need to remove associations between coupons and products. At least one filter parameter is required. - bookingmood_delete_coupon_services(id?: string, select?: string, coupon_id?: string, created_at?: string, service_id?: string) — Tool to delete coupon service links matching given filters. Use after confirming which coupon-service associations to remove. Supports PostgREST-style filtering on all fields. - bookingmood_delete_coupon_uses(id?: string, coupon_id?: string, booking_id?: string, created_at?: string) — Tool to delete coupon use records matching given filters. Use after confirming which coupon uses to remove. Supports PostgREST-style filtering on all fields. - bookingmood_delete_coupons(id?: string, code?: string, scope?: string, stackable?: string, organization_id?: string) — Tool to delete coupons matching given filters. Use after confirming which coupons to remove. Supports PostgREST-style filtering on all fields. - bookingmood_delete_email_templates(id?: string, title?: string, organization_id?: string) — Tool to delete email templates matching given filters. Use after confirming which email template records to remove. - bookingmood_delete_external_calendars(id: string) — Tool to delete external calendars by ID. Use when you need to remove an external calendar integration from the system. - bookingmood_delete_invoices(id: string) — Tool to delete an invoice by its ID. Use when you need to remove an invoice from the system. The API requires a valid UUID and uses PostgREST filter format. - bookingmood_delete_line_item_taxes(id?: string) — Tool to delete line item taxes matching given filters. Use when you need to remove line item tax records from the system. - bookingmood_delete_line_items(id?: string, amount?: string, tax_id?: string, quantity?: string, booking_id?: string, created_at?: string, service_id?: string, unit_price?: string, updated_at?: string, description?: string) — Tool to delete line items matching the given filters. Use when you need to remove line items from bookings. Returns the deleted line items. - bookingmood_delete_payments(id?: string, booking_id?: string, invoice_id?: string) — Tool to delete payments matching given filters. Use when you need to remove payments from the system. At least one filter parameter is required to prevent accidental deletion of all payments. Supporte - bookingmood_delete_permissions(id?: string, member_id?: string, product_id?: string) — Tool to delete permissions matching given filters. Use after confirming which permissions to remove. At least one filter parameter is required (DELETE requires WHERE clause). - bookingmood_delete_pricing_widgets(id: string) — Tool to delete pricing widgets matching given filters. Use after confirming which pricing widgets to remove. Requires ID filter for safety. - bookingmood_delete_product_attr_options(id?: string) — Tool to delete product attribute options matching given filters. Use when you need to remove product attribute option records from the system. At least one filter parameter is required. - bookingmood_delete_product_configurations(id?: string, created_at?: string, product_id?: string, updated_at?: string) — Tool to delete product configurations matching given filters. Use when you need to remove product configuration records from the system. - bookingmood_delete_product_reply_addrs(id?: string) — Tool to delete product reply-to addresses matching given filters. Use after confirming which reply-to address records to remove. - bookingmood_delete_product_services(id?: string, select?: string, created_at?: string, product_id?: string, service_id?: string) — Tool to delete product service links matching given filters. Use after confirming which product-service associations to remove. Supports PostgREST-style filtering on all fields. - bookingmood_delete_reply_to_addresses(id?: string) — Tool to delete reply-to addresses matching given filters. Use after confirming which reply-to addresses to remove. Supports PostgREST-style filtering. - bookingmood_delete_review_products(id?: string) — Tool to delete review products matching given filters. Use when you need to remove review product records from the system. At least one filter parameter is required. - bookingmood_delete_review_widget_listings(id?: string) — Tool to delete review widget listings matching given filters. Use after confirming which review widget listings to remove. Supports PostgREST-style filtering. - bookingmood_delete_reviews(id?: string, created_at?: string, organization_id?: string) — Tool to delete reviews matching given filters. Use when you need to remove review records from the system. At least one filter parameter is required. - bookingmood_delete_services(id?: string, organization_id?: string) — Tool to delete services matching given filters. Use after confirming which services to remove. Supports PostgREST-style filtering with operators like eq, in, etc. - bookingmood_delete_site_nav_items(id?: string, label?: string, limit?: integer, order?: string, offset?: integer) — Tool to delete site navigation items matching given filters. Use after confirming which navigation items to remove. DELETE operation requires a WHERE clause (at least one filter parameter). - bookingmood_delete_site_pages(id: string) — Tool to delete site pages matching given filters. Use after confirming which site pages to remove. DELETE endpoint requires a WHERE clause via filter parameters. - bookingmood_delete_taxes(id?: string) — Tool to delete taxes matching given filters. Use after confirming which tax records to remove. - bookingmood_delete_webhooks(id?: string) — Tool to delete webhooks matching given filters. Use after confirming which webhooks to remove. Supports PostgREST-style filtering. - bookingmood_delete_widget_listings(id?: string, limit?: integer, order?: string, offset?: integer, widget_id?: string, created_at?: string, listing_id?: string, updated_at?: string, organization_id?: string) — Tool to delete widget listings matching given filters. Use after confirming which widget listings to remove. Supports PostgREST-style filtering. - bookingmood_delete_widgets(id?: string, type?: string) — Tool to delete widgets from the system. Use when you need to remove widget configurations. Supports PostgREST filtering with operators like id=eq.uuid. - bookingmood_invite_member(email: string) — Tool to invite a member to your organization. The member will receive an email with a link to accept the invitation. Use this when you need to add new team members or grant access to your BookingMood - bookingmood_list_attribute_options(id?: string, name?: string, limit?: integer, offset?: integer, select?: string, created_at?: string, sort_order?: string, attribute_id?: string) — List attribute options with filtering and pagination support. Use this to retrieve selectable options for booking attributes, with support for filtering by attribute ID, name, creation date, and displ - bookingmood_list_attributes(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to retrieve custom attributes defined for products. Use when you need to list all available attributes with optional field filtering via the select parameter. Attributes are custom fields that ca - bookingmood_list_booking_details(id?: string, limit?: integer, order?: string, value?: string, offset?: integer, select?: string, option_id?: string, booking_id?: string, created_at?: string, service_id?: string, updated_at?: string) — List booking details with filtering and pagination. Booking details contain guest-filled form field data such as names, contact info, and custom field values. Use this to retrieve booking detail recor - bookingmood_list_booking_updates(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, user_id?: string, booking_id?: string, created_at?: string) — Tool to list booking updates with filtering and pagination. Use when you need to retrieve booking update history, track changes to bookings, or audit booking modifications. Supports PostgREST query pa - bookingmood_list_bookings(id?: string, limit?: integer, order?: string, method?: string, offset?: integer, select?: string, site_id?: string, reference?: string, widget_id?: string, organization_id?: string) — Tool to retrieve bookings from the system with optional filtering and pagination. Returns a list of booking records including details like reference codes, organization info, timestamps, and payment i - bookingmood_list_calendar_event_notes(id?: string, note?: string, limit?: integer, order?: string, offset?: integer, select?: string, author_id?: string, created_at?: string, updated_at?: string, calendar_event_id?: string) — Tool to list calendar event notes with filtering and pagination. Use when you need to retrieve notes attached to calendar events, optionally filtered by author, event, timestamps, or content. Supports - bookingmood_list_calendar_event_tasks(id?: string, label?: string, limit?: integer, order?: string, due_at?: string, offset?: integer, select?: string, schedule?: string, created_at?: string, updated_at?: string, completed_at?: string, product_task_id?: string, calendar_event_id?: string) — Tool to list calendar event tasks with filtering and pagination. Use this to retrieve tasks associated with calendar events, optionally filtering by calendar event ID, completion status, due dates, or - bookingmood_list_calendar_event_updates(limit?: integer, order?: string, offset?: integer, select?: string) — List calendar event updates with filtering and pagination. Use when you need to track changes to calendar events, including status updates, product reassignments, and interval modifications. Supports - bookingmood_list_calendar_events(id?: string, type?: string, limit?: integer, order?: string, title?: string, offset?: integer, select?: string, status?: string, end_date?: string, booking_id?: string, created_at?: string, product_id?: string, start_date?: string, updated_at?: string, organization_id?: string) — Tool to list calendar events with filtering and pagination. Use this to retrieve events visible on the timeline (bookings, blocked periods, notes), optionally filtering by status, type, date ranges, o - bookingmood_list_capacities(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, product_id?: string, capacity_group_id?: string) — List booking capacities with filtering and pagination. Use this to retrieve capacity configurations that define booking limits for products and capacity groups. Supports filtering by ID, capacity grou - bookingmood_list_capacity_group_deps(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list capacity group dependencies with optional field filtering. Use when you need to retrieve relationships between accumulator and element capacity groups in the BookingMood system. - bookingmood_list_capacity_groups(id?: string, name?: string, type?: string, limit?: integer, offset?: integer, select?: string, order_by?: string, created_at?: string, updated_at?: string, description?: string, name_singular?: string, organization_id?: string, requires_explicit_input?: boolean) — Tool to list capacity groups with filtering and pagination. Use when you need to retrieve capacity group configurations, which define how guest capacity is managed and grouped. Supports filtering by v - bookingmood_list_contact_bookings(limit?: integer, order?: string, offset?: integer, select?: string) — List contact bookings with filtering and pagination. Use when you need to retrieve associations between contacts and bookings. Supports filtering by id, booking_id, contact_id, and created_at, as well - bookingmood_list_contacts(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list customer contacts with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve contacts from the system. - bookingmood_list_coupon_products(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, coupon_id?: string, created_at?: string, product_id?: string) — List coupon products that define which products a coupon applies to. Use this when you need to retrieve product-coupon linkages, especially when coupon.scope is 'rent' or 'product'. Supports PostgREST - bookingmood_list_coupon_services(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, coupon_id?: string, created_at?: string, service_id?: string) — List coupon services that define which services a coupon applies to. Use this when you need to retrieve service-coupon linkages, especially when coupon.scope is 'service'. Supports PostgREST-style fil - bookingmood_list_coupon_uses(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, coupon_id?: string, booking_id?: string, created_at?: string) — List coupon uses that track which coupons have been applied to bookings. Use this when you need to retrieve coupon usage history, audit coupon applications, or track which bookings used specific coupo - bookingmood_list_coupons(id?: string, fts?: string, code?: string, limit?: integer, order?: string, quota?: string, scope?: string, offset?: integer, select?: string, stackable?: string, created_at?: string, definition?: string, deleted_at?: string, updated_at?: string, description?: string, organization_id?: string) — Tool to list discount coupons with filtering and pagination. Use this when you need to retrieve coupons from the system, search by code or scope, or paginate through coupon records. Supports PostgREST - bookingmood_list_email_events(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, email_id?: string, created_at?: string, event_type?: string, email_address?: string) — Tool to retrieve email events (bounce, delivery, open) with filtering and pagination. Use this to track email delivery status, monitor bounces, or analyze email engagement. Supports PostgREST-style fi - bookingmood_list_email_templates(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list email templates with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve email template configurations used - bookingmood_list_emails(id?: string, type?: string, limit?: integer, order?: string, offset?: integer, select?: string, status?: string, booking_id?: string, calendar_event_id?: string, email_template_id?: string) — Tool to retrieve emails from the system with optional filtering and pagination. Returns a list of email records including details like subject, body, status, scheduled send time, and related booking i - bookingmood_list_external_calendars(id?: string, name?: string, type?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, updated_at?: string, organization_id?: string) — Tool to list external calendar sync configurations (e.g., Google Calendar, iCal). Use this to retrieve all external calendars with optional filtering and pagination. Supports PostgREST-style filtering - bookingmood_list_invoices(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, organization_id?: string) — Tool to retrieve invoices from the system with optional filtering and pagination. Returns a list of invoice records including amounts, statuses, and payment information. Use this when you need to list - bookingmood_list_line_item_taxes(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list line item taxes with filtering and pagination. Returns tax records applied to line items in bookings. Use this to retrieve line item tax data from the system. - bookingmood_list_line_items(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, booking_id?: string, product_id?: string, service_id?: string) — Tool to retrieve line items from the system with optional filtering and pagination. Returns a list of line item records including details like quantities, amounts, unit prices, and related booking/pro - bookingmood_list_members(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list organization members with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve team members from the organiza - bookingmood_list_organizations(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list organizations. Use when you need to retrieve all organizations accessible by the current API key. - bookingmood_list_paddle_subscriptions(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, status?: string, created_at?: string, updated_at?: string, organization_id?: string) — Tool to list Paddle subscriptions with filtering and pagination. Use this when you need to retrieve subscription information from the Paddle payment provider, filter by status or organization, or pagi - bookingmood_list_payments(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, invoice_id?: string) — Tool to retrieve payment transactions from the system with optional filtering and pagination. Returns a list of payment records including amounts, statuses, payment methods, and transaction details. U - bookingmood_list_permissions(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, user_id?: string, product_id?: string) — Tool to list permissions with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve user permissions for products in the sy - bookingmood_list_pricing_widgets(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, organization_id?: string) — Tool to list pricing widgets with filtering and pagination. Use this to retrieve pricing widget configurations from the system. Supports PostgREST-style filtering on fields (id, organization_id, widge - bookingmood_list_product_attr_options(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, product_id?: string, updated_at?: string, attribute_option_id?: string) — List product attribute options with filtering and pagination. Use this to retrieve which attribute options are available for specific products, enabling product customization through attribute selecti - bookingmood_list_product_calendar_logs(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, product_id?: string, organization_id?: string) — Tool to list product calendar logs with filtering and pagination. Use this to retrieve historical snapshots of product calendar changes, track updates to product availability, or audit calendar modifi - bookingmood_list_product_configs(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, product_id?: string, updated_at?: string) — List product configurations with filtering and pagination. Use this to retrieve configuration settings for products in the system. Supports PostgREST-style filtering on all fields (id, organization_id - bookingmood_list_product_reply_addrs(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list product reply-to addresses with filtering and pagination. Use this to retrieve reply-to email addresses configured for products in the system. Supports PostgREST-style query parameters fo - bookingmood_list_product_services(id?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, product_id?: string, service_id?: string) — List product services that define which services are linked to which products. Use this when you need to retrieve product-service associations. Supports PostgREST-style filtering on all fields (id, pr - bookingmood_list_product_tasks(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list product tasks with filtering and pagination. Product tasks are task templates associated with products that can be instantiated for specific calendar events or bookings. Use this to retri - bookingmood_list_products(id?: string, name?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, updated_at?: string, organization_id?: string) — List bookable products with filtering and pagination. Use this to retrieve product configurations that define rentals, services, or other bookable items in the system. Supports PostgREST-style filteri - bookingmood_list_reply_to_addresses(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list reply-to addresses with filtering and pagination. Use this to retrieve reply-to email addresses configured for communications. Supports PostgREST-style query parameters for column selecti - bookingmood_list_review_products(limit?: integer, order?: string, offset?: integer, select?: string) — List review products with filtering and pagination. Use this to retrieve review product configurations that define products available for customer reviews in the system. Supports PostgREST-style filte - bookingmood_list_review_widget_listings(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list review widget listings with filtering and pagination. Returns a list of review widget listing associations between review widgets and listings. Use this when you need to retrieve review w - bookingmood_list_review_widgets(id?: string, name?: string, limit?: integer, order?: string, offset?: integer, select?: string, organization_id?: string) — Tool to retrieve review widgets from the system with optional filtering and pagination. Returns a list of review widget configurations including their IDs, names, and organization associations. Use th - bookingmood_list_reviews(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list customer reviews with filtering and pagination. Use this to retrieve review records from the system, including ratings, comments, and associated booking/product information. Supports Post - bookingmood_list_seasons(id?: string, name?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, updated_at?: string, organization_id?: string) — List seasons with filtering and pagination. Use this to retrieve seasonal pricing periods that define price variations for different times of the year. Supports PostgREST-style filtering on all fields - bookingmood_list_services(id?: string, name?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, updated_at?: string, organization_id?: string) — List bookable services with filtering and pagination. Use this to retrieve service configurations that define activities, treatments, or other bookable services in the system. Supports PostgREST-style - bookingmood_list_site_listings(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list site listings with filtering and pagination. Use when you need to retrieve site listing records from the system. Supports PostgREST query parameters for field selection, ordering, and pag - bookingmood_list_site_nav_items(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list site navigation items with filtering and pagination. Use when you need to retrieve navigation menu structure or specific navigation entries. Supports PostgREST query parameters for field - bookingmood_list_site_pages(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to retrieve site pages from the system with optional filtering and pagination. Use when you need to list pages, filter by site, or paginate through page records. - bookingmood_list_site_views(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list site views with filtering and pagination. Returns analytics data about page views and visitor sessions on your sites. Use this to retrieve site traffic data, analyze visitor behavior, or - bookingmood_list_sites(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list sites with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve physical locations or sites from the system. - bookingmood_list_taxes(id?: string, name?: string, limit?: integer, order?: string, offset?: integer, select?: string, created_at?: string, updated_at?: string, organization_id?: string) — List tax configurations with filtering and pagination. Use this to retrieve tax definitions like VAT, Sales Tax, GST that can be applied to bookings and line items. Supports PostgREST-style filtering - bookingmood_list_user_profiles(limit?: integer, offset?: integer) — List all user profiles accessible by the current API key. Returns user profile information including IDs, names, email addresses, and organization associations. Use this to discover users in the syste - bookingmood_list_webhook_notifications(limit?: integer, offset?: integer) — Tool to list webhook notifications with filtering and pagination. Returns webhook notification records including their status, event types, and delivery information. Use this to monitor webhook delive - bookingmood_list_webhooks(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list webhook configurations with filtering and pagination. Returns webhook endpoints including their URLs, subscribed events, and status. Use this to discover configured webhooks before managi - bookingmood_list_widget_analytics(limit?: integer, offset?: integer) — Tool to list widget analytics with pagination. Returns metrics and statistics for widgets including views, bookings, conversion rates, and revenue data. Supports pagination via limit and offset parame - bookingmood_list_widget_listings(limit?: integer, order?: string, offset?: integer, select?: string) — Tool to list widget listings with filtering and pagination. Returns a list of widget listing associations between widgets and listings. Use this when you need to retrieve widget listing mappings, filt - bookingmood_list_widgets(limit?: integer, offset?: integer) — List all booking widgets accessible by the current API key. Returns widget configurations including their IDs, names, types, and organization associations. Use this to discover available widgets befor - bookingmood_query_availability(limit?: integer, order?: string, offset?: integer, select?: string, end_date?: string, available?: string, product_id?: string, start_date?: string, organization_id?: string) — Tool to fetch availability of multiple products over a long period of time. Use this to check when products can be booked by querying availability records. Supports PostgREST-style filtering on produc - bookingmood_update_attribute_options(data: object, filters: object) — Updates attribute option records that match the specified filters. Attribute options represent possible values for custom attributes (like size options: S, M, L). At least one filter must be provided - bookingmood_update_attributes(data: object, select?: string, filters: object) — Updates attribute records that match the specified filters. Attributes define custom properties for bookings (e.g., room type, amenities). At least one filter must be provided to target specific recor - bookingmood_update_booking_details(data: object, filters: object) — Updates booking detail records that match the specified filters. Booking details store guest-filled form field data such as names, contact info, and custom field values. At least one filter must be pr - bookingmood_update_bookings(data: object, filters: object) — Updates booking records that match the specified filters. Bookings represent customer reservations with metadata such as currency, references, confirmation status, and silent mode. At least one filter - bookingmood_update_calendar_event_notes(data: object, filters: object) — Updates calendar event note records that match the specified filters. Use this to modify notes associated with calendar events. At least one filter must be provided to target specific records. - bookingmood_update_calendar_event_tasks(id?: string, label?: string, due_at?: string, schedule?: string, completed_at?: string, product_task_id?: string, calendar_event_id?: string, notification_sent_at?: string) — Tool to update existing calendar event tasks. Use when you need to modify task details such as labels, completion status, due dates, or schedule information. - bookingmood_update_calendar_events(data: object, filters: object) — Update existing calendar events that match the specified filters. Use this to modify event status (CANCELLED, TENTATIVE, CONFIRMED), notes, title, or dates. At least one filter must be provided to tar - bookingmood_update_capacities(data: object, filters: object) — Tool to update existing capacity records that match the specified filters. Capacities define occupancy thresholds (min/max) for products or capacity groups. Use this to modify maximum or minimum occup - bookingmood_update_capacity_group_deps(data: object, filters: object) — Updates capacity group dependency records that match the specified filters. Capacity group dependencies define relationships between accumulating and accumulated capacity groups. At least one filter m - bookingmood_update_capacity_groups(data: object, filters: object) — Updates capacity group records that match the specified filters. Capacity groups define guest types (e.g., adults, children) and how their numbers are tracked (manual input or sum of sub-groups). At l - bookingmood_update_contact_bookings(data: object, select?: string, filters: object) — Updates contact booking records that match the specified filters. Contact bookings link contacts to bookings, enabling tracking of which contacts are associated with which reservations. At least one f - bookingmood_update_contacts(data: object, filters: object) — Updates contact records that match the specified filters. Use this to modify existing contact information such as name, email, phone, address, company details, or custom metadata. At least one filter - bookingmood_update_coupon_products(data: object, filters: object) — Updates coupon product link records that match the specified filters. Use this to modify existing coupon-product associations by changing which coupon or product they link to. At least one filter must - bookingmood_update_coupon_services(data: object, filters: object) — Updates coupon service records that match the specified filters. Use this to modify existing coupon-service associations. At least one filter must be provided to target specific records. - bookingmood_update_coupon_uses(data: object, filters: object) — Updates coupon use records that match the specified filters. Use this to modify which booking or coupon is associated with a coupon use record. At least one filter must be provided to target specific - bookingmood_update_coupons(data: object, select?: string, filters: object) — Updates coupon records that match the specified filters. Use this to modify existing coupons such as code, description, definition, quota, scope, or stackable status. At least one filter must be provi - bookingmood_update_external_calendars(data: object, filters: object) — Tool to update existing external calendars that match the specified filters. Use this to modify external calendar properties such as the calendar name. At least one filter must be provided to target s - bookingmood_update_line_item_taxes(data: object, filters: object) — Updates line item tax records that match the specified filters. Line item taxes represent tax amounts or percentages applied to individual line items in a booking. At least one filter must be provided - bookingmood_update_line_items(data: object, filters: object) — Updates line item records that match the specified filters. Line items represent individual charges or products within a booking, including quantity, unit price, amount, and associated service or tax - bookingmood_update_payments(data: object, filters: object) — Tool to update existing payments in the Bookingmood system. Use when you need to modify payment details such as amount, status, currency, or transaction information. At least one filter must be provid - bookingmood_update_permissions(data: object, filters: object) — Updates permission records that match the specified filters. Use this to modify product associations for existing permissions. At least one filter must be provided to target specific permissions. - bookingmood_update_pricing_widgets(data: object, filters: object) — Tool to update existing pricing widget records that match the specified filters. Pricing widgets represent pricing configuration widgets in the system. Use this to modify pricing widget names or local - bookingmood_update_product_attribute_options(data: object, select?: string, filters: object) — Updates product attribute option records that match the specified filters. Product attribute options link products to their available attribute values (e.g., linking a specific product to size options - bookingmood_update_product_configs(data: object, filters: object) — Tool to update existing product configuration records that match the specified filters. Use when you need to modify product configuration attributes such as updated timestamps. - bookingmood_update_product_reply_to_addresses(data: object, limit?: integer, order?: string, select?: string, filters: object) — Tool to update existing product reply-to address associations. Use when you need to modify the relationship between products and their reply-to email addresses. This action follows PostgREST patterns - bookingmood_update_product_services(data: object, filters: object) — Tool to update existing product_services records that match the specified filters. Use when you need to modify the product-service associations. At least one filter must be provided to target specific - bookingmood_update_product_tasks(data: object, filters: object) — Update existing product tasks that match the specified filters. Product tasks define activities or checklist items associated with products. Use this to modify task labels for the matched product task - bookingmood_update_products(data: object, select?: string, filters: object) — Updates product records that match the specified filters. Use this to modify existing product configurations such as name, description, type, status, pricing, or guest capacity. At least one filter mu - bookingmood_update_review_products(data: object, filters: object) — Updates review product link records that match the specified filters. Use this to modify existing review-product associations by changing which review is linked to a product. At least one filter must - bookingmood_update_review_widget_listings(data: object, filters: object) — Updates review widget listing records that match the specified filters. Use this to modify existing review widget-product associations by changing which products are associated with review widgets. At - bookingmood_update_review_widgets(data: object, filters: object) — Updates review widget records that match the specified filters. Use this to modify existing review widget configurations by changing associations between reviews and widgets. At least one filter must - bookingmood_update_reviews(data: object, filters: object) — Updates review records that match the specified filters. Use this to modify existing customer reviews such as ratings, comments, responses, status, or associated entities. At least one filter must be - bookingmood_update_services(data: object, filters: object) — Updates service records that match the specified filters. Use this to modify existing service information such as description, name, price, duration, or active status. At least one filter must be prov - bookingmood_update_site_listings(data: object, filters: object) — Tool to update site listing records matching specified filters. Use when you need to modify listing details such as name, status, URLs, or metadata. At least one filter must be provided to target spec - bookingmood_update_site_nav_items(data: object, filters: object) — Updates site navigation item records that match the specified filters. Use this to modify navigation menu items such as labels, URLs, types, or hierarchical parent relationships. At least one filter m - bookingmood_update_site_pages(data: object, filters: object) — Updates site page records that match the specified filters. Use this to modify existing site page information such as title. At least one filter must be provided to target specific site pages. - bookingmood_update_sites(data: object, filters: object) — Tool to update existing site records that match the specified filters. Use when you need to modify the site name. At least one filter must be provided to target specific sites. - bookingmood_update_taxes(data: object, filters: object) — Updates tax configuration records that match the specified filters. Use this to modify existing tax definitions such as the tax name or percentage rate. At least one filter must be provided to target - bookingmood_update_user_profiles(data: object, filters: object) — Tool to update existing user profile records that match the specified filters. Use this to modify user preferences such as name, language, avatar, or calendar settings. At least one filter must be pro - bookingmood_update_webhooks(data: object, filters: object) — Tool to update existing webhook subscriptions that match the specified filters. Use this to modify webhook URLs, event type subscriptions, enabled status, or descriptions. At least one filter must be - bookingmood_update_widget_listings(data: object, filters: object) — Updates existing widget listing records that match the specified filters. Use this to modify widget-product associations such as display order or change which widget or product is associated. At least - bookingmood_update_widgets(data: object, filters: object) — Update existing booking widgets that match the specified filters. Use this to modify widget configurations such as name, type, locale, currency, interaction settings, display options, and customizatio ## Example prompts - "What can I do in Bookingmood?" - "Show me a summary of my Bookingmood account" ## Links Docs: https://mcp.ai/docs/mcps/bookingmood Website: https://mcp.ai/mcps/bookingmood