Milkbasket MCP Server
Related Servers
Alternatives to Milkbasket MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to manage H-E-B grocery shopping tasks including product search, cart management, and coupon clipping through natural language.2525 PyPI60MIT
- AlicenseAqualityCmaintenanceEnables Claude to automate grocery shopping on Blinkit, including product search, cart management, location setup, and payment via UPI.1446MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to manage shopping lists and items (create, edit, delete, mark as purchased) via integration with a backend API.8-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Rohlik Group's online grocery delivery services across multiple countries, including product search, cart management, and account info.27 npm120MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with Picnic online supermarket for grocery shopping, meal planning, cart management, delivery tracking, and budget-conscious shopping in Netherlands and Germany.103 npm101MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.3 npmMIT
TDQS
Scored across 16 tools
Tools are mostly distinct, with clear separation between auth, catalog, cart, and flash deal operations. The main potential confusion is between get_basket and get_extended_basket, and between add_to_cart and add_flash_deal_to_cart, but detailed descriptions explicitly differentiate them.
Tool names follow a readable snake_case convention, but mix prefixes: 'get_' for retrievals, 'auth_' for authentication, and action verbs like list_, search_, add_, remove_. This is predictable within each functional area, though not a single uniform verb_noun pattern across all tools.
16 tools is slightly above the typical 3-15 well-scoped range, but appropriate for the breadth of features: authentication, catalog browsing, cart management, wallet, and flash deals. Each tool serves a clear purpose without excessive redundancy.
The core shopping lifecycle is well covered: browse/search products, view cart (light and detailed), add/remove items, and handle flash deals. Authentication and wallet access are also included. Minor gaps exist, such as no explicit 'update quantity' tool and no checkout flow, but these are workable via existing tools or are out of scope.