eCommerce
alser.kz
Provides access to product information, promotions, and shop locations for ALSER.kz e-commerce platform.
ENDPOINT 1
https://alser.kz/mcp
MCP server metadata
- Name
- alser-kz-readonly-mcp
- Version
- 0.1.0
Use the published read-only tools for ALSER.kz product, catalog, promotion, and shop discovery. Checkout, payment, account, and write operations are not available.
Known tools 10
get_product_detailRead public ALSER.kz product price, availability, delivery terms, specifications, and optional extended details by sku or product keyword.
Inferred read-onlyget_promo_productsRead public ALSER.kz products attached to a promotion by promotion keyword.
Inferred read-onlyget_citiesRead the public list of ALSER.kz cities available for delivery and pickup, with the codes other tools expect (city_code for get_shops, location_id for get_product_detail/list_promos/get_catalog_products/etc).
Inferred read-onlyget_homepage_blocksRead public ALSER.kz homepage blocks: product of the day, sale, best sellers, new products, popular products, popular categories, and articles.
Inferred read-onlyget_catalog_treeRead the public ALSER.kz catalog category tree using the same catalog-full endpoint as the site header catalog.
Inferred read-onlyget_catalog_productsRead public ALSER.kz catalog products for a category using the same mobapi-v3 catalog endpoint as the site category page.
Inferred read-onlyget_catalog_filtersRead 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.
Inferred read-onlyCONNECT 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-readonly-mcp]
url = "https://alser.kz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alser-kz-readonly-mcp": {
"type": "http",
"url": "https://alser.kz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alser-kz-readonly-mcp
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-readonly-mcp": {
"url": "https://alser.kz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alser-kz-readonly-mcp": {
"type": "http",
"url": "https://alser.kz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alser-kz-readonly-mcp",
"transport": "streamable-http",
"url": "https://alser.kz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for alser.kz was fetched 2026-08-01T11:18:48.061Z and is being refreshed.
alser.kz is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.