← alser.kz

INDIVIDUAL MCP TOOL

get_shops

Read public ALSER.kz shop pickup points by city code.

alser.kznone authenticationAvailability not checked

LIVE ENDPOINT

https://alser.kz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_shops and invoke it with your own arguments.

Indexed 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 server

alser.kz

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-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.

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_cities — Read 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).
  • 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_tree — Read the public ALSER.kz catalog category tree using the same catalog-full endpoint as the site header catalog.
  • get_catalog_products — Read public ALSER.kz catalog products for a category using the same mobapi-v3 catalog endpoint as the site category page.