kundeavis-mcp
Related Servers
Alternatives to kundeavis-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceAn MCP server for Nordic grocery shopping that finds deals across supermarkets in Denmark, Norway, Sweden, and Finland, plans weekly dinners around cheap ingredients, and generates shopping lists grouped by store.1827MIT
- AlicenseAqualityCmaintenanceAn MCP server that tells an AI assistant what's on sale at grocery stores near any US ZIP code by reading weekly circulars and providing fast, queryable deal data.8MIT
- 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 gradedqualityDmaintenanceAn MCP server for Sweden's largest grocery chain Willys. Enables controlling your shopping cart, browsing orders, searching products, and getting AI-powered recommendations from any MCP client.4MIT
- FlicenseNot gradedqualityAmaintenanceAn MCP server for programmatically interacting with the Oda grocery shopping platform. It enables users to search for products, browse results, and manage their shopping cart contents through natural language.18-
- AlicenseAqualityCmaintenanceA Model Context Protocol server for real-time Swiss grocery shopping that searches and compares products across 8 major Swiss retailers (Migros, Coop, Aldi, Denner, Lidl, Farmy, Volgshop, Otto’s), normalizes per-unit prices, surfaces promotions, computes optimal multi-store shopping plans, and works with any MCP-compatible client without API keys or accounts.786 npm30AGPL 3.0
TDQS
Scored across 7 tools
Most tools have clearly distinct purposes: search/compare/history/cheapest all target prices but from different angles (single scan vs cross-chain vs cross-week vs ranked summary). cheapest_by_category and search_offers overlap somewhat (both surface cheap offers), though category vs free-text search differentiates them reasonably. price_history vs compare_ingredient also share some ground but split time-series from current-week cross-chain.
Naming follows a consistent verb_noun pattern (search_offers, compare_ingredient, find_stores, list_chains, price_history). The two outliers are cheapest_by_category (adjective_noun preposition) and sync (single verb), which break the pattern but are still readable and not confusing.
Seven tools is a well-scoped surface for a grocery-offer MCP server. Each covers a meaningful concern: discovery, ranking, cross-chain comparison, history, store lookup, chain coverage, and data refresh. No tool feels superfluous.
The domain is grocery-offer lookup and meal planning, and the surface covers it thoroughly: search, cheapest-ranking, cross-chain comparison, historical baseline, store proximity, chain coverage, and upstream sync. The only minor gap is no explicit per-season/weekly API refresh trigger beyond sync, but sync covers data freshness.