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: Get prices — MCP tool

Yango Tech Retail MCP tool: Product prices for one or more price lists (POST /b2b/v1/prices/get).

Technical name: get_prices

What task it solves

I want to get prices.

Product prices for one or more price lists (POST /b2b/v1/prices/get).

When to use it

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

What to provide

  • pricelist_idsrequired. Price-list ids from query_price_lists.

What it returns

Returns {results: [{pricelist_id, prices_data: [{product_id, price, price_per_quantity?}]}]}.

What changes in Yango Tech Retail

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

Example request

Get prices in Yango Tech Retail. Ask for any required identifiers that are missing.

Errors and limitations

price may arrive as a number or a string — treat it as a decimal either way.

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

Related MCP tools

Technical details