ru-marketplace-mcp
OCI · GHCR.IO/VLADIMIR-HUMAN/RU-MARKETPLACE-MCP:2.4.2 · SCANNED SEP 21
Read-only MCP servers for Russian marketplaces: prices, stock, ratings, reviews, seller identity
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability66
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 10349 tokens (~258/item across 40 items; 40 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 40 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 41 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the ru-marketplace-mcp server?
ru-marketplace-mcp runs locally as a container image, launched with docker run --rm -i ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2
claude mcp add vladimir-human-ru-marketplace-mcp -- docker run --rm -i ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2
{
"mcpServers": {
"vladimir-human-ru-marketplace-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"
]
}
}
} {
"servers": {
"vladimir-human-ru-marketplace-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"
]
}
}
} codex mcp add vladimir-human-ru-marketplace-mcp -- docker run --rm -i ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vladimir-human-ru-marketplace-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"
],
"enabled": true
}
}
} mcp_servers:
vladimir-human-ru-marketplace-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"] {
"McpServers": {
"vladimir-human-ru-marketplace-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"
]
}
}
} {
"mcpServers": {
"vladimir-human-ru-marketplace-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 39
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed oci/ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
yandex_card Yandex Market Product Card ~292
Fetch full detail for a Yandex Market product: prices, rating breakdown, reviews. Two things here are hard to get anywhere else. The **star distribution** (`rating_stars`) shows whether a 4.8 average hides a cluster of one-star complaints. And **reviews arrive with the card** in one request, complete with pros, cons and helpfulness votes. Reviews are capped at the ~13 Yandex renders server-side; the remainder load through an API this connector deliberately does not touch. ## Return Format YandexCardResponse: {product_id, sku_id, title, brand, seller, description, image, price_rub, price_with_plus, price_before_discount_rub, discount_percent, currency, offers_count, rating, rating_count, review_count, rating_stars, reviews, url, meta}. price_rub is None when the page has no usable price — never 0. Review items carry author, rating, date, pros, cons, comment, votes_up, votes_down, photos. ## Error Format On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.
| Name | Type | Req | Description |
|---|---|---|---|
| include_reviews | boolean | – | Include the server-rendered reviews (first ~13). |
| product_id | string | yes | Numeric Yandex Market product id — take it from yandex_search results. |
| Name | Type | Req | Description |
|---|---|---|---|
| brand | – | – | – |
| currency | – | – | – |
| description | – | – | – |
| discount_percent | – | – | – |
| image | – | – | – |
| meta | – | – | – |
| offers_count | – | – | – |
| price_before_discount_rub | – | – | – |
| price_rub | – | – | – |
| price_with_plus | – | – | – |
| product_id | – | – | – |
| rating | – | – | – |
| rating_count | – | – | – |
| rating_stars | – | – | – |
| review_count | – | – | – |
| reviews | – | – | – |
| seller | – | – | – |
| sku_id | – | – | – |
| title | – | – | – |
| url | – | – | – |
No examples provided.
yandex_search Yandex Market Search ~526
Search Yandex Market and return products with both prices, ratings and sellers. Yandex Market aggregates many sellers per product, which makes it the best single source for "what does this cost right now" across the Russian market — including goods Wildberries and Ozon do not carry. Each result reports `price_rub` (what anyone pays — the price the SERP snippet's cart button charges, cross-verified against product cards) and `price_with_plus` (requires a Yandex Plus subscription, typically 25-30% lower). Prefer `price_rub` when quoting a price to a person; `price_old_rub` is the struck-through reference price and must never be quoted as the price. A search row describes the SERP snippet's offer, which may be a different member of the product family than the offer `yandex_card` for the same `product_id` defaults to (live example: search shows REDMOND KM243 sku 4668084807 while the card for that id defaults to a KM245 offer at another price). The row is SERP-faithful — reconcile it with a card by `sku_id`, not by the product URL. Note `rating_count` counts star ratings, not written reviews; the written count is available per product via `yandex_card`. ## Return Format YandexSearchResponse: {query, page, page_count, total_available, has_next_page, returned, items, meta}. Items carry product_id, sku_id, title, brand, seller, price_rub (everyday — None when absent, never 0), price_with_plus, price_old_rub (struck-through reference), currency, rating, rating_count, in_stock, is_express, url, image. Zero results is NOT an error — it is reported via meta.warnings. meta.extraction names the path: 'ssr' (full widget state), 'zone' (first-screen snippet payloads — both prices, no brand) or 'ld+json' (degraded, Plus price only). ## Error Format On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum products to return from the page. |
| page | integer | – | Page number, 1-based. |
| query | string | yes | Free-text search query in Russian, e.g. 'iphone 15' or 'стиральная машина узкая'. |
| Name | Type | Req | Description |
|---|---|---|---|
| has_next_page | – | – | – |
| items | – | – | – |
| meta | – | – | – |
| page | – | – | – |
| page_count | – | – | – |
| query | – | – | – |
| returned | – | – | – |
| total_available | – | – | – |
No examples provided.
What is the ru-marketplace-mcp server?
ru-marketplace-mcp is listed in the public MCP registry as io.github.Vladimir-Human/ru-marketplace-mcp. Read-only MCP servers for Russian marketplaces: prices, stock, ratings, reviews, seller identity. This page covers its container image (ghcr.io/vladimir-human/ru-marketplace-mcp:2.4.2).
Is the ru-marketplace-mcp server safe to use?
ru-marketplace-mcp scores 39 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the ru-marketplace-mcp server expose?
ru-marketplace-mcp exposes 40 tools: marketplace_sources, wb_card, wb_root_info, wb_reviews, wb_questions, and 35 more. Their descriptions and schemas cost roughly 10,243 tokens of context every time the server is loaded.
Is the ru-marketplace-mcp server still maintained?
ru-marketplace-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the ru-marketplace-mcp server under?
ru-marketplace-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.