Server data from the Official MCP Registry
Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.
Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: YANDEX_LAVKA_MCP_TRANSPORT
Environment variable: YANDEX_LAVKA_MCP_CONFIG_JSON
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.