BigCommerce for your agents.
Connect BigCommerce once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to BigCommerce.
What agents can do with BigCommerce
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
bigcommerce_list_productsList products with optional filtering and pagination.
bigcommerce_get_productGet a single product by id.
bigcommerce_list_ordersList orders with optional filtering and pagination.
bigcommerce_get_orderGet a single order by id.
bigcommerce_list_product_categoriesList all product categories.
bigcommerce_create_productCreate a new product. `name`, `price`, `type`, and `weight` are required core fields.
bigcommerce_get_product_variantsList variants for a product (options like size, color with SKU and price adjustments).
bigcommerce_list_customersList store customers with optional search and pagination.
bigcommerce_get_categoryGet a single product category by id.
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 Settings > API Accounts and click Create API Account.
- Select the scopes you need (Products, Orders, Customers).
- Copy the client id and access token. Also note your store hash from the URL.
- Enter your full base URL, for example https://api.bigcommerce.com/stores/abc123/v3.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect BigCommerce to Even: call connect_begin("bigcommerce") on the even-connect MCP and walk me through it.
Retrieve your product catalog from BigCommerce, fetch recent orders, and check category hierarchies for your storefront.
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.