← alser.kz
INDIVIDUAL MCP TOOL
get_catalog_tree
Read the public ALSER.kz catalog category tree using the same catalog-full endpoint as the site header catalog.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.alser-kz]
url = "https://alser.kz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alser-kz": {
"type": "http",
"url": "https://alser.kz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alser-kz
Remote MCP URL: https://alser.kz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"alser-kz": {
"url": "https://alser.kz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alser-kz": {
"type": "http",
"url": "https://alser.kz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alser-kz",
"transport": "streamable-http",
"url": "https://alser.kz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product_detail— Read public ALSER.kz product price, availability, delivery terms, specifications, and optional extended details by sku or product keyword.search_products— Search public ALSER.kz products by a text query.list_promos— Read public ALSER.kz promotions for a city/location.get_promo_products— Read public ALSER.kz products attached to a promotion by promotion keyword.get_shops— Read public ALSER.kz shop pickup points by city code.get_homepage_blocks— Read public ALSER.kz homepage blocks: product of the day, sale, best sellers, new products, popular products, popular categories, and articles.get_catalog_products— Read public ALSER.kz catalog products for a category using the same mobapi-v3 catalog endpoint as the site category page.get_catalog_filters— Read public ALSER.kz catalog filters, price range, promotions, product types, and sort options for a category using the same mobapi-v3 catalog endpoint as the site category page.