Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

get_products

Fetch a list of products from a CS-Cart store with customizable filters like category, status, and search query. Supports pagination for efficient product retrieval.

Instructions

Retrieve a list of products from the CS-Cart store

Input Schema

NameRequiredDescriptionDefault
category_idNoFilter by category ID
items_per_pageNoNumber of items per page
pageNoPage number for pagination
qNoSearch query for product name
statusNoProduct status filter (A=Active, D=Disabled, H=Hidden)

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Filter by category ID", "type": "number" }, "items_per_page": { "default": 10, "description": "Number of items per page", "type": "number" }, "page": { "default": 1, "description": "Page number for pagination", "type": "number" }, "q": { "description": "Search query for product name", "type": "string" }, "status": { "description": "Product status filter (A=Active, D=Disabled, H=Hidden)", "enum": [ "A", "D", "H" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from CS-Cart MCP Server

Related Tools

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