Wildberries, Ozon, Yandex Market & Avito seller APIs for AI assistants: schema-driven, safety-gated.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y marketplaces-mcp-ru
MCP client config
{
"mcpServers": {
"marketplaces-mcp-ru-wildberries-ozon-yandex-market-avito": {
"command": "npx",
"args": [
"-y",
"marketplaces-mcp-ru"
]
}
}
}Run
uvx marketplaces-mcp-ru
MCP client config
{
"mcpServers": {
"marketplaces-mcp-ru-wildberries-ozon-yandex-market-avito": {
"command": "uvx",
"args": [
"marketplaces-mcp-ru"
]
}
}
}Run
docker run -i --rm ghcr.io/ilyautov/marketplaces-mcp-ru:0.5.2
MCP client config
{
"mcpServers": {
"marketplaces-mcp-ru-wildberries-ozon-yandex-market-avito": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ilyautov/marketplaces-mcp-ru:0.5.2"
]
}
}
}