← alo-alo.kz

INDIVIDUAL MCP TOOL

search_products

Используйте, когда пользователь ищет товар по названию или запросу («айфон 13», «ноутбук apple», «часы»).

alo-alo.kznone authenticationAvailability not checked

LIVE ENDPOINT

https://alo-alo.kz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_products 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

alo-alo.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.alo-alo-shop]
url = "https://alo-alo.kz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alo-alo-shop": {
      "type": "http",
      "url": "https://alo-alo.kz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alo-alo-shop
Remote MCP URL: https://alo-alo.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": {
    "alo-alo-shop": {
      "url": "https://alo-alo.kz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alo-alo-shop": {
      "type": "http",
      "url": "https://alo-alo.kz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alo-alo-shop",
  "transport": "streamable-http",
  "url": "https://alo-alo.kz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_product — Используйте, когда нужны подробности конкретного товара — по его id (из поиска) или по артикулу.
  • list_categories — Используйте, когда нужно показать разделы каталога или узнать код категории (category_t) для browse_catalog и list_filters.
  • list_filters — Используйте перед browse_catalog, когда нужно узнать, по каким полям можно фильтровать категорию и какие есть значения (бренд, память, цвет и т.д.).
  • browse_catalog — Используйте, когда пользователь просматривает категорию с условиями (цена, бренд, память, сортировка) или листает каталог постранично.
  • list_stores — Используйте, когда пользователь спрашивает про магазины/филиалы, адреса, самовывоз или как доехать.
  • get_price_history — Используйте, когда пользователь спрашивает, менялась ли цена товара или выгодно ли брать сейчас.
  • add_to_cart — Используйте, когда пользователь решил добавить товар(ы) в корзину.
  • get_cart — Используйте, когда пользователь хочет посмотреть свою корзину или её итог перед оформлением.