Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelinfo
CSCART_API_KEYYesAPI key for CS-Cart API authentication
CSCART_API_URLYesURL to your CS-Cart API
CSCART_API_EMAILYesAdmin email for CS-Cart API authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_products

Retrieve a list of products from the CS-Cart store

get_product

Get detailed information about a specific product

create_product

Create a new product in the CS-Cart store

update_product

Update an existing product

delete_product

Delete a product from the store

update_product_stock

Update product stock quantity

get_categories

Get list of product categories

get_orders

Retrieve orders from the CS-Cart store

get_order

Get detailed information about a specific order

update_order_status

Update order status

get_users

Get list of users/customers

get_sales_statistics

Get sales statistics for a specific period

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/hungryweb/cscart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server