swiggy-checkout
swiggy-checkout
Checkout places real, COD-only orders that cannot be cancelled through the MCP API. Treat every invocation as irreversible.
Mandatory pre-flight
- Read the cart. Show the human the items, quantities, and total:
swiggy food cart --json --no-interactive - Confirm the delivery address with the user. List options:
swiggy food addresses --json --no-interactive - Repeat back the order summary in plain English and ask for explicit "yes, place the order" confirmation. Do not infer consent from a generic "go ahead".
Run
More from hktitan/swiggy-cli
swiggy-cli
How to drive the swiggy-cli (a wrapper over the official Swiggy MCP servers) from inside an agent. Always run in machine mode, branch on stable error codes, and prefer the generic Layer B commands.
2swiggy-track
List, inspect, and live-track Swiggy food and Instamart orders via swiggy-cli. Use when the user asks "where's my order" or "what did I order yesterday".
1swiggy-search
Search restaurants, menu items, grocery products, or dineout venues on Swiggy via the swiggy-cli. Use when a user asks "find me X on Swiggy" or "what biryani places are open near me".
1swiggy-cart
Inspect or mutate the user's Swiggy food / Instamart cart through swiggy-cli. Use when the user says "add X to my cart", "what's in my cart", or "clear the cart".
1swiggy-dineout-booking
Discover Swiggy Dineout restaurants, check available reservation slots, and book a table via swiggy-cli. Use when the user asks "book a table at X" or "is Y free at 8pm tomorrow".
1