Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready WooCommerce MCP server with 72 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across WooCommerce — and extend your agent's capabilities with custom actions.
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
Every WooCommerce tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every WooCommerce call.
Tools Discovery →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, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from WooCommerce's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new order in the WooCommerce store.
Retrieve a paginated list of orders from the WooCommerce store.
Retrieve a single order by ID.
Update an existing order by ID.
Delete an order by ID.
Add a note to an existing order.
Retrieve all notes for a specific order.
Retrieve a single order note by ID.
Delete a specific order note.
Create a refund for an existing order.
Retrieve all refunds for a specific order.
Retrieve a specific refund from an order.
Create a new customer account.
Retrieve a paginated list of customers.
Retrieve a single customer by ID.
Update an existing customer by ID.
Delete a customer by ID.
Create a new product in the store.
Retrieve a paginated list of products.
Retrieve a single product by ID.
Update an existing product by ID.
Delete a product by ID.
Create a new product category.
Retrieve a single product category by ID.
Update an existing product category.
Delete a product category by ID.
Create a new product tag.
Retrieve a list of product tags.
Retrieve a single product tag by ID.
Update an existing product tag.
Delete a product tag by ID.
Create a new global product attribute.
Retrieve all global product attributes.
Retrieve a single product attribute by ID.
Update an existing product attribute.
Delete a product attribute by ID.
Create a new product review.
Retrieve a list of product reviews.
Retrieve a single product review by ID.
Update an existing product review.
Delete a product review by ID.
Create a new term for a product attribute.
Retrieve all terms for a specific product attribute.
Retrieve a single attribute term by ID.
Update an existing attribute term by ID.
Delete an attribute term by ID.
Create a new variation for a variable product.
Retrieve all variations for a specific product.
Retrieve a single product variation by ID.
Update an existing product variation by ID.
Delete a product variation by ID.
Create a new coupon.
Retrieve a paginated list of coupons.
Retrieve a single coupon by ID.
Update an existing coupon by ID.
Delete a coupon by ID.
Create a new tax rate.
Retrieve a paginated list of all tax rates.
Retrieve a single tax rate by ID.
Update an existing tax rate by ID.
Delete a tax rate by ID.
Create a new webhook.
Retrieve a paginated list of webhooks.
Retrieve a single webhook by ID.
Update an existing webhook by ID.
Delete a webhook by ID.
Retrieve a list of product categories.
Retrieve all tax classes.
Retrieve all shipping zones.
Retrieve all available payment gateways.
Retrieve WooCommerce system status information.
Retrieve a sales report for a given period.
One endpoint. Any framework. Your agent is talking to WooCommerce in under 10 lines of code.
MCP Clients
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>"
]
}
}
}162+ actions
133+ actions
125+ actions
125+ actions
120+ actions
82+ actions
73+ actions
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
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
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
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.