kitcommerce-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KITCOMMERCE_API_KEY | Yes | Admin API key secret (sent as authorization) | |
| KITCOMMERCE_API_URL | Yes | Base URL of the API, e.g. https://api.litekart.in | |
| KITCOMMERCE_STORE_ID | Yes | Store id (sent as x-litekart-store) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_productsA | List products with pagination, search and filters. |
| get_productA | Get a single product by id. |
| create_productA | Create a new product. Common fields: name, slug, price, mrp, sku, stock, active, description, categoryId, images (string[]). |
| update_productA | Update an existing product by id (partial update). |
| delete_productA | Delete a product by id. |
| bulk_update_product_statusA | Update the status/active state of many products at once. |
| list_categoriesC | List categories with pagination, search and filters. |
| get_categoryB | Get a single category by id. |
| create_categoryA | Create a new category. Common fields: name, slug, parentCategoryId (null for a top-level category), description, image, active. |
| update_categoryA | Update an existing category by id (partial update). |
| delete_categoryB | Delete a category by id. |
| list_collectionsA | List collections with pagination, search and filters. |
| get_collectionA | Get a single collection by id. |
| create_collectionB | Create a new collection. Common fields: name, slug, description, active, conditions. |
| update_collectionA | Update an existing collection by id (partial update). |
| delete_collectionB | Delete a collection by id. |
| list_couponsA | List coupons with pagination, search and filters. |
| get_couponB | Get a single coupon by id. |
| create_couponB | Create a new coupon. Common fields: code, type (percentage|fixed), amount, minPurchase, maxDiscount, startDate, endDate, usageLimit, active. |
| update_couponB | Update an existing coupon by id (partial update). |
| delete_couponB | Delete a coupon by id. |
| list_ordersC | List orders with pagination, search and filters. |
| get_orderA | Get a single order by id. |
| update_orderA | Update an existing order by id (partial update). |
| list_inventoryB | List inventory with pagination, search and filters. |
| get_inventoryA | Get a single inventory by id. |
| update_inventoryA | Update an existing inventory by id (partial update). |
| list_customersB | List store customers with pagination, search and filters. |
| get_customerA | Get a single customer/user by id. |
| get_dashboard_summaryA | Get the admin dashboard summary (sales, orders, revenue and other store stats). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/itswadesh/kitcommerce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server