Medusa for your agents.
Connect Medusa once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Medusa.
What agents can do with Medusa
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
medusa_list_productsList published products in the store with optional category, collection, and tag filters.
medusa_get_productGet a single product by its ID including variants, options, images, and prices.
medusa_list_collectionsList product collections. Returns collection names, handle, and product metadata.
medusa_list_categoriesList product categories in a tree structure.
medusa_create_cartCreate a new shopping cart for a customer. Optionally set the region and items.
medusa_get_cartGet a shopping cart by ID with items, totals, and available shipping methods.
medusa_add_to_cartAdd a line item to an existing cart. `variant_id` must exist for the product.
medusa_list_regionsList available regions with their currencies, tax rates, and payment providers.
medusa_list_shipping_optionsList available shipping options for a cart.
medusa_complete_cartComplete a cart, creating an order with the selected shipping and payment.
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.
- Medusa is open-source; you host your own instance. Generate an API token from your Medusa admin dashboard.
- Alternatively, use a Medusa Cloud API key from your cloud dashboard.
- The token 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 Medusa to Even: call connect_begin("medusa") on the even-connect MCP and walk me through it.
Browse Medusa products and categories, retrieve product details with variants and pricing, and create shopping carts.
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.