Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Yango Tech Retail MCP
Y
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:44:05 PM

Yango Tech Retail MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

MCP server for the Yango Tech Retail B2B API: orders, products, prices, discounts, stocks.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "yango-tech-retail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yango-tech-retail-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Yango Tech Retail MCP

npm CI License: MIT

MCP server for the Yango Tech Retail (grocery platform) B2B API: create and track orders, browse the product catalog, manage prices, discounts and stock levels across darkstores β€” from Claude, Cursor, Codex and other AI clients, in natural language.

The server wraps the retailer-facing API at api.retailtech.yango.com (the one the official yango-tech-grocery-client Python library speaks). The assistant assembles request bodies, follows pagination cursors, checks order states and receipts, and updates prices and stocks for you.

Quick start

  1. Get a Bearer token from Yango Tech for your retailer account (via your Yango Tech integration manager β€” there is no self-service token portal).

  2. Add the server β€” for example, in Claude Code (other clients):

    Terminal
    claude mcp add yango-retail \
      -e YANGO_RETAIL_TOKEN=your_token \
      -- npx -y mcp-yango-retail@latest
    
  3. Ask the assistant: "List our stores and show the current stock of product 4607034171438 in each."

What it can do

  • Orders: create_order, cancel_order, get_order (details), get_orders_state (batch tracking), query_order_events (event feed: new orders, state changes, receipts), get_receipt (fiscal receipts).
  • Catalog: get_stores (darkstores), query_products (cursor-based catalog feed), create_products (upsert, ≀100 per call).
  • Pricing: query_price_lists, get_prices, set_prices (≀100 per call), create_discounts (≀100 per call).
  • Stocks: query_stocks (feed across stores), update_stocks (modify or initialize, ≀1000 lines per call).
  • Escape hatch: raw_request β€” any other /b2b/v1/* endpoint (orders/update, VAT, price-list links, 3PL delivery integration, …) with an SSRF guard on the path.

Resilience: per-request timeout (AbortController), automatic retries with exponential backoff (429 always; 5xx/network errors only for read calls β€” writes are never replayed), and error messages that carry the x-yatraceid/x-yarequestid headers Yango Tech support asks for.

Example prompts

  • "Create order ORD-1042 for store LAVKA-3: 2 Γ— product 123 at 150.00, cash on delivery."
  • "What state are orders ORD-1040 through ORD-1042 in?"
  • "Pull the full product catalog and list items missing a barcode."
  • "Set the price of product 123 to 99.90 in price list default and check it back."

API access

  • Backend: https://api.retailtech.yango.com, all endpoints under /b2b/v1/*, every call is a POST with a JSON body.
  • Auth: Authorization: Bearer <token> on every request. Tokens are issued by Yango Tech per retailer account; treat them as secrets.
  • There is no public first-party docs portal; the official Python client is the de-facto spec this server follows (see docs/TOOLS.md for known gaps, e.g. undocumented discount payload keys).

Installation

Claude Code
Terminal
claude mcp add yango-retail \
  -e YANGO_RETAIL_TOKEN=your_token \
  -- npx -y mcp-yango-retail@latest
Claude Desktop

Add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "yango-retail": {
      "command": "npx",
      "args": ["-y", "mcp-yango-retail@latest"],
      "env": {
        "YANGO_RETAIL_TOKEN": "your_token"
      }
    }
  }
}
Cursor

Add to ~/.cursor/mcp.json (or .cursor/mcp.json in the project):

config.json
{
  "mcpServers": {
    "yango-retail": {
      "command": "npx",
      "args": ["-y", "mcp-yango-retail@latest"],
      "env": {
        "YANGO_RETAIL_TOKEN": "your_token"
      }
    }
  }
}
VS Code (GitHub Copilot)

Add to .vscode/mcp.json β€” note the key is servers, not mcpServers:

config.json
{
  "servers": {
    "yango-retail": {
      "command": "npx",
      "args": ["-y", "mcp-yango-retail@latest"],
      "env": {
        "YANGO_RETAIL_TOKEN": "your_token"
      }
    }
  }
}

⚠️ The token is stored in plain text in the client's config file β€” restrict access to it.

Configuration

VariableRequiredDefaultDescription
YANGO_RETAIL_TOKENyesβ€”Bearer token issued by Yango Tech (YANGO_AUTH_TOKEN is accepted as an alias). Treat it as a secret.
YANGO_RETAIL_API_BASE_URLnohttps://api.retailtech.yango.comAPI root override (YANGO_API_BASE_URL and YANGO_DOMAIN are accepted as aliases).
YANGO_RETAIL_TIMEOUT_MSno60000Per-request timeout, ms.
YANGO_RETAIL_MAX_RETRIESno3Retries on transient errors (429 always; 5xx/network for reads only).

Requirements

  • Node.js 20+.
  • A Yango Tech Retail Bearer token.

Limitations

  • This is a write API: create_order, cancel_order, create_products, set_prices, create_discounts and update_stocks change real data. Tools carry MCP annotations (read-only / write / destructive) so MCP clients can gate them.
  • The official client self-throttles at 5 requests/second per (token, endpoint) β€” treat that as the safe budget; the server retries 429 with backoff but does not rate-limit proactively.
  • Batch limits per request: 100 products / prices / discounts, 1000 stock lines.
  • No delete endpoints exist for products, price lists, prices or discounts.

Documentation

  • docs/TOOLS.md β€” every tool, response formats, known API gaps.
  • docs/DEVELOPMENT.md β€” building, testing, telemetry.
  • docs/PUBLISHING.md β€” release and registry checklist.

Telemetry

The server sends anonymous usage pings (event names, tool names, versions β€” never tokens, arguments or data). Opt out with ASKADS_TELEMETRY=0. Details in docs/DEVELOPMENT.md.

Support

Questions and issues: GitHub Issues or Telegram @gistrec.

License

MIT

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • S
    Storefront

    Discover Algerian COD stores on Mystoq, or manage your own: products, prices, shipping/fraud tools.

    πŸ’° Finance & Fintech0 views
    Compare vs Storefront β†’
  • 1inch MCP logo1inch MCP

    Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.

    πŸ’° Finance & Fintech0 views
    Compare vs 1inch MCP β†’
  • Mcp logoMcp

    Apideck Unified API MCP β€” 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’
  • M
    Mcp

    Polymarket preflight verdicts: OK/CAUTION/VETO on orders, COPY/WATCH/VETO on wallets. x402-paid.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Yango Tech Retail MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "yango-tech-retail-mcp": { "command": "npx", "args": ["-y", "Yango Tech Retail MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewYango Tech Retail MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yango-tech-retail-mcp?style=directory)](https://allmcps.com/mcp/yango-tech-retail-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Yango Tech Retail MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code