WooCommerce Connector for AI agents.
10 live capabilities
Manage your online store inventory and sales orders through a chat interface.
Waiting for input…
Why people use WooCommerce
WooCommerce for faster eCommerce inventory management
With this Connector, you just ask your agent for the info. You can pull a customer's full profile or a sales summary for the last month in a single sentence. You stop hunting for data and start using it.
What Vinkius changes
You get a conversational interface for your entire WooCommerce backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a surge in orders
A manager asks the agent to find all processing orders and update them to completed once they ship using update_order_status.
- Real-world use case 02
Checking a customer's history
A support rep asks for the total spend of a specific customer to decide on a refund using get_customer_details.
- Real-world use case 03
Preparing a weekly report
A store owner asks for a sales summary of the last week to see which products sold best using get_sales_report.
Complete set · 10capabilities
The complete WooCommerce capability set.
These are the exact actions your AI can choose when you ask it to work with WooCommerce.
01—04
4 capabilities in this set.
Part of 10 available through WooCommerce.
- 01 Capability
Update order status
Changes an order to statuses like completed, refunded, or on-hold. Use this to move shipments through your pipeline.
- 02 Capability
List store products
Lists your products with pagination so you can browse your full inventory. This helps you quickly see what's in stock.
- 03 Capability
Get customer details
Pulls the full profile for a specific store customer. It's useful for checking a user's history and total spend.
- 04 Capability
Get order details
Retrieves the complete billing and shipping info for a specific order. Use this to see exactly where a package is headed.
05—07
3 capabilities in this set.
Part of 10 available through WooCommerce.
- 05 Capability
Get product details
Gets the specific details and properties for a single product. This is great for checking SKUs and technical specs.
- 06 Capability
Get sales report
Pulls a summary of revenue for weeks, months, or years. It gives you a quick look at your business performance.
- 07 Capability
List store categories
Shows all product categories currently in your store. Use this to understand your store's taxonomy.
08—10
3 capabilities in this set.
Part of 10 available through WooCommerce.
- 08 Capability
List store coupons
Lists all active discount codes for your promotional campaigns. This helps you audit your current marketing efforts.
- 09 Capability
List store customers
Browses your registered customer list with pagination. This makes it easy to see who is buying from your store.
- 10 Capability
List store orders
Lists your orders with filters for status and pagination. Use this to find pending or processing shipments quickly.
Set up in minutes
One URL. Then ask WooCommerce to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use WooCommerce from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it WooCommerce, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable WooCommerce for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the WooCommerce URL.
- Step 03
Save and start
Save the connection and enable WooCommerce in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"woocommerce": {
"url": "https://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using WooCommerce
Open Agent mode in chat and ask: "Using WooCommerce, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"woocommerce": {
"url": "https://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using WooCommerce
Ask Copilot: "Using WooCommerce, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"woocommerce": {
"url": "https://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using WooCommerce
Open Cascade and ask: "Using WooCommerce, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"woocommerce": {
"url": "https://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using WooCommerce
Ask Cline: "Using WooCommerce, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add woocommerce --transport http "https://edge.vinkius.com/vk_preview_FHPfDerGXD9hoafmfzAhE4bxKzvn3SybyNFpzXLi/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using WooCommerce
Ask Claude: "Using WooCommerce, show me...". 10 tools are ready
Where the request belongs
Work WooCommerce can move forward.
This is for eCommerce owners and ops managers who are tired of clicking through endless WordPress menus to find basic order info or update stock levels.
Store Owner
Checks weekly sales reports and manages high-level promotions via chat.
Operations Manager
Updates order statuses and monitors inventory levels to keep shipping on track.
Customer Support Rep
Looks up billing history and customer details to solve tickets faster.
Marketing Coordinator
Audits active coupons and checks product categories for new campaigns.
When one Connector is not enough
Carry the request into a workflow.
Combine WooCommerce with the systems that finish the task.
View all recipesBuild the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWooCommerce
Manage your WooCommerce store. audit products, orders, and reports via AI.
Wix eCommerce
Manage products, orders, and inventory on Wix. the complete eCommerce platform for growing online businesses.
WooCommerce Inventory Updater
This MCP allows your AI agent to surgically update the stock quantity of any product or variation in your WooCommerce store. Perfect for reading supplier spreadsheets and syncing inventory automatically.
BigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
Shopify
Build and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
OpenCart
Connect your OpenCart store to AI agents. browse products, manage orders, track customers, and update fulfillment status through natural conversation.
Bring your own AI
Change the model, client or framework. Keep WooCommerce connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about WooCommerce.
The practical details behind the request, access and result.
Can the WooCommerce MCP help me manage my store's inventory?
Yes, it lets you browse your entire product catalog to check stock levels and SKUs. You can quickly see what's in stock without opening your admin panel.
Can I use the WooCommerce MCP to see my sales reports?
You can pull summary reports for weeks, months, or years to track your revenue. It gives you a high-level look at your business performance in seconds.
Does the WooCommerce MCP work with my existing WordPress site?
It connects directly to your WooCommerce store via your site URL and API keys. You don't need to change anything on your site to use it.
Can I update order statuses with the WooCommerce MCP?
Yes, you can move orders through statuses like processing, completed, or refunded instantly. This helps keep your fulfillment pipeline moving smoothly.
Can the WooCommerce MCP see my customer data?
It can retrieve deep profile details including total spend and order history for any registered customer. This is perfect for providing faster support.
Is the WooCommerce MCP good for checking my coupons?
You can list all active discount codes to monitor your promotional campaigns. It's a great way to audit your marketing efforts on the fly.
Can I check the total sales for the last month via chat?
Yes. Use the get_sales_report capability and specify the period as 'last_month'. Your AI agent will return a summary of your sales performance, including total revenue and order counts for that timeframe.
How do I update an order's status to 'Completed'?
You can use the update_order_status capability. Provide the unique order ID and set the status to 'completed'. This allows you to manage your fulfillment process directly through conversation.
Is it possible to see which coupons are being used most in my store?
Absolutely. The list_store_coupons capability retrieves all active discount codes along with their usage counts, helping you identify which promotions are driving the most sales.
One connection away
Give your agent a direct line to WooCommerce.
Connect WooCommerce once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available