ametller-origen-skill
Related Servers
Alternatives to ametller-origen-skill
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables shopping Ametller Origen online groceries through Claude, allowing catalog browsing, cart management, and order history access, with payment handled directly on the retailer's site.MIT
- AlicenseAqualityDmaintenanceEnables shopping at Mercadona online grocery store via Claude, allowing catalog search, cart management, and order history retrieval while keeping payment control with the user.14MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Frisco.pl — lets Claude add groceries to your cart, search products, get nutritional info, and manage recipes, all via natural language.7MIT
- AlicenseCqualityDmaintenanceAutomated grocery shopping assistant with intelligent unit pricing and automatic coupon clipping, enabling AI to search products, manage carts, and plan grocery runs via Claude Desktop or CLI.181-
- AlicenseAqualityDmaintenanceEnables Claude to browse stores, search products, manage the cart, and open checkout on Rappi Chile through natural language, automating grocery and delivery purchases.121MIT
- FlicenseNot gradedqualityDmaintenanceEnables shopping at Tiv Taam grocery store through Claude, including recipe parsing and cart population.-
TDQS
Scored across 15 tools
Most tools target distinct actions (auth, search, cart, history, offline tickets, insights), and descriptions clearly separate them. Minor overlap exists between remove_from_cart and set_quantity with quantity 0, and between ingest/sync_offline_tickets, but the descriptions resolve the intended use.
All tools share the ametller_ prefix and snake_case convention, and most use a clear verb_noun form such as search_products or add_to_cart. A few names omit the verb (auth_status, purchase_insights) and login is verb-only, so the pattern is not perfectly uniform.
Fifteen tools is at the top of the typical range but each maps to a distinct step in the shopping workflow: auth, discover, cart, history, offline tickets, and insights. It feels slightly heavy due to the meta shopping-guide tool and the fallback sync tool, but not bloated.
The surface covers auth, product lookup, full cart manipulation, order history and item retrieval, offline ticket ingest/reading, and analytics. Reordering is supported indirectly through get_order_items plus add_to_cart, and checkout appears intentionally left to the user's real-basket approval.