MCP server for the Yango Tech Retail B2B API: orders, products, prices, discounts, stocks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
English | Π ΡΡΡΠΊΠΈΠΉ
A1 Yango Tech Retail MCP connects an AI app to a retailer account in Yango Tech Retail. Use ordinary language to check stores, orders, products, prices and stock, or to create orders and update account data when needed.
The server works with the retailer-facing B2B API for grocery retail and darkstores. It is not a marketplace seller portal, a taxi service or Yango Delivery.
raw_request.Start with:
List our stores and show the stock of product
[product ID]in each.
Connect the server Β· Explore use cases Β· Open technical documentation
You: List our stores and show the stock of product
[product ID]in each.Assistant: I will return the stores, their ids and the current stock of this product in each one.
You: Show the price of this product in every price list.
Assistant: I will return the price lists and the current product price in each one. No account data will be changed.
You: Change the price to
99.90in price list[price-list ID].Assistant: This will change a real customer-facing price. I will show the product, price list, current value and new value before asking for confirmation.
You: Confirm.
Assistant: The price has been updated. I will read the price list again and return the current value.
Stores, products, prices, stock and order states always come from the connected retailer account and the current API response.
You need Node.js 20+, a Yango Tech Retail account and a retailer Bearer token.
Get a token from your Yango Tech integration manager.
Add the server to your AI app using one of the instructions below.
Start with a read-only request:
List our stores and show the stock of product
[product ID]in each.
In the app:
Open Settings β MCP servers.
Select Add server.
Choose STDIO, then enter the launch command npx -y mcp-yango-retail@latest and the YANGO_RETAIL_TOKEN environment variable with your token.
Select Save, then Restart.
From the command line:
Check the connection:
The current official path is Settings β Extensions. For a custom desktop extension, open Advanced settings β Extension Developer β Install Extensionβ¦, select a .mcpb file and follow the prompts.
This repository currently publishes an npm stdio package and does not contain a .mcpb bundle. For Claude Desktop builds that still support local configuration, use the following JSON stdio configuration as a fallback:
In those builds, save it to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows.
Add a user-level server to ~/.cursor/mcp.json on macOS/Linux or %USERPROFILE%\.cursor\mcp.json on Windows:
Run MCP: Open User Configuration from the Command Palette and add:
Check the server with MCP: List Servers.
"150.00".initialize for the first stock load and modify for regular updates.raw_request covers /b2b/v1/* methods without a dedicated tool, including order updates, VAT data, price-list links, picking, logistics and 3PL delivery operations. It can change real account data and is intended for technical users who understand the upstream API.
Complete schemas, response fields and API gaps are available in the tool reference.
| Entity | How it is used |
|---|---|
| Store | Identifies the location whose stock and discounts are read or changed |
| Product | The same product_id connects catalog data, prices, stock and order items |
| Price list | Holds product prices separately from a store; store-to-list links use another API method |
| Stock line | Connects a product, store, quantity and shelf type; sellable stock normally uses store |
| Order | Uses a retailer-supplied order_id; order details and current state are read separately |
| Receipt | Can be requested by order_id or receipt_id when it is available |
Feeds use cursor pagination. A page with fewer items than the requested limit means the current product, price-list or stock feed is exhausted. The order event feed is continuous: keep its last cursor and request the next page later.
The server exposes MCP annotations for read-only, write and destructive actions. The AI client decides when and how to ask for confirmation.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yango-tech-retail-mcp)<a href="https://allmcps.com/mcp/yango-tech-retail-mcp"><img src="https://allmcps.com/api/badge/yango-tech-retail-mcp?style=directory" alt="Yango Tech Retail MCP on AllMCPs" /></a>