Wix read from the terminal.
Pull Wix site analytics, store orders, products, contacts and coupons as JSON — from Bash over the Wix MCP. One API key + your Site ID, then every read is a shell command you can schedule.
cogny --who
TWO PATHSReviewing a Wix store means hopping between the Analytics dashboard, the Orders tab and the Contacts list, exporting CSVs from each. The CLI returns the same numbers as JSON in one call an agent can diff week over week. Connect Wix 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 Wix tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Wix MCP. Send --input JSON, get JSON back.
mcp__Wix__get_site_analyticsDaily sessions, sales and orders (Wix keeps 62 days).mcp__Wix__search_ordersFilter + cursor-paginate eCommerce orders.mcp__Wix__query_contactsSearch CRM contacts (members, customers, form submitters).cogny tools list
MOREA sample of the rest of the Wix surface. Run cogny tools list --json for every tool and its input schema.
mcp__Wix__get_ordermcp__Wix__query_productsmcp__Wix__search_products_v3mcp__Wix__query_couponscogny --faq
No — it is the Cogny CLI calling the Wix MCP over the cogny-mcp-proxy. You connect a Wix API key + Site ID once in Cogny, then read the site from Bash. Wix.com Ltd is not affiliated.
No — this MCP is read-only by design. Only analytics, order, product, contact and coupon reads are registered; there are no write tools.
Wix retains 62 days of analytics data, so get_site_analytics accepts a start date up to 61 days back. For longer history, schedule a weekly pull and let the report agent accumulate the series.
query_products covers Catalog V1 (most existing stores); search_products_v3 covers Catalog V3 (newer stores). If one errors that the site uses the other catalog, switch tools — orders, analytics, contacts and coupons are unaffected.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt