karrito-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@karrito-mcplist all my products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
karrito-mcp
MCP server for Karrito — the digital catalog builder for WhatsApp sellers in LATAM.
Connect your AI assistant (Claude, Cursor, Windsurf) to Karrito and manage your entire store — products, orders, discounts, reviews, shipping, analytics — without leaving your editor.
Installation
Quick start (npx)
npx karrito-mcpClaude Code
claude mcp add karrito -- npx karrito-mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"karrito": {
"command": "npx",
"args": ["karrito-mcp"],
"env": {
"KARRITO_API_KEY": "your-api-key-here"
}
}
}
}Cursor / Windsurf
Add to your MCP configuration:
{
"karrito": {
"command": "npx",
"args": ["karrito-mcp"],
"env": {
"KARRITO_API_KEY": "your-api-key-here"
}
}
}Related MCP server: ManyContacts MCP Server
Configuration
Variable | Required | Description |
| For authenticated tools | Your Karrito API key from Settings > API |
| No | Custom API URL (default: |
Resources (5)
Static data about Karrito — no authentication required.
Resource | URI | Description |
Pricing |
| Plans, prices, and features comparison |
Features |
| Complete feature list (core, pro, upcoming) |
Niches |
| All 50 available store niches |
Competitors |
| 19 competitors compared with Karrito advantages |
Currencies |
| 6 supported LATAM currencies |
Tools (30)
Public (no auth required)
Tool | Description |
| Search public catalogs by keyword |
| Get info about a specific niche |
Products (auth required)
Tool | Description |
| List products in your catalog |
| Create a new product |
| Update an existing product |
| Delete a product (soft delete) |
Categories (auth required)
Tool | Description |
| List categories in your store |
| Create a new category |
| Update an existing category |
| Delete a category |
Orders (auth required)
Tool | Description |
| List orders with optional status filter |
| Get detailed order info |
| Change order status (confirm, ship, deliver, cancel) |
Store (auth required)
Tool | Description |
| Get store info (name, slug, currency, stats) |
| Update store settings (name, WhatsApp, currency, etc.) |
| Quickly publish or unpublish your store |
Discounts (auth required)
Tool | Description |
| List discount codes |
| Create a discount code (percentage or fixed) |
| Update an existing discount |
| Delete a discount code |
Reviews (auth required)
Tool | Description |
| List reviews with optional status filter |
| Approve or reject a review |
| Permanently delete a review |
Customers (auth required)
Tool | Description |
| List customers who have ordered |
| Get customer detail with order history |
Analytics (auth required)
Tool | Description |
| Store stats: orders, revenue, products, customers, AOV, popular products |
Shipping (auth required)
Tool | Description |
| List shipping options |
| Create a shipping option (delivery, pickup, express) |
| Update a shipping option |
| Delete a shipping option |
Usage examples
Browse public catalogs
"Search for bakery catalogs on Karrito"
The assistant will use search_catalogs with query "bakery" to find matching stores.
Explore niches
"What niches does Karrito support for food businesses?"
The assistant will use get_niche_info to search food-related niches.
Manage your catalog
"List all my products and add a new one called 'Chocolate Cake' at $15"
The assistant will use list_my_products and create_product (requires KARRITO_API_KEY).
Manage orders
"Show me all pending orders and confirm the first one"
The assistant will use list_my_orders with status filter and update_order_status.
Create discounts
"Create a 20% discount code VERANO20 that expires on December 31"
The assistant will use create_discount with the provided parameters.
Moderate reviews
"Show me pending reviews and approve the ones with 4+ stars"
The assistant will use list_reviews with status "pending" and moderate_review.
Get analytics
"How is my store performing? Show me the stats"
The assistant will use get_analytics to retrieve store metrics.
Compare platforms
"How does Karrito compare to Shopify and TiendaNube?"
The assistant will read the karrito://competitors resource.
Development
git clone https://github.com/curetcore/karrito-mcp
cd karrito-mcp
npm install
npm run devLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceA Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.Last updated
- AlicenseBqualityDmaintenanceMCP server for ManyContacts WhatsApp Business CRM that enables AI agents to manage contacts, send messages, run campaigns, and configure auto-replies through comprehensive CRM operations.Last updated55115MIT
- Alicense-qualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.Last updated3218MIT
- Flicense-qualityDmaintenanceEnables AI agents to manage e-commerce operations (products, carts, clients) through WhatsApp via Chatwoot, using MCP tools for inventory, cart, and customer management.Last updated1
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/curetcore/karrito-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server