Connectors
WooCommerce MCP connector
The WooCommerce connector lets AI agents query and manage a WooCommerce store through InsightfulPipe's hosted MCP server at https://woocommerce.insightfulmcp.com/. You connect it with WooCommerce REST API keys, and agents can work with orders, products, customers, coupons, reviews, refunds, shipping, taxes and sales reports.
WooCommerce MCP server reference
- Endpoint
https://woocommerce.insightfulmcp.com/- Server name
woocommerce-mcp- Actions
- 58 (33 read, 25 write). Workspace owners, admins and operators choose which actions each connected account exposes, and destructive actions are off by default.
Add it from a terminal, then click Authorize access in the browser window that opens:
claude mcp add --transport http woocommerce-mcp https://woocommerce.insightfulmcp.com/
gemini mcp add --transport http woocommerce-mcp https://woocommerce.insightfulmcp.com/
codex mcp add woocommerce-mcp --url https://woocommerce.insightfulmcp.com/What agents can do
- Reports: sales, orders, products and customers reports.
- Orders: list and get orders, order notes and refunds; create and update orders, add notes and create refunds.
- Catalog: products, variations, categories, tags, attributes and attribute terms, and product reviews, with create and update actions.
- Customers and coupons: list, create and update customers and coupons.
- Store settings: shipping zones and methods, tax classes and rates, and system status.
Before you connect
- A WordPress site with WooCommerce active.
- A WooCommerce REST API key (consumer key and consumer secret). Give it Read permission for reporting only, or Read/Write if agents should change the store.
Connect WooCommerce
- In the InsightfulPipe app, open Connectors, choose WooCommerce and click Connect.
- Enter your store URL, consumer key and consumer secret.
- Save the connection.
- Add the MCP server to Claude, ChatGPT or another client, then click Authorize access.
Permissions and safety
- Order, refund and product actions change the live store, so confirm them before running.
delete_order,delete_productanddelete_product_revieware destructive, so they stay off until an owner, admin or operator enables them in Configure actions for this account.
Limits
- Refunds are read per order. There is no return-rate metric.
- If you enter the store URL without
https://, the connector adds it.
Example prompts
- "Using WooCommerce, show gross sales and orders per week for the last quarter."
- "Which products had the most refunds last month?"
- "List coupons used this month and the order count for each."
- "Show orders still in processing status from the last 3 days."
Troubleshooting
- The connection fails: confirm the store URL is correct and the API key hasn't been revoked in WooCommerce.
- Write actions fail: the API key may only have Read permission. Create a Read/Write key and reconnect.