swiggy-track
swiggy-track
All track commands are read-only and safe to call on any cadence.
List recent orders
swiggy food orders --json --no-interactive
swiggy instamart orders --json --no-interactive
Inspect a single order
swiggy food order <order_id> --json --no-interactive
swiggy instamart order <order_id> --json --no-interactive
Live tracking
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-checkout
Place a Swiggy food or Instamart order via swiggy-cli, with the right safety rails. Use only when the human has explicitly asked to checkout — not as a continuation of "add to cart".
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