Yandex Market Seller MCP
Local · stdioYandex Market Seller MCP is a community server for Yandex Market sellers: 131 Partner API actions (orders, shipments, stock, prices, feedback, reports) through a "search + execute" architecture — ym_search finds the action, ym_execute runs it. Python, stdio; a seller-cabinet token and IDs. Early-stage but actively developed. Not affiliated with Yandex Market.
Why this server
- 131 actions are cataloged, but called through just 3 meta-tools: ym_search/ym_execute
- ym_search finds the right action from a plain-language description — no need to memorize 131 IDs
- ym_execute_file downloads files (labels, reports) straight to disk instead of bloating the model's context
- Early-stage: 1 GitHub star, though the repo is actively pushed (last commit in May 2026)
Usage examples
Prompt: Download the shipping labels for order 987654
Result: The agent called ym_search("download order labels"), found the action_id "order_labels", then ym_execute_file with the order_id, saving the PDF to disk.
Prompt: Update stock for SKU-1 to 25 units at the warehouse
Result: The agent called ym_search("update product stock"), found the action_id "stocks_update", then ym_execute with quantity=25.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.