WooCommerce scriptable from Bash.
Pull WooCommerce orders, products, customers and coupons, run the sales and top-sellers reports, and create or update store records — from the shell over the WooCommerce REST API MCP. No consumer key in your shell history.
cogny --who
TWO PATHSThe WordPress admin makes you click into WooCommerce → Orders or Reports and export per view. The CLI returns the same data as one JSON call you can schedule, diff, or hand to an agent. Connect WooCommerce once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every WooCommerce tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the WooCommerce MCP. Send --input JSON, get JSON back.
mcp__WooCommerce__get_sales_reportSales totals for a period or explicit date range.mcp__WooCommerce__list_ordersList orders with status and paging.mcp__WooCommerce__get_top_sellers_reportBest-selling products for a period.cogny tools list
MOREA sample of the rest of the WooCommerce surface. Run cogny tools list --json for every tool and its input schema.
mcp__WooCommerce__get_productmcp__WooCommerce__list_productsmcp__WooCommerce__get_ordermcp__WooCommerce__create_ordermcp__WooCommerce__list_customersmcp__WooCommerce__list_couponsmcp__WooCommerce__create_couponmcp__WooCommerce__get_report_totalsmcp__WooCommerce__get_system_statuscogny --faq
No — it is the Cogny CLI calling the WooCommerce REST API MCP over the cogny-mcp-proxy. You add your store URL and REST keys once in Cogny, then read orders/reports and create records from Bash. WooCommerce, Inc. is not affiliated.
The WooCommerce REST API (v3). Read tools (orders, products, customers, sales/top-sellers reports) and write tools (create/update order, product, coupon, customer) map directly to REST endpoints and return JSON.
No. The proxy holds the WooCommerce consumer key/secret; the CLI authenticates with your Cogny key. Nothing store-secret lands in your shell history.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt