Skip to main content
Glama
dontsovcmc

Yandex Market Seller MCP Server

by dontsovcmc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YM_TOKENYesAPI-ключ или OAuth-токен (обязательно)
YM_TIMEOUTNoТаймаут HTTP-запросов в секундах30
YM_AUTH_TYPENoТип авторизации: 'api-key' или 'oauth'api-key
YM_BUSINESS_IDYesID бизнеса (обязательно)
YM_CAMPAIGN_IDYesID кампании (магазина) (обязательно)
YM_FILE_TIMEOUTNoТаймаут файловых операций в секундах60

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ym_searchA

Find available actions by intent. Optional domain filter: orders, offers, prices, stocks, shipments, returns, feedbacks, chats, reports, bids, outlets, campaigns, geo, categories, warehouses, promos, quality, tariffs, supply, operations, delivery, logistics. Returns action ID, description, and JSON Schema of parameters.

ym_executeA

Execute action by ID. params_json validated against action schema. Use ym_search to discover actions and their schemas first.

ym_execute_fileC

Execute action that downloads a file (PDF/binary). output_path must be under ~/... or /tmp/...

ym_campaignsA

List all campaigns (shops) in the account. Returns array of {id, domain, placementType}. Use ym_campaign for details of a single campaign.

ym_ordersA

List orders with optional status filter. Statuses: UNPAID, PROCESSING, DELIVERY, PICKUP, DELIVERED, CANCELLED. Returns paginated list. Use ym_order for single order details.

ym_orderA

Get full order details: items, delivery, buyer info, status history. Use ym_orders to search/filter multiple orders.

ym_order_statusA

Update order status. Typical flow: PROCESSING → DELIVERY → DELIVERED. Args: status, substatus (optional). Use ym_execute with action order_status_batch for multiple orders.

ym_offersA

List products (offer mappings) at business level. Returns SKU, name, category, mapping status. Paginated. Use ym_execute with action campaign_offers for campaign-level offers.

ym_stocksA

Get product stocks for a campaign. Returns warehouse stocks per SKU. Use ym_execute with action stocks_update to change stock quantities.

ym_stocks_updateC

Update product stocks. Args: stocks_json — JSON array of {sku, warehouseId, items: [{count, type, updatedAt}]}.

ym_pricesA

Get product prices at business level. Returns current prices, currency. Use ym_execute with action campaign_offers for campaign-level prices.

ym_prices_updateC

Update product prices. Args: prices_json — JSON array of {offerId, price {value, currencyId}}. Business-level operation.

ym_returnsA

List returns for a campaign. Paginated. Use ym_execute with action return for single return details.

ym_shipmentsA

List first-mile shipments. Use ym_execute with action shipments_search for advanced filtering.

ym_feedbacksA

Get product reviews/feedbacks. Paginated. Use ym_execute with action feedback_comments for comments on a review.

ym_chatsA

List buyer chats. Use ym_execute with action chat_history for messages, chat_send to reply.

ym_bidsA

Get current bids at business level. Use ym_execute with action bid_recommendations for suggested values, bids_update to change.

ym_report_generateB

Start async report generation. Returns reportId for polling with ym_execute action report_status. Types: united-netting, united-marketplace-services, united-orders, united-returns, goods-realization, stocks-on-warehouses, goods-movement, shows-sales.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dontsovcmc/mcp-server-yandex-market-seller'

If you have feedback or need assistance with the MCP directory API, please join our Discord server