Swissgroceries MCP
Related Servers
Alternatives to Swissgroceries MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for Dutch supermarkets and drugstores, enabling product search, price comparison, promotions, shopping lists, meal planning, price alerts, and budget tracking via natural language.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides a queryable, agent-native layer over Israeli supermarket price transparency feeds, enabling Hebrew product search, online delivery optimization, and cross-chain price comparison.1Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server that lets an LLM search and compare prices across four German hardware-store retailers (Hornbach, BAUHAUS, Globus, OBI), with store pickup availability for local branches.MIT
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.248 PyPI19MIT
- AlicenseAqualityAmaintenanceA local MCP server for grocery shopping, enabling product search, specials, and browsing across NZ supermarkets, with cart and order history for Countdown/Woolworths via browser-assisted login.141MIT
- AlicenseAqualityCmaintenanceMCP server that queries Norwegian grocery store flyers (kundeaviser) to help AI agents plan cheap meals based on current offers.7MIT
TDQS
Scored across 7 tools
Each tool maps to a clearly distinct concern: store discovery, product search, product details, promotions, stock availability, health checks, and trip planning. Although search_products and get_promotions both surface promo data, the former is product-first while the latter is deal-first, so an agent can reliably choose the right tool.
Naming mostly follows a predictable verb_noun snake_case pattern: find_stores, search_products, get_product, get_promotions, find_stock, plan_shopping. health_check is the only outlier, as it uses noun_noun rather than something like check_health.
Seven tools is a well-scoped count for a grocery-shopping assistant: store lookup, product search/retrieval, promotions, stock, health, and trip planning each justify a dedicated tool. No tool feels redundant or missing enough to dilute the surface.
The tool set covers the full grocery-comparison journey: find stores, search and compare products, get product details, see promotions, check stock, and plan a shopping route. health_check also fills the operational gap of diagnosing missing-chain data, rounding out the surface.