TilbudsTrolden
Related Servers
Alternatives to TilbudsTrolden
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server that queries Norwegian grocery store flyers (kundeaviser) to help AI agents plan cheap meals based on current offers.7MIT
- AlicenseBqualityBmaintenanceAn MCP server for Willy:s that enables recipe-based shopping cart planning, product search, price comparison, and cart management through natural language. It maps the grocery store's internal endpoints and exposes tools to manage recipes, search products, compare prices, and sync the cart.312MIT
- 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
- 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.7105 npm32AGPL 3.0
- AlicenseBqualityDmaintenanceMCP server for meal planning and grocery list generation, enabling recipe storage, meal plan creation, and automated grocery lists with ignored ingredients.82MIT
- 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
TDQS
Scored across 18 tools
Each tool has a clearly distinct purpose and scope. Even overlapping areas like deals are well-differentiated: deals_this_week shows best deals from preferred stores, search_deals searches across stores by keyword, and get_store_offers shows offers from a specific store. Descriptions include clear USE WHEN / NOT FOR guidance, minimizing ambiguity.
All tools follow a consistent verb_noun pattern in snake_case (e.g., add_recipe, get_recipes, log_meal, update_household). Multi-word names like deals_this_week and generate_shopping_list still adhere to the pattern. No mixing of camelCase or other conventions.
18 tools is well-scoped for a meal planning and grocery deal optimization server. It covers all necessary operations (CRUD for recipes, household, pantry; logging for meals and spend; multiple deal query methods; combined planning) without unnecessary redundancy. The number feels appropriate and each tool serves a clear purpose.
The tool surface covers the full lifecycle of meal planning based on deals: recipe management, household configuration, pantry tracking, meal history, spend tracking, deal discovery, recipe scoring, shopping list generation, and combined planning. There are no obvious gaps; for example, add_recipe also handles updates, and update_pantry can both add and remove items. The domain is fully addressed.