Skip to main content
Glama
itswadesh

kitcommerce-mcp

by itswadesh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KITCOMMERCE_API_KEYYesAdmin API key secret (sent as authorization)
KITCOMMERCE_API_URLYesBase URL of the API, e.g. https://api.litekart.in
KITCOMMERCE_STORE_IDYesStore id (sent as x-litekart-store)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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