marketplace-mcp
A read-only MCP server for searching and comparing products across Ozon and Yandex Market — no login, cart interaction, or order placement.
Search across marketplaces (
marketplaces_search): Query one or more marketplaces simultaneously, with configurable result limits and loading strategy.Search Ozon only (
ozon_search): Run a product search exclusively on Ozon.Search Yandex Market only (
yandex_market_search): Run a product search exclusively on Yandex Market.Compare products (
marketplaces_compare): Search both marketplaces simultaneously and receive results grouped by similar products for easy price and availability comparison.Get product details (
marketplaces_product_details): Retrieve detailed information from a specific product page by URL.Retrieve saved artifacts (
marketplaces_get_artifact): Access previously saved search or comparison results by artifact ID.
All results return normalized fields: title, price, old price, currency, rating, review count, availability, delivery notes, source URL, image URL, and scrape timestamp. Warnings such as CAPTCHA_OR_BLOCKED are included when data is partial or unavailable.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@marketplace-mcpsearch for Nike shoes on Ozon and Yandex Market"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Marketplace MCP
Read in Russian: readme_rus.md
Marketplace MCP is a read-only MCP server for product search and price comparison across Ozon and Yandex Market.
It is built for agents that need marketplace data without logging in, touching carts, or automating checkout. The server returns normalized product data, comparison groups, warnings, and source URLs. When a marketplace blocks scraping or shows anti-bot behavior, the tool reports that instead of trying to bypass it.
Tools
marketplaces_searchsearches one or more marketplaces.ozon_searchsearches Ozon only.yandex_market_searchsearches Yandex Market only.marketplaces_comparesearches both marketplaces and groups similar products.marketplaces_product_detailsreads a product page by URL.marketplaces_get_artifactreads a saved result artifact.
Returned product fields include marketplace, title, URL, image URL, price, old price, currency, rating, review count, availability, delivery notes, scraped timestamp, and warnings when data is partial.
Related MCP server: VkusVill MCP Server
Safety model
Marketplace MCP is deliberately read-only.
It does not:
log in to Ozon or Yandex Market;
use cookies or account sessions;
add items to cart;
place orders;
reserve products;
submit payments;
bypass CAPTCHA or anti-bot systems.
Prices are scraped snapshots. Always open the product URL before making a purchase decision.
Marketplace MCP uses Hive Web as the default page loader (MARKETPLACES_WEB_BACKEND=hive_web).
legacy mode keeps the previous Playwright/httpx loading stack.
auto tries Hive Web first and falls back to legacy only if Hive Web is unavailable.
MARKETPLACES_WEB_BACKEND:hive_web(default),auto,legacyMARKETPLACES_HIVE_WEB_MAX_TOKENS: maximum tokens for Hive Web text snapshot (default12000)
Requirements
Python 3.11+
Hermes or another MCP client
Install
git clone https://github.com/YegorMy/marketplace-mcp.git
cd marketplace-mcp
uv syncRun tests:
uv run pytest -qRun the MCP smoke test:
uv run python scripts/test-mcp-client.pyRun a live search smoke test:
uv run python scripts/smoke-search.py --query "бумага a4" --limit 2Live search depends on current marketplace behavior. Ozon and Yandex Market may rate-limit, block, or change page markup. In that case the smoke test should return warnings such as CAPTCHA_OR_BLOCKED instead of crashing.
Hermes setup
The installer writes a marketplaces MCP server entry into ~/.hermes/config.yaml and tests the connection:
bash scripts/install-hermes-mcp.shYou can override the MCP server name:
SERVER_NAME=marketplaces bash scripts/install-hermes-mcp.shManual Hermes config:
mcp_servers:
marketplaces:
command: /absolute/path/to/uv
args: ["run", "--project", "/absolute/path/to/marketplace-mcp", "marketplaces-mcp"]
connect_timeout: 60
enabled: trueAfter changing MCP config, reload MCP in the client or start a new session.
Other MCP clients
Any MCP client that supports stdio can run the same command:
uv run --project /absolute/path/to/marketplace-mcp marketplaces-mcpClaude Code:
claude mcp add -s user marketplaces -- uv run --project /absolute/path/to/marketplace-mcp marketplaces-mcpCodex CLI:
codex mcp add marketplaces -- uv run --project /absolute/path/to/marketplace-mcp marketplaces-mcpOpenCode uses the same stdio command in its MCP config:
{
"mcp": {
"marketplaces": {
"command": "uv",
"args": ["run", "--project", "/absolute/path/to/marketplace-mcp", "marketplaces-mcp"]
}
}
}Development
uv sync
uv run pytest -q
uv run python scripts/test-mcp-client.py
uv run python scripts/smoke-search.py --query "бумага a4" --limit 2The adapters live under src/marketplaces_mcp/adapters/. Tests use fixtures where possible so the core behavior does not depend on live marketplace pages.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/YegorMy/marketplace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server