WooCommerce Connector for AI agents.
10 live capabilities
Manage your e-commerce store, orders, and products through a natural conversation.
Waiting for input…
Why people use WooCommerce
Stop wasting time in the WooCommerce admin dashboard
This Connector lets you skip the clicks. You can just ask your AI agent to pull that order data or check your sales reports while you're already in your preferred workspace. You get the info you need in seconds, without ever opening a new browser tab.
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
The Late Night Audit
A store owner asks, 'Did any large orders come in last night?
- Real-world use case 02
The Pre-Launch Check
A marketing lead asks, 'Are the holiday coupons active?
- Real-world use case 03
The Support Rescue
A support agent asks, 'What's the status of order #5521?
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
Get order
Fetch specific details, including metadata, for a single order. This is the fastest way to check a specific transaction.
- 02 Capability
Get product
Retrieve detailed information for a specific product in your inventory. Use this to check pricing or descriptions on the fly.
- 03 Capability
Update order
Change the status of an existing order to reflect its current progress. Use this to mark orders as shipped or completed quickly.
- 04 Capability
Get system status
Get the current health and environment status of your WooCommerce store. Use this to catch technical issues before they affect customers.
05—07
3 capabilities in this set.
Part of 10 available through WooCommerce.
- 05 Capability
List coupons
See a complete list of all active and available coupons in your account. This helps you verify your current promotional strategy.
- 06 Capability
List customers
Pull a list of all customers who have interacted with your store. It helps you understand your audience and purchase history.
- 07 Capability
List orders
View a history of all orders placed on your WooCommerce site. Use this to audit recent transactions and fulfillment status.
08—10
3 capabilities in this set.
Part of 10 available through WooCommerce.
- 08 Capability
List categories
See how your products are organized into different categories. This is useful for maintaining a structured store catalog.
- 09 Capability
List products
Get a full list of all products currently in your store's catalog. Use this to perform quick inventory oversight.
- 10 Capability
List reports
Access your store's sales and performance reports. This gives you a high-level view of your business metrics.
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_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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-alternative --transport http "https://edge.vinkius.com/vk_preview_DISZRewRomZVXts0RbWiyCWvx0BpsK5csQBMm9Gs/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 the store owners and e-commerce operators who are tired of clicking through endless dashboard menus to find basic data. It's for the people who need to move fast.
Store Owner
They use this to check daily sales and order volume without having to log into the admin panel every hour.
Customer Support Lead
They use this to pull specific order details and customer history quickly to resolve tickets in real time.
Marketing Manager
They use this to verify that new products are live and that promotional coupons are active before a campaign launch.
Operations Manager
They use this to monitor system health and audit inventory categories to keep the store running smoothly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWooCommerce
Manage products, orders, and store analytics on WooCommerce. the most customizable open-source eCommerce platform.
Ecwid
Manage e-commerce stores via Ecwid. search products and orders, handle inventory, track customers, and audit store profiles directly from any AI agent.
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.
Wix eCommerce
Manage products, orders, and inventory on Wix. the complete eCommerce platform for growing online businesses.
OpenCart
Connect your OpenCart store to AI agents. browse products, manage orders, track customers, and update fulfillment status through natural conversation.
BigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
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 I use the WooCommerce MCP to see my sales?
Yes, you can ask your agent to pull specific reports or list recent orders to see exactly how your store is performing.
How do I check if a specific product is in stock?
Just ask your agent to list your products or get specific details on an item to see its current status and category.
Can this help with customer support?
It's great for support. You can quickly pull customer profiles and order details to help resolve issues without logging into the backend.
Does it work with my existing store?
Yes, as long as you have a WooCommerce store, you can connect it to your AI client to start querying your data.
Can I update order statuses?
You can tell your agent to update an order's status, which is perfect for marking orders as shipped or cancelled instantly.
Is there a way to see my active promotions?
You can ask your agent to list all coupons to verify that your marketing campaigns are live and ready to use.
How do I find my WooCommerce API keys?
In your WordPress dashboard, go to WooCommerce > Settings > Advanced > REST API and click 'Add key'. Copy the Consumer Key and Secret and paste them below.
Can the agent update order statuses?
Yes. Use the update_order capability providing the Order ID and the new status (e.g., 'completed', 'processing'). Your agent will confirm the update instantly.
Is it possible to see sales reports via the agent?
Yes. The list_reports capability allows your agent to retrieve high-level sales data and performance reports directly from your store.
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