F
licenseNot graded
qualityD
maintenanceMCP server for VkusVill grocery store, enabling product search, details retrieval, and cart link creation.
3
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose: discovering filter facets, searching products, fetching product details, and downloading images. No overlapping functionality.
All tool names follow a consistent verb_noun pattern using snake_case (get_filters, search_products, get_product, get_product_images), making them predictable.
Four tools is appropriate for a product browsing server, covering search, filtering, details, and images. Could potentially include category listing, but not necessary.
The set covers the main workflows: discovering filters, searching, retrieving full product details, and downloading images. Minor gap: no tool for listing categories or top-level departments.