Everything a WhatsApp seller does between messages — adding a product, cutting a discount, pushing an order to the next status, deciding what to do about a bad review — becomes something you say once instead of six clicks.
An MCP server for Karrito, the digital catalog builder for WhatsApp sellers in LATAM. Two tools answer without authentication; the rest act on your own store with an API key.
- Your store read and updated
- Products listed, created, updated and soft-deleted
- Categories created, updated and deleted
- Discounts listed, created, updated and deleted
- Your orders listed, a single order read, and its status moved on
- Reviews listed, moderated and removed
- Public catalogs searched by keyword, and information on any of the store niches Karrito sorts sellers into — both without a key
`KARRITO_API_KEY` from Settings → API at karrito.shop for anything that touches your store; the two public tools work without it. Run it with `npx karrito-mcp`, or `claude mcp add karrito -- npx karrito-mcp`. Pointing it at something other than karrito.shop takes one further environment variable.
One command plus a key — npx karrito-mcp, then supply credentials
