WooCommerce MCP Server
for AI Agents
Connect your AI agent to StackOne's WooCommerce MCP server and give it 72 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
72 Agent Actions
Create, read, update, and delete across WooCommerce — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your WooCommerce MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every WooCommerce tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every WooCommerce call.
Tools Discovery →What is the WooCommerce MCP Server?
A WooCommerce MCP server lets AI agents read and write WooCommerce data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's WooCommerce MCP server ships with 72 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All WooCommerce MCP Tools
Every action from WooCommerce's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Orders
- Create Order
Create a new order in the WooCommerce store.
- List Orders
Retrieve a paginated list of orders from the WooCommerce store.
- Retrieve Order
Retrieve a single order by ID.
- Update Order
Update an existing order by ID.
- Delete Order
Delete an order by ID.
Order Notes
- Create Order Note
Add a note to an existing order.
- List Order Notes
Retrieve all notes for a specific order.
- Retrieve Order Note
Retrieve a single order note by ID.
- Delete Order Note
Delete a specific order note.
Order Refunds
- Create Order Refund
Create a refund for an existing order.
- List Order Refunds
Retrieve all refunds for a specific order.
- Retrieve Order Refund
Retrieve a specific refund from an order.
Customers
- Create Customer
Create a new customer account.
- List Customers
Retrieve a paginated list of customers.
- Retrieve Customer
Retrieve a single customer by ID.
- Update Customer
Update an existing customer by ID.
- Delete Customer
Delete a customer by ID.
Products
- Create Product
Create a new product in the store.
- List Products
Retrieve a paginated list of products.
- Retrieve Product
Retrieve a single product by ID.
- Update Product
Update an existing product by ID.
- Delete Product
Delete a product by ID.
Product Categorys
- Create Product Category
Create a new product category.
- Retrieve Product Category
Retrieve a single product category by ID.
- Update Product Category
Update an existing product category.
- Delete Product Category
Delete a product category by ID.
Product Tags
- Create Product Tag
Create a new product tag.
- List Product Tags
Retrieve a list of product tags.
- Retrieve Product Tag
Retrieve a single product tag by ID.
- Update Product Tag
Update an existing product tag.
- Delete Product Tag
Delete a product tag by ID.
Product Attributes
- Create Product Attribute
Create a new global product attribute.
- List Product Attributes
Retrieve all global product attributes.
- Retrieve Product Attribute
Retrieve a single product attribute by ID.
- Update Product Attribute
Update an existing product attribute.
- Delete Product Attribute
Delete a product attribute by ID.
Product Reviews
- Create Product Review
Create a new product review.
- List Product Reviews
Retrieve a list of product reviews.
- Retrieve Product Review
Retrieve a single product review by ID.
- Update Product Review
Update an existing product review.
- Delete Product Review
Delete a product review by ID.
Product Attribute Terms
- Create Product Attribute Term
Create a new term for a product attribute.
- List Product Attribute Terms
Retrieve all terms for a specific product attribute.
- Retrieve Product Attribute Term
Retrieve a single attribute term by ID.
- Update Product Attribute Term
Update an existing attribute term by ID.
- Delete Product Attribute Term
Delete an attribute term by ID.
Product Variations
- Create Product Variation
Create a new variation for a variable product.
- List Product Variations
Retrieve all variations for a specific product.
- Retrieve Product Variation
Retrieve a single product variation by ID.
- Update Product Variation
Update an existing product variation by ID.
- Delete Product Variation
Delete a product variation by ID.
Coupons
- Create Coupon
Create a new coupon.
- List Coupons
Retrieve a paginated list of coupons.
- Retrieve Coupon
Retrieve a single coupon by ID.
- Update Coupon
Update an existing coupon by ID.
- Delete Coupon
Delete a coupon by ID.
Tax Rates
- Create Tax Rate
Create a new tax rate.
- List Tax Rates
Retrieve a paginated list of all tax rates.
- Retrieve Tax Rate
Retrieve a single tax rate by ID.
- Update Tax Rate
Update an existing tax rate by ID.
- Delete Tax Rate
Delete a tax rate by ID.
Webhooks
- Create Webhook
Create a new webhook.
- List Webhooks
Retrieve a paginated list of webhooks.
- Retrieve Webhook
Retrieve a single webhook by ID.
- Update Webhook
Update an existing webhook by ID.
- Delete Webhook
Delete a webhook by ID.
Other (6)
- List Product Categories
Retrieve a list of product categories.
- List Tax Classes
Retrieve all tax classes.
- List Shipping Zones
Retrieve all shipping zones.
- List Payment Gateways
Retrieve all available payment gateways.
- Retrieve System Status
Retrieve WooCommerce system status information.
- Retrieve Sales Report
Retrieve a sales report for a given period.
Set Up Your WooCommerce MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to WooCommerce in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Check More Commerce MCP Servers
172+ actions
133+ actions
128+ actions
125+ actions
120+ actions
85+ actions
83+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
WooCommerce MCP Server FAQ
Does StackOne have a WooCommerce MCP server?
WooCommerce MCP server vs direct API integration — what's the difference?
How does WooCommerce authentication work for AI agents?
origin_owner_id.Are WooCommerce MCP tools vulnerable to prompt injection?
What is the context bloat of a WooCommerce agent and how do I avoid it?
Can I limit which actions my WooCommerce agent can access?
Can I create custom agent actions for my WooCommerce MCP server?
When should I NOT use a WooCommerce MCP server?
What AI frameworks and AI clients does the StackOne WooCommerce MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.