Connect the Yango Tech Retail MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Yango Tech Retail: List stores — MCP tool

Yango Tech Retail MCP tool: All stores (darkstores) of the retailer (POST /b2b/v1/stores/get, no parameters).

Technical name: get_stores

What task it solves

I want to list stores.

All stores (darkstores) of the retailer (POST /b2b/v1/stores/get, no parameters).

When to use it

Use this capability when you need “List stores” without doing the same work manually in the Yango Tech Retail interface. It runs only when an AI client calls it.

What to provide

No parameters are required.

What it returns

Returns {stores: [{id, status, location: {lat, lon}, address?, name?}]}.

What changes in Yango Tech Retail

The tool reads Yango Tech Retail data and does not change it.

Example request

List stores in Yango Tech Retail. Ask for any required identifiers that are missing.

Errors and limitations

The store id is the WMS store id used by create_order, update_stocks and create_discounts; status values are not enumerated upstream.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details