marketplaces-mcp-ru
Related Servers
Alternatives to marketplaces-mcp-ru
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for Ozon Seller API that enables AI clients to manage products, prices, stocks, orders, analytics, and finances on Ozon marketplace.2632 npm6-
- FlicenseNot gradedqualityCmaintenanceEnables managing Ozon Seller and Performance APIs through MCP, covering products, stocks, prices, orders, finance, analytics, advertising, reviews, and chat operations.-
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to Wildberries and Ozon seller accounts for real-time access to sales, stocks, prices, finances, and reviews through official APIs.MIT
- AlicenseCqualityBmaintenanceMCP server for the Wildberries Seller API: 202 tools for prices, promotions, ads, orders, supplies, reviews, finance and analytics. Multi-store, encrypted tokens, web dashboard and self-diagnostics; Docker with SSE or stdio.1973MIT
- AlicenseAqualityCmaintenanceEnables querying and comparing prices, availability, ratings, reviews, and seller details from major Russian and Chinese marketplaces (Wildberries, Ozon, Yandex Market, and others) without requiring API keys, via a unified MCP interface.424MIT
- AlicenseAqualityAmaintenanceWildberries seller API in your AI assistant: sales and stocks, product cards, prices and promotions, financial reports and reviews. 307 methods across all 17 Wildberries hosts live in a YAML catalog the server executes, the agent searches it in plain language, and every method carries an access class so writes and irreversible calls ask for confirmation.251MIT
TDQS
Scored across 126 tools
The five marketplace prefixes (wb_, ozon_, ozon_perf_, ym_, avito_) cleanly separate otherwise identical tool families. Within a service, call_method, get_raw, and fetch_all are distinguishable by catalog-id vs raw-path vs auto-pagination, though convenience wrappers like wb_set_price and wb_write_method could briefly cause hesitation.
Tools overwhelmingly follow a {marketplace}_{verb}_{noun} snake_case pattern, including the nested ozon_perf_ family. Minor deviations like avito_whoami and standalone convenience wrappers (wb_get_sales, ozon_get_products) break the strict verb_noun rhythm, but the overall scheme is predictable.
126 tools is far beyond the recommended range and matches the rubric's extreme mismatch threshold. The five-marketplace scope explains some repetition, but the resulting surface still overwhelms agent context and makes tool selection disproportionately expensive.
Each marketplace receives a full lifecycle: auth and cabinet management, endpoint discovery, generic read/write/delete with raw fallbacks, auto-pagination, and convenience wrappers for core entities like prices, stocks, orders, and products. Common seller workflows have no obvious dead ends.