Back to Browse

Yandex Lavka MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.

About

Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.

Security Report

4.2
Use Caution4.2High Risk

This is a well-engineered MCP server for Yandex Lavka grocery ordering with solid authentication design and appropriate safety guardrails for financial transactions. However, there are several moderate security concerns: the server accepts user session cookies (unavoidable but high-trust), lacks input validation on some address fields, stores sensitive config locally with insufficient permission enforcement, and the HTTP transport requires explicit OAuth configuration. The permissions align with the server's purpose (network access for API calls, file I/O for config, env vars for secrets), but the financial nature of the application elevates the bar for validation and error handling. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

4 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

stdio (default) or streamable-http.Optional

Environment variable: YANDEX_LAVKA_MCP_TRANSPORT

The whole config.json as one secret (instead of a file).Optional

Environment variable: YANDEX_LAVKA_MCP_CONFIG_JSON

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dudude-bit-yandex-lavka-mcp": {
      "env": {
        "YANDEX_LAVKA_MCP_TRANSPORT": "your-yandex-lavka-mcp-transport-here",
        "YANDEX_LAVKA_MCP_CONFIG_JSON": "your-yandex-lavka-mcp-config-json-here"
      },
      "args": [
        "yandex-lavka-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!