Swell for your agents.
Connect Swell once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 15 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Swell.
What agents can do with Swell
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
swell_list_productsList products in the store with optional search, category filter, and pagination.
swell_get_productGet a single product by its ID with full details including variants, images, and pricing.
swell_list_categoriesList product categories in the store.
swell_create_cartCreate a new shopping cart and optionally add items with variant_id and quantity.
swell_create_orderCreate an order from a cart with shipping and billing details.
swell_get_cartRetrieve a cart by ID.
swell_update_cartUpdate a cart by ID (add items, change shipping, etc.).
swell_list_ordersReturn a list of orders with filtering and pagination.
swell_get_orderRetrieve an order by ID.
swell_update_orderUpdate an order by ID (change status, shipping, etc.).
swell_create_categoryCreate a new product category.
swell_list_accountsReturn a list of customer accounts with filtering and pagination.
swell_create_accountCreate a new customer account.
swell_list_couponsList coupons/discounts with filtering and pagination.
swell_create_couponCreate a new coupon with discount rules.
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.
- Log into your Swell dashboard and go to Settings > Keys.
- Copy the Store ID and Secret API Key.
- The first field is the Store ID; the second is the Secret API Key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Swell to Even: call connect_begin("swell") on the even-connect MCP and walk me through it.
List products and categories from your Swell store, create shopping carts, and check product details and pricing.
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.