WooCommerce for your agents.
Connect WooCommerce once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to WooCommerce.
What agents can do with WooCommerce
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
woocommerce_list_productsList products with optional filtering and pagination.
woocommerce_get_productGet a single product by id.
woocommerce_list_ordersList orders with optional filtering and pagination.
woocommerce_get_orderGet a single order by id.
woocommerce_create_productCreate a new product.
woocommerce_update_productUpdate an existing product by ID.
woocommerce_delete_productDelete a product by ID.
woocommerce_create_orderCreate a new order.
woocommerce_update_orderUpdate an existing order by ID.
woocommerce_get_customerGet a single customer by ID.
woocommerce_create_customerCreate a new customer.
woocommerce_list_customersList customers with optional filtering and pagination.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to WooCommerce > Settings > Advanced > REST API and click Add Key.
- Set the user, permissions (Read/Write), and generate the key.
- Copy the Consumer Key and Consumer Secret values. The Consumer Secret is shown only once.
- Enter your full store URL in the base URL field, for example https://mystore.com/wp-json/wc/v3.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect WooCommerce to Even: call connect_begin("woocommerce") on the even-connect MCP and walk me through it.
List WooCommerce products and orders, retrieve product and order details by id, and search customer information.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.