Ecwid for your agents.
Connect Ecwid once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Ecwid.
What agents can do with Ecwid
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
ecwid_list_productsSearch and list products with optional filters.
ecwid_get_productGet a single product by id.
ecwid_list_ordersList orders with optional filtering and pagination.
ecwid_get_orderGet a single order by id.
ecwid_get_store_profileGet the store profile and general settings.
ecwid_create_productCreate a new product in the store.
ecwid_update_productUpdate an existing product.
ecwid_delete_productDelete a product from the store.
ecwid_update_orderUpdate an existing order (status, tracking, notes).
ecwid_list_customersSearch and list customers with optional filters.
ecwid_get_customerGet a single customer by id.
ecwid_create_customerCreate a new customer.
ecwid_update_customerUpdate an existing customer.
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.
- Open your Ecwid control panel, go to Settings, then API.
- Generate a public API key or create an OAuth app.
- Copy your store id from the URL bar (the number after /cp/).
- Enter your full base URL, for example https://app.ecwid.com/api/v3/12345678.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Ecwid to Even: call connect_begin("ecwid") on the even-connect MCP and walk me through it.
List products and orders in your Ecwid store, retrieve customer transactions, and sync inventory management.
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.