Snipcart for your agents.
Connect Snipcart once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Snipcart.
What agents can do with Snipcart
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
snipcart_list_ordersList all orders with optional date range, status filter, and pagination.
snipcart_get_orderGet detailed information about a specific order by token or ID.
snipcart_list_productsList all products defined in the Snipcart dashboard.
snipcart_list_discountsList active discount rules configured in the dashboard.
snipcart_get_abandoned_cartsList abandoned shopping carts with customer email and cart value.
snipcart_create_discountCreate a discount rule. `name` and `trigger` (Code or Auto) are required. Optionally set `amount` and `type` (FixedAmount or Rate).
snipcart_get_discountGet a single discount by id.
snipcart_list_customersList customers who have placed orders.
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 Snipcart and go to Dashboard > Account > Credentials.
- Copy your Secret API Key.
- The key is sent as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Snipcart to Even: call connect_begin("snipcart") on the even-connect MCP and walk me through it.
List all orders and products in the Snipcart store dashboard.
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.