# Wix — how to use (mcp.ai)

Connect your Wix account and use 144 tools for website builders straight from your AI agent. Connect with your own API key. Wix is a cloud-based web development platform that allows users to create HTML5 websites and mobile sites through drag-and-drop tools. The Wix API provides programmatic access to manage sites, products, orders, and other resources.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_wix?ms=1787291220000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `wix_add_special_permissions`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/wix`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/wix/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/wix/add/special/permissions` — Tool to add special permissions to a Wix data collection for a specific user or role. Use when you need to grant CRUD permissions (insert, update, remove, read) to a user or role for a specific collec
  - body: { dataCollectionId: string, specialPermissions: object }
- `POST https://api.mcp.ai/api/wix/calculate/first/available/time/slots/per/menu` — Tool to calculate and retrieve the first available time slot of each fulfillment type for each specified menu. Use when you need to check availability for restaurant operations. Note: Developer Previe
  - body: { operationId: string }
- `POST https://api.mcp.ai/api/wix/cancel/event` — Tool to cancel any remaining automation actions for a trigger and external entity. Use when you need to stop automation workflows that are no longer relevant (e.g., after an invoice is paid or a form 
  - body: { trigger_key: string, external_entity_id: string }
- `POST https://api.mcp.ai/api/wix/cancel/order` — Cancels an existing e-commerce order by marking its status as CANCELED. Use this action when you need to cancel an order due to customer request, inventory issues, or other business reasons. This acti
  - body: { id: string, message?: string }
- `POST https://api.mcp.ai/api/wix/cancel/task` — Tool to cancel a background task in Wix CMS. Use when you need to stop a running background task that is no longer needed.
  - body: { task_id: string }
- `POST https://api.mcp.ai/api/wix/check/content` — Tool to check content text against Wix moderation rules. Use when you need to validate user-submitted content for policy violations before publishing or to determine if content requires moderation.
  - body: { text: string, namespace: string }
- `POST https://api.mcp.ai/api/wix/check/domain/availability` — Tool to check if a domain name is available for purchase. Use when you need to verify domain availability before registration. Returns an availability object with a boolean indicating if the domain ca
  - body: { domain: string }
- `POST https://api.mcp.ai/api/wix/count/extended/bookings` — Tool to count extended bookings matching specified filter criteria. Use when you need to get the total number of bookings without retrieving the full booking data.
  - body: { query?: object, sessionId?: string }
- `POST https://api.mcp.ai/api/wix/create/contacts/labels` — Tool to add labels to a Wix contact using the Labels API. Use when you need to categorize or tag contacts with specific labels like 'contacts.customers' or 'contacts.contacted-me'.
  - body: { contactId: string, labelKeys: string[] }
- `POST https://api.mcp.ai/api/wix/create/points/expiration/enable` — Tool to enable points expiration for a Wix loyalty program. Use when you need to activate the points expiration feature, which changes the pointsExpiration status to ENABLED.
- `POST https://api.mcp.ai/api/wix/create/products/with/inventory/bulk/create` — Tool to bulk create products with inventory in Wix. Use when you need to create multiple products with pricing and stock information in a single request. Supports up to 100 products per request. Physi
  - body: { products: object[] }
- `POST https://api.mcp.ai/api/wix/create/tax/region` — Tool to create a tax region in Wix using the Tax Regions API. Use when you need to define a location-specific tax treatment by country and subdivision with an associated tax calculator.
  - body: { taxRegion: object }
- `POST https://api.mcp.ai/api/wix/delete/abandoned/checkouts/bulk` — Tool to bulk delete abandoned checkouts from Wix e-commerce. Use when you need to remove multiple abandoned checkouts by their IDs.
  - body: { abandonedCheckoutIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/add/on/group` — Tool to delete an add-on group from a Wix Bookings service. Use when you need to remove an add-on group from a specific service by providing the service ID and add-on group ID.
  - body: { serviceId: string, addOnGroupId: string }
- `POST https://api.mcp.ai/api/wix/delete/back/in/stock/notification` — Tool to delete a back in stock notification request from Wix e-commerce. Use when you need to remove a customer's request to be notified when a product comes back in stock.
  - body: { id: string }
- `POST https://api.mcp.ai/api/wix/delete/benefit/items` — Tool to bulk delete benefit items from Wix Benefit Programs. Use when you need to remove multiple benefit items at once by providing their IDs.
  - body: { itemIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/billable/items/bulk` — Tool to bulk delete billable items in Wix. Use when you need to remove multiple billable items at once by providing their IDs. This triggers a Billable Item Deleted event in the Wix system.
  - body: { billableItemIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/bookmark` — Tool to remove a bookmark from a schedule item in Wix Events. Use when you need to delete a user's saved bookmark for a specific event schedule item.
  - body: { item_id: string, event_id: string }
- `POST https://api.mcp.ai/api/wix/delete/brands/bulk` — Tool to delete multiple brands from the Wix Stores catalog. When a brand is deleted, it's automatically removed from all products that reference it. Use when you need to remove multiple brands at once
  - body: { brandIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/bulk/content` — Tool to bulk delete translation content by IDs. Use when you need to delete multiple translation content items in a single operation.
  - body: { content_ids: string[] }
- `POST https://api.mcp.ai/api/wix/delete/bulk/variants` — Tool to bulk delete item variants from Wix Restaurants menus. Use when you need to remove multiple menu item variants at once.
  - body: { ids: string[] }
- `POST https://api.mcp.ai/api/wix/delete/category` — Tool to delete an FAQ category from the Wix site. Deleting a category permanently removes it and all associated questions from the FAQ page. Triggers a Category Deleted event.
  - body: { category_id: string }
- `POST https://api.mcp.ai/api/wix/delete/contacts/la` — Tool to remove labels from a contact in the Wix CRM system. Use when you need to unlabel a contact by removing specific label keys. This triggers a Contact Updated event in the Wix system.
  - body: { contact_id: string, label_keys: string[] }
- `POST https://api.mcp.ai/api/wix/delete/customization` — Tool to delete a customization from the Wix Stores catalog. Use when you need to permanently remove a customization option by its ID.
  - body: { customizationId: string }
- `POST https://api.mcp.ai/api/wix/delete/data/collection/field` — Tool to delete a field from a Wix data collection. Use when you need to remove a field from a collection's structure, which also removes all associated values. The operation is idempotent and succeeds
  - body: { fieldKey: string, dataCollectionId: string }
- `POST https://api.mcp.ai/api/wix/delete/forms` — Tool to bulk delete form schemas from Wix Forms. Use when you need to remove multiple forms by their IDs in a single operation.
  - body: { formIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/info/section` — Tool to delete an info section from the Wix Stores catalog. Use when you need to permanently remove a specific info section by its ID.
  - body: { infoSectionId: string }
- `POST https://api.mcp.ai/api/wix/delete/inventory/items/bulk` — Tool to bulk delete inventory items from the Wix Stores catalog. Accepts non-existent IDs without error. Use when you need to remove multiple inventory items at once.
  - body: { inventoryItemIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/items/by/filter` — Tool to bulk delete benefit program items by filter criteria. Use when you need to delete multiple items matching specific conditions within a namespace. If no filter is provided, this may delete all 
  - body: { filter?: object, namespace: string }
- `POST https://api.mcp.ai/api/wix/delete/loyalty/coupon` — Tool to delete a loyalty coupon from the Wix Loyalty Program. Note that deleting a loyalty coupon does not affect the functionality of the corresponding discount coupon itself. Use when you need to re
  - body: { id: string }
- `POST https://api.mcp.ai/api/wix/delete/menu` — Tool to delete a menu from Wix Restaurants. Use when you need to permanently remove a menu by its ID. The endpoint implements idempotent DELETE behavior.
  - body: { menu_id: string }
- `POST https://api.mcp.ai/api/wix/delete/modifiers/bulk` — Tool to bulk delete item modifiers from Wix Restaurants Menus. Use when you need to remove multiple item modifiers at once by providing their IDs.
  - body: { ids: string[] }
- `POST https://api.mcp.ai/api/wix/delete/pool/definitions/bulk` — Tool to bulk delete pool definitions from Wix Benefit Programs. Use when you need to remove multiple pool definitions by their IDs in a single operation.
  - body: { poolDefinitionIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/product/options` — Tool to delete all options from a Wix product. Use when you need to remove all product options (like Color, Size) and reset the product to a single default variant. Only works when variant management 
  - body: { id: string }
- `POST https://api.mcp.ai/api/wix/delete/products` — Tool to bulk delete products from the Wix Stores catalog. Use when you need to permanently remove multiple products by their IDs.
  - body: { productIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/program/definition` — Tool to delete a program definition from Wix Benefit Programs. Use when you need to permanently remove a benefit program definition by its ID.
  - body: { programDefinitionId: string }
- `POST https://api.mcp.ai/api/wix/delete/project` — Tool to delete a project from Wix Portfolio. Use when you need to remove a specific project by its ID. Note: This operation may return an empty success response when the Portfolio app is not installed
  - body: { project_id: string }
- `POST https://api.mcp.ai/api/wix/delete/project/item` — Tool to delete a project item from the Wix Portfolio. Use when you need to permanently remove a portfolio project item by its ID.
  - body: { item_id: string }
- `POST https://api.mcp.ai/api/wix/delete/question/entry` — Tool to delete a question entry from Wix FAQ app. Use when you need to permanently remove a FAQ question entry by its ID.
  - body: { question_entry_id: string }
- `POST https://api.mcp.ai/api/wix/delete/receipt/preset` — Tool to permanently delete a receipt preset from Wix. Use when you need to remove a receipt preset by its ID. This triggers a Receipt Preset Deleted event in the Wix system.
  - body: { receiptPresetId: string }
- `POST https://api.mcp.ai/api/wix/delete/recipients/bulk` — Tool to bulk delete notification recipients for Wix Restaurants online orders. Use when you need to remove multiple recipients at once by providing their IDs.
  - body: { recipientIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/reports/by/filter` — Tool to bulk delete reports from the dashboard by filter criteria. Use when you need to remove multiple reports matching specific conditions. Triggers a Report Deleted event for each removed report.
  - body: { filter?: object }
- `POST https://api.mcp.ai/api/wix/delete/rsvps/by/filter` — Tool to bulk delete event RSVPs by filter criteria. Use when you need to remove multiple RSVPs matching specific conditions. If no filter is provided, this may delete all RSVPs.
  - body: { filter?: object }
- `POST https://api.mcp.ai/api/wix/delete/rule` — Tool to delete a service fee rule from Wix Restaurants Online Orders. Use when you need to remove a specific rule by its ID.
  - body: { rule_id: string }
- `POST https://api.mcp.ai/api/wix/delete/schedule/item` — Tool to delete schedule items from a Wix event. Use when you need to remove one or more schedule items from an event's draft schedule.
  - body: { eventId: string, itemIds: string[] }
- `POST https://api.mcp.ai/api/wix/delete/secret` — Tool to delete a secret from Wix Secrets Vault. Use when you need to permanently remove a secret by its GUID identifier.
  - body: { id: string }
- `POST https://api.mcp.ai/api/wix/delete/sender/details` — Tool to delete sender details from Wix email marketing. Use when you need to remove a sender from the available senders list. Note: You cannot delete a default sender - you must first create a new sen
  - body: { sender_details_id: string }
- `POST https://api.mcp.ai/api/wix/delete/sender/email` — Tool to delete a sender email from Wix Marketing. Use when you need to remove a specific sender email by its ID.
  - body: { sender_email_id: string }
- `POST https://api.mcp.ai/api/wix/delete/service` — Tool to delete a service from Wix Bookings. Use when you need to remove a single service by its ID. Triggers a 'Service Deleted' event upon success.
  - body: { serviceId: string, preserveFutureSessionsWithParticipants?: boolean }
- `POST https://api.mcp.ai/api/wix/delete/services/by/filter` — Tool to bulk delete booking services by filter criteria. The operation succeeds even if individual services can't be deleted, with failure information returned in bulkActionMetadata. Triggers Service 
  - body: { filter?: object }
- `POST https://api.mcp.ai/api/wix/delete/services/in/bulk` — Tool to bulk delete services from Wix Bookings. Use when you need to remove multiple services at once by providing their IDs.
  - body: { ids: string[] }
- `POST https://api.mcp.ai/api/wix/delete/ticket/check/in` — Tool to delete ticket check-in records for Wix Events. Use when you need to remove check-in status for one or more tickets at an event.
  - body: { eventId: string, ticketNumber: string[] }
- `POST https://api.mcp.ai/api/wix/delete/ticket/definitions/bulk` — Tool to bulk delete ticket definitions by filter criteria for Wix Events. Use when you need to delete multiple ticket definitions matching specific conditions. Requires 'Manage Ticket Definitions' per
  - body: { filter?: object }
- `POST https://api.mcp.ai/api/wix/delete/ticket/reservation` — Tool to delete a ticket reservation from Wix Events. Use when you need to remove a ticket reservation that is no longer needed or valid.
  - body: { ticket_reservation_id: string }
- `POST https://api.mcp.ai/api/wix/delete/user/defined/fields` — Tool to delete user defined fields from a data extension schema in Wix. Use when you need to remove custom fields from a schema by providing the schema ID and field keys.
  - body: { fieldsToDelete: string[], dataExtensionSchemaId: string }
- `POST https://api.mcp.ai/api/wix/delete/user/favorite` — Tool to remove a dashboard page from the current user's list of favorite pages. Use when you need to delete a specific favorite from the user's dashboard. The API exhibits idempotent behavior - return
  - body: { favorite_id: string }
- `POST https://api.mcp.ai/api/wix/discard/draft` — Tool to discard all changes to a draft schedule for a Wix event. Use when you need to revert all unsaved changes and restore the schedule to its published state. Requires 'Manage Events - all permissi
  - body: { eventId: string }
- `POST https://api.mcp.ai/api/wix/find/event` — Tool to find a Wix event by ID or slug. Use when you need to retrieve event details. Note: This endpoint is deprecated and will be replaced by Events V3 Get Event.
  - body: { id?: string, slug?: string }
- `POST https://api.mcp.ai/api/wix/generate/file/upload/url` — Tool to generate an upload URL for uploading files to Wix Media Manager. Use when you need to upload a file to Wix. Note: Files are not immediately available after upload and require processing time. 
  - body: { mimeType?: string }
- `POST https://api.mcp.ai/api/wix/generate/files/download/url` — Tool to generate download URLs for files in Wix Media Manager. Use when you need to create a permanent download URL for one or multiple files (up to 1000). Returns a download URL for a compressed file
  - body: { file_ids: string[] }
- `POST https://api.mcp.ai/api/wix/get/app/instance` — Tool to retrieve the current app instance details and associated site information. Use when you need to fetch app configuration, permissions, or site details.
- `POST https://api.mcp.ai/api/wix/get/collection/by/slug` — Tool to retrieve a Wix Stores collection by its slug. Use when you need to fetch collection details using the collection's URL-friendly identifier instead of its ID.
  - body: { slug: string }
- `POST https://api.mcp.ai/api/wix/get/current/member/coupons` — Tool to retrieve loyalty coupons for the currently authenticated member. Use when you need to fetch loyalty program coupons for the logged-in member. Requires visitor or member authentication.
- `POST https://api.mcp.ai/api/wix/get/folder/by/site` — Tool to retrieve folder information for a specific site by site ID. Use when you need to get the parent folder details of a site. Note: If the specified site is at root level, the returned folder obje
  - body: { site_id: string }
- `POST https://api.mcp.ai/api/wix/get/member` — Tool to retrieve a member by ID from Wix Members. Use when you need to fetch detailed information about a specific member. Note: Private members (default privacy status) are not returned for site visi
  - body: { member_id: string }
- `POST https://api.mcp.ai/api/wix/get/member/privacy/settings` — Tool to retrieve member privacy settings for a Wix site. Use when you need to check what privacy settings are currently configured, including whether members can make their profiles public.
- `POST https://api.mcp.ai/api/wix/get/members/custom/field/applications` — Tool to retrieve custom field applications for specified members. Use when you need to check which custom field applications apply to specific members.
  - body: { member_ids: string[] }
- `POST https://api.mcp.ai/api/wix/get/or/create/brands/bulk` — Tool to bulk retrieve or create brands in Wix Stores catalog. Retrieves multiple brands by name, or creates them if they don't exist. Use when you need to ensure specific brands exist in the catalog.
  - body: { brandNames: string[] }
- `POST https://api.mcp.ai/api/wix/get/purchase/history` — Tool to retrieve purchase history for your app on a site. Use when you need to view past purchases and verify upgrades. Note: The response does not include cancellation details. Site context is automa
- `POST https://api.mcp.ai/api/wix/get/roles/custom/field/applications` — Tool to retrieve custom field applications for specified roles. Use when you need to check which custom field applications apply to specific member roles.
  - body: { roleIds: string[] }
- `POST https://api.mcp.ai/api/wix/get/roles/info` — Tool to retrieve all available roles in the requesting Wix account, including predefined and custom roles. Use when you need to list all roles configured for the account.
- `POST https://api.mcp.ai/api/wix/get/sender/details` — Tool to retrieve sender details for email marketing campaigns. Use when you need to fetch the sender's name and email address. Note: This endpoint is deprecated and has been superseded by the Get Defa
- `POST https://api.mcp.ai/api/wix/get/site/plugins/placement/status` — Tool to get the placement status of your app's site plugins on the user's site. Use when you need to check whether your plugins are currently placed in slots on the user's site.
- `POST https://api.mcp.ai/api/wix/get/site/properties` — Tool to retrieve current snapshot of a site's properties including business profile, contact information, and business schedule. Use when you need to fetch site-level business information, contact det
- `POST https://api.mcp.ai/api/wix/import/file` — Tool to import a file to Wix Media Manager using an external URL. Use when you need to add a file from an external source to the Media Manager. Note: imported files take time to process and are not im
  - body: { url: string, externalInfo?: object }
- `POST https://api.mcp.ai/api/wix/list/app/permissions` — Tool to retrieve all permissions for a specified Wix app. Use when you need to list the permissions your app requests when users install it on a site.
  - body: { app_id: string }
- `POST https://api.mcp.ai/api/wix/list/app/plans/by/app/id` — Tool to retrieve app plans by application ID, including pricing, tax settings, and currency details. Use when you need to fetch pricing plans for a specific Wix app. Note: Only returns activated plans
  - body: { app_ids: string, country_code?: string }
- `POST https://api.mcp.ai/api/wix/list/campaigns` — Tool to retrieve a list of email marketing campaigns, ordered by date_updated in descending order. Use when you need to get campaigns from Wix Email Marketing with optional filtering by status, visibi
  - body: { statuses?: string[], paging_limit?: integer, paging_offset?: integer, include_statistics?: boolean, visibility_statuses?: string[], distribution_statuses?: string[] }
- `POST https://api.mcp.ai/api/wix/list/catalogs` — Tool to retrieve a list of restaurant catalogs from Wix Restaurants. Use when you need to get all catalogs for a restaurant location. Note: This API is deprecated and has been replaced with the Menus 
- `POST https://api.mcp.ai/api/wix/list/contacts/facets` — Tool to list facets from the site's Contact List. Facets include labels, subscription statuses (email and SMS), and membership statuses. Use when you need to retrieve available contact categorization 
- `POST https://api.mcp.ai/api/wix/list/currencies` — Tool to retrieve the list of available currencies from Wix Currency Converter. Use when you need to get all supported currencies with their ISO codes and symbols.
- `POST https://api.mcp.ai/api/wix/list/custom/fields` — Tool to retrieve a list of custom fields and fields provided by the Members Area. Use when you need to fetch available custom field definitions for member profiles. Fields are ordered by section and c
- `POST https://api.mcp.ai/api/wix/list/default/tax/groups` — Tool to retrieve the list of default tax groups for a Wix site. Use when you need to fetch the default tax groups that are inherited by apps installed on the site.
- `POST https://api.mcp.ai/api/wix/list/default/tax/groups/by/app/ids` — Tool to retrieve default tax groups for specific Wix apps by their app IDs. Use when you need to fetch predefined tax groups that are automatically assigned to products from specific apps.
  - body: { appIds: string[] }
- `POST https://api.mcp.ai/api/wix/list/group/requests` — Tool to list group requests across a Wix site. Use when you need to retrieve pending or processed requests for group creation. Only admins can see create group requests; members can access their own r
  - body: { limit?: integer, offset?: integer, sort.order?: string, sort.fieldName?: string }
- `POST https://api.mcp.ai/api/wix/list/invoices/list/by/ids` — Tool to retrieve invoice IDs and external app IDs for multiple orders. Use when you need to get invoice information associated with one or more Wix eCommerce orders.
  - body: { orderIds: string[] }
- `POST https://api.mcp.ai/api/wix/list/manual/tax/mappings` — Tool to retrieve up to 1,000 manual tax mappings from Wix. Use when you need to list custom tax rate configurations for specific tax group and region combinations. Results are sorted by createdDate in
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/wix/list/member/following` — Tool to retrieve the list of members followed by a given member in Wix Members. Use when you need to see which members a specific member is following. Note: This API is in Developer Preview and may be
  - body: { member_id: string, paging.limit?: integer, paging.offset?: integer }
- `POST https://api.mcp.ai/api/wix/list/my/member/followers` — Tool to retrieve the list of members who are following the current authenticated member in Wix Members. Use when you need to see which members follow the current user.
  - body: { paging.limit?: integer, paging.offset?: integer }
- `POST https://api.mcp.ai/api/wix/list/sessions` — Tool to retrieve calendar sessions from Wix Bookings with filtering, sorting, and pagination. Use when you need to list booking sessions, event instances, or availability slots. Note: This endpoint is
  - body: { listQuery?: object }
- `POST https://api.mcp.ai/api/wix/list/v4/contacts` — Tool to retrieve a list of up to 1,000 contacts per request from Wix. Use when you need to fetch contact information with support for pagination and field filtering.
  - body: { fields?: string[], fieldsets?: string[], cursorPaging.limit?: integer, cursorPaging.cursor?: string }
- `POST https://api.mcp.ai/api/wix/logout` — Tool to terminate a member's session and clear authentication cookies. Use when you need to log out a user from their Wix session. When postLogoutRedirectUri is provided, returns a 302 redirect respon
  - body: { post_logout_redirect_uri?: string }
- `POST https://api.mcp.ai/api/wix/publish/draft` — Tool to publish a draft schedule for a Wix event. Use when you need to make all draft changes live and visible to site visitors. Requires 'Manage Events - all permissions' scope.
  - body: { eventId: string }
- `POST https://api.mcp.ai/api/wix/query/categories` — Tool to retrieve bookings service categories with optional filtering, sorting, and pagination. Use when you need to fetch categories that organize booking services in Wix Bookings.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/contacts` — Tool to retrieve up to 1,000 Wix contacts with advanced filtering, sorting, and pagination. Use when you need to search for specific contacts or retrieve contacts with custom field selections.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/coupons` — Tool to retrieve a list of up to 100 coupons with optional paging, filtering, and sorting. Use when you need to fetch coupons from a Wix store.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/deleted/forms` — Tool to retrieve deleted form schemas from the trash bin for a specified namespace. Use when you need to query forms that have been deleted but not permanently removed. Requires namespace filter.
  - body: { query: object }
- `POST https://api.mcp.ai/api/wix/query/e/commerce/orders` — Tool to retrieve e-commerce orders with advanced filtering, sorting, and pagination. Use when you need to search for specific orders or retrieve order lists. Default behavior excludes orders with stat
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/events/events` — Tool to query events using the deprecated eventsEvents GraphQL endpoint. Returns event items and pagination info. Note: This endpoint is deprecated and will be replaced with Events V3's Query Events e
  - body: { query: string, variables?: object }
- `POST https://api.mcp.ai/api/wix/query/extended/bookings` — Tool to retrieve up to 100 extended bookings with advanced filtering, sorting, and pagination. Use when you need to search for specific bookings with attendance details and customer action permissions
  - body: { query?: object, withBookingAllowedActions?: boolean }
- `POST https://api.mcp.ai/api/wix/query/facets/query` — Tool to retrieve facets from the site's contact list by filter. Facets include labels and subscription statuses with aggregated contact counts. Use when you need to get contact segmentation data.
  - body: { filter?: object }
- `POST https://api.mcp.ai/api/wix/query/folders` — Tool to retrieve a list of site folders with optional paging, filtering, and sorting. Use when you need to organize and manage Wix sites by folders in an account.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/forms/form/submissions` — Tool to retrieve form submissions from a specified namespace with optional pagination. Use when you need to query form submissions from Wix Forms or other form apps. The namespace filter is required.
  - body: { query: object, paging?: object }
- `POST https://api.mcp.ai/api/wix/query/group/requests` — Tool to query group creation requests with filtering, sorting, and pagination. Use when you need to retrieve pending, approved, or rejected group requests from site members.
  - body: { sort?: object[], filter?: object, paging?: object }
- `POST https://api.mcp.ai/api/wix/query/inventory` — Tool to retrieve a list of up to 1000 inventory items with optional paging, filtering, and sorting. Manages inventory per variant including stock quantities, availability status, and preorder informat
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/locations` — Tool to retrieve business locations with filtering, sorting, and pagination. Use when you need to search for specific locations or list all locations for a site.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/loyalty/checkout/discounts` — Tool to retrieve loyalty checkout discounts with filtering, sorting, and pagination. Use when you need to query discounts applied at checkout using loyalty points.
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/manual/tax/mappings` — Tool to retrieve a list of up to 100 manual tax mappings with optional paging, filtering, and sorting. Use when you need to query custom tax rate configurations for specific tax group and region combi
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/query/moderation/rules` — Tool to retrieve moderation rules with optional filtering, sorting, and pagination. Use when you need to fetch rules that manage user-generated content moderation on a Wix site. Returns up to 1000 rul
  - body: { sort?: object[], filter?: object, paging?: object }
- `POST https://api.mcp.ai/api/wix/query/submissions/by/namespace` — Tool to retrieve form submissions from a specified namespace with advanced filtering, sorting, and pagination. Use when you need to query submissions with specific criteria like status, date ranges, o
  - body: { query: object }
- `POST https://api.mcp.ai/api/wix/query/tax/groups` — Tool to retrieve a list of up to 100 tax groups with optional paging, filtering, and sorting. Only returns tax groups created by the site, not default tax groups. Use when you need to fetch custom tax
  - body: { query?: object }
- `POST https://api.mcp.ai/api/wix/register/v2` — Tool to register a new member account on Wix site. Use when you need to create a new member with email and password authentication. Returns a session token that can be used to obtain access and refres
  - body: { loginId: object, profile?: object, password: string }
- `POST https://api.mcp.ai/api/wix/remove/deleted/fields` — Tool to permanently remove deleted fields from a Wix form schema. Use when you need to clean up deleted fields from a form.
  - body: { formId: string }
- `POST https://api.mcp.ai/api/wix/remove/info/sections/from/products/by/filter` — Tool to bulk remove info sections from products matching a filter expression. Use when you need to detach information sections from multiple products based on specific criteria like visibility status,
  - body: { filter?: object, search?: object, infoSectionIds: string[] }
- `POST https://api.mcp.ai/api/wix/remove/tip/from/order` — Tool to remove a tip from an existing eCommerce order. Use when you need to remove tip charges that were previously added to an order.
  - body: { orderId: string }
- `POST https://api.mcp.ai/api/wix/reschedule/draft` — Tool to reschedule all draft schedule items for an event at once. Use when you need to adjust the time of multiple draft schedule items simultaneously by specifying a new time zone.
  - body: { event_id: string, time_zone_id: string }
- `POST https://api.mcp.ai/api/wix/search/products` — Tool to search products in the Wix store catalog using text search, filters, and sorting. Returns up to 100 products per request with cursor-based pagination. Use when you need to find specific produc
  - body: { sort?: object[], fields?: string[], filter?: object, paging?: object, search?: object }
- `POST https://api.mcp.ai/api/wix/send/recovery/email` — Tool to send a password recovery email to a Wix member with a link to reset their password. Use when a member needs to reset their password. The site must be published for this to work. Site owners wi
  - body: { email: string, redirect?: object }
- `POST https://api.mcp.ai/api/wix/set/customization/choices` — Tool to set choices for a customization in Wix stores catalog. Use when you need to replace all existing choices with a new set of choices for a customization. This operation requires a valid GUID cus
  - body: { choices: object[], customizationId: string }
- `POST https://api.mcp.ai/api/wix/set/default/receipt/preset` — Tool to set a receipt preset as the default in Wix. Use when you need to designate a specific receipt preset as the default for receipt generation.
  - body: { receiptPresetId: string }
- `POST https://api.mcp.ai/api/wix/unassign/events/bulk` — Tool to unassign an event from multiple categories in Wix Events. Use when you need to remove an event from one or more categories by providing the event ID and category IDs.
  - body: { eventId: string, categoryId: string[] }
- `POST https://api.mcp.ai/api/wix/update/billable/items/bulk` — Tool to bulk update billable items in Wix. Use when you need to modify multiple billable items at once. Each item requires its ID, current revision number, and the fields to update.
  - body: { billableItems: object[] }
- `POST https://api.mcp.ai/api/wix/update/bulk/customizations` — Tool to bulk update multiple customizations in Wix Stores Catalog V3. Use when you need to update properties of existing customizations such as name, type, choices, or settings. Each update requires t
  - body: { customizations: object[] }
- `POST https://api.mcp.ai/api/wix/update/bulk/storage/item/tags/by/filter` — Tool to bulk update tags on storage items matching filter criteria. Use when you need to add or remove tags from multiple storage items at once based on filter conditions. If a tag appears in both ass
  - body: { assign?: string[], filter?: object, unassign?: string[] }
- `POST https://api.mcp.ai/api/wix/update/business/contact` — Tool to update a site's business contact information including email, phone, fax, and address. Use when you need to modify the public business contact details displayed on a Wix site. Requires Manage 
  - body: { fields: object, business_contact: object }
- `POST https://api.mcp.ai/api/wix/update/business/profile` — Tool to update a site's business profile including display name, description, logo, and business name. Use when you need to modify public business information. Only fields specified in the fields.path
  - body: { fields: object, business_profile: object }
- `POST https://api.mcp.ai/api/wix/update/business/schedule` — Tool to update a site's business schedule including regular operating hours and special exceptions. Use when you need to set or modify business hours, add holiday closures, or define special event hou
  - body: { business_schedule: object }
- `POST https://api.mcp.ai/api/wix/update/contacts/bulk` — Tool to bulk update multiple contacts with specified field values. Use when you need to update the same field(s) across multiple contacts matching a filter or search criteria. Only fields specified in
  - body: { info: object, filter?: object, search?: string, fieldMask: object }
- `POST https://api.mcp.ai/api/wix/update/content/by/key/bulk` — Tool to bulk update translation content by composite key (schemaId, entityId, locale). Use when updating translatable fields for multiple content items identified by their schema, entity, and locale c
  - body: { contents: object[] }
- `POST https://api.mcp.ai/api/wix/update/inventory/items/by/filter` — Tool to bulk update inventory items by filter criteria. Updates multiple inventory items matching the specified filter (e.g., by productId). Use when you need to change inventory tracking settings, st
  - body: { filter: object, inventoryItem: object }
- `POST https://api.mcp.ai/api/wix/update/inventory/variants` — Tool to update product inventory including quantity, stock status, and tracking settings per variant. Use when you need to modify inventory levels or stock configuration. The revision field must match
  - body: { id: string, inventoryItem: object }
- `POST https://api.mcp.ai/api/wix/update/labels` — Tool to set labels for a Wix FAQ question entry. Use when a question entry is updated and you need to modify its labels. This operation replaces all existing labels with the provided list.
  - body: { labels: object[], questionEntryId: string }
- `POST https://api.mcp.ai/api/wix/update/locale/settings` — Tool to update a Wix site's locale configuration settings including auto-redirect behavior. Use when you need to modify locale settings such as enabling or disabling automatic visitor redirection base
  - body: { localeSettings: object }
- `POST https://api.mcp.ai/api/wix/update/operation/group/tags/by/filter` — Tool to bulk update tags on operation groups using filter criteria. Use when you need to add or remove tags from multiple operation groups matching specific conditions. If a tag appears in both assign
  - body: { assign?: string[], filter?: object, unassign?: string[] }
- `POST https://api.mcp.ai/api/wix/update/orders/bulk` — Tool to bulk update properties of up to 100 e-commerce orders. Use when you need to update order fields like archived status, buyer information, billing/shipping addresses, or custom fields. To remove
  - body: { orders: object[] }
- `POST https://api.mcp.ai/api/wix/update/orders/update/tags` — Tool to synchronously update tags on multiple orders by list of order IDs. Use when you need to add or remove tags from multiple orders at once. If a tag appears in both assignTags and unassignTags, i
  - body: { options?: object, orderIds: string[] }
- `POST https://api.mcp.ai/api/wix/update/products/by/filter` — Tool to bulk update multiple products matching filter criteria in Wix Stores. Use when you need to update the same field(s) across multiple products matching specific conditions. Cannot update slug, o
  - body: { filter: object, product: object }
- `POST https://api.mcp.ai/api/wix/update/receipt/preset` — Tool to update a receipt preset in Wix. Use when you need to modify receipt preset settings including name, custom fields, display settings, or extended fields. Requires the current revision number to
  - body: { receiptPreset: object, receiptPresetId: string }
- `POST https://api.mcp.ai/api/wix/update/referral/program` — Tool to update a site's referral program configuration including name, rewards, and email settings. Use when you need to modify an existing referral program. The revision field is required to prevent 
  - body: { referral_program: object }
- `POST https://api.mcp.ai/api/wix/update/reviews/moderate` — Tool to update the moderation status of a review. Use when you need to approve, reject, or change the moderation status of a specific review.
  - body: { review_id: string, moderation_status: string }
- `POST https://api.mcp.ai/api/wix/update/reviews/moderate2` — Tool to bulk update the moderation status of multiple reviews at once. All filtered reviews are updated to the same moderation status. Use when you need to moderate multiple reviews efficiently instea
  - body: { filter?: object, moderation_status: string }
- `POST https://api.mcp.ai/api/wix/update/rule` — Tool to update a moderation rule in Wix Community Feedback Moderation. Use when you need to modify an existing rule's settings such as name, enabled status, or configuration. Requires the current revi
  - body: { rule: object, rule_id: string }
- `POST https://api.mcp.ai/api/wix/update/staff/member/tags/by/filter` — Tool to bulk update tags on Wix Bookings staff members by filter criteria. Use when you need to add or remove tags from multiple staff members matching specific conditions. If a tag appears in both as
  - body: { assign?: string[], filter?: object, unassign?: string[] }
- `POST https://api.mcp.ai/api/wix/update/storage/item/tags` — Tool to bulk update tags on multiple storage items in Wix automations. Use when you need to set public and/or private tags on multiple storage items at once. Requires 'Set Up Automations' permission.
  - body: { tags: object, storageItemIds: string[] }

## Example prompts
- "What can I do in Wix?"
- "Show me a summary of my Wix account"

## More
- Page: https://mcp.ai/wix
- Agent spec (llms.txt): https://mcp.ai/wix/llms.txt
- Postman collection: https://mcp.ai/wix/postman.json
