Skip to main content
Feedback

WooCommerce MCP connector

WooCommerce is an open-source e-commerce plugin for WordPress that powers online stores by managing products, customers, orders, and inventory. The WooCommerce MCP connector allows AI agents to create and update customer profiles, manage product catalogs and inventory, and process order information. It also supports deleting records, retrieving detailed customer and product data, and maintaining store operations across your WordPress e-commerce environment.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the WooCommerce MCP connector to perform the following actions:

  • Synchronize customer purchase history and contact information across business systems
  • Automate order fulfillment workflows when customers place new orders in WooCommerce
  • Update product inventory levels in real time across multiple sales channels
  • Segment customers by purchase behavior and trigger targeted marketing campaigns
  • Archive completed orders and customer records for compliance and reporting
  • Bulk import new products, categories, and tags into WooCommerce from spreadsheets
  • Monitor order status changes and send notifications to customers and internal teams

Example prompts

Use the following example prompts to invoke WooCommerce MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all customers who made purchases in the last 30 days in WooCommerce.
  • Create a new product in WooCommerce for a winter coat with a price of $89.99.
  • List all pending orders in WooCommerce that are ready to ship.
  • Update the stock quantity for the blue running shoes product in WooCommerce.
  • Find all products in the electronics category in WooCommerce.
  • Get details about the customer who placed order number 5042 in WooCommerce.
  • Delete the discontinued hammer drill product from WooCommerce.
  • Show me all product tags currently in use in WooCommerce.
  • Create a bulk order in WooCommerce for a business customer.
  • List customers from Australia in WooCommerce sorted by total spending.

WooCommerce MCP connector tools

The WooCommerce MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAllCustomersRetrieves a list of all customers in the store.
createCustomerCreates a new customer account with the provided information.
getCustomerRetrieves details for a specific customer.
updateCustomerModifies an existing customer's information.
deleteCustomerRemoves a customer from the store.
getAllProductsRetrieves a list of all products in the store.
createProductCreates a new product with the specified details.
getProductRetrieves details for a specific product.
updateProductModifies an existing product's information.
deleteProductRemoves a product from the store.
getAllOrdersRetrieves a list of all orders in the store.
createOrderCreates a new order with the specified items.
getOrderRetrieves details for a specific order.
updateOrderModifies an existing order's information.
deleteOrderRemoves an order from the store.
getCategoriesRetrieves a list of all product categories.
getTagsRetrieves a list of all product tags.
On this Page