A
licenseNot graded
qualityC
maintenanceEnables AI agents to interact with WooCommerce stores via the WooCommerce REST API, supporting operations like listing products, orders, and customers.
6 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools are clearly distinct: one retrieves recent orders, the other retrieves a single order by ID. There is no overlap in their purposes.
Both tools follow a consistent camelCase verb_noun pattern (getRecentOrders, getOrderById), making naming predictable.
With only 2 tools for a WooCommerce server, the tool surface is far too thin for the typical scope of e-commerce operations.
The server only provides order retrieval, missing critical CRUD operations for orders, products, customers, and other WooCommerce entities.