Wix for your agents.
Connect Wix once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Wix.
What agents can do with Wix
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
wix_list_productsQuery products in the Wix store catalog with filtering and pagination.
wix_list_ordersQuery orders with optional search, status filter, and date range.
wix_get_orderGet a single order by its ID with full details including line items.
wix_get_inventoryQuery inventory levels for products or variants.
wix_create_fulfillmentCreate a fulfillment request to mark items as shipped.
wix_get_productGet a single product by ID with all attributes, variants, and pricing.
wix_create_productCreate a new product in the Wix store catalog.
wix_list_categoriesQuery product categories.
wix_get_memberGet a site member by ID.
wix_create_webhookRegister a webhook to receive Wix events (e.g. order created, product updated).
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 the Wix Dev Center and create a new OAuth app (or use an existing one).
- Under OAuth, copy the App ID and App Secret Key.
- Generate an access token using the OAuth flow, or use a Wix API Key for server-to-server access.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Wix to Even: call connect_begin("wix") on the even-connect MCP and walk me through it.
Query products in your Wix store, retrieve order details with line items, and mark items as shipped.
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.