Vendure for your agents.
Connect Vendure 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 Vendure.
What agents can do with Vendure
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
vendure_list_productsFetch products from the shop API with optional category and search filters.
vendure_list_ordersFetch orders from the admin API with status and date filters.
vendure_get_productFetch a single product by its ID with variants, options, and assets.
vendure_list_customersFetch customer accounts from the admin API with search and pagination.
vendure_search_productsSearch products by term through the shop search API. Uses fulltext search.
vendure_list_collectionsFetch all collections (categories) from the shop API.
vendure_get_collectionFetch a single collection by its slug or id with its product list.
vendure_create_productCreate a new product via the admin API.
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 Vendure Admin Dashboard and go to Settings > API Tokens.
- Create a new API token and assign appropriate permissions (products, orders, customers).
- Copy the token. Also enter your Vendure instance URL (e.g. https://store.example.com).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Vendure to Even: call connect_begin("vendure") on the even-connect MCP and walk me through it.
List products and orders from Vendure headless commerce platform.
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.