0
0
Source

Order food, groceries, and book restaurants in India via Swiggy's MCP servers. Food delivery, Instamart groceries, and Dineout restaurant bookings with safety-first confirmation workflow.

Install

mkdir -p .claude/skills/swiggy && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8239" && unzip -o skill.zip -d .claude/skills/swiggy && rm skill.zip

Installs to .claude/skills/swiggy

About this skill

Swiggy Skill

Order food, groceries, and book restaurants in India via Swiggy's MCP servers.

Installation

The skill includes a swiggy CLI binary. After installing the skill:

cd skills/swiggy
npm link

This creates a global swiggy command. Verify with: which swiggy

When to Use

  • Food delivery: "Order biryani", "What's open late?", "Team lunch for 8"
  • Groceries (Instamart): "Get eggs and milk", "Weekly groceries", "Recipe ingredients"
  • Restaurant bookings (Dineout): "Book dinner Saturday 8pm", "Italian in Koramangala"

Available Commands

Food Delivery

# Search restaurants
swiggy food search "biryani" --location "Koramangala, Bengaluru"

# Get menu
swiggy food menu <restaurant-id>

# Cart management
swiggy food cart add <item-id> --quantity 2
swiggy food cart show
swiggy food cart clear

# Order (requires confirmation)
swiggy food order --address "home" --confirm

Instamart (Groceries)

# Search products
swiggy im search "eggs" --location "HSR Layout, Bengaluru"

# Cart operations
swiggy im cart add <item-id> --quantity 3
swiggy im cart show
swiggy im cart clear

# Checkout (requires confirmation)
swiggy im order --address "home" --confirm

Dineout (Restaurant Bookings)

# Search restaurants
swiggy dineout search "Italian Indiranagar"

# Get details
swiggy dineout details <restaurant-id>

# Check availability
swiggy dineout slots <restaurant-id> --date 2026-01-30

# Book table (free bookings only, requires confirmation)
swiggy dineout book <restaurant-id> --date 2026-01-30 --time 20:00 --guests 2 --confirm

CRITICAL: Safety Rules

⚠️ NEVER Auto-Order

ALWAYS get explicit confirmation before placing orders.

  1. Show cart preview first:

    • All items with quantities and prices
    • Total amount
    • Delivery address
    • Estimated delivery time (food/groceries)
  2. Ask for confirmation:

    Ready to order:
    - 2x Chicken Biryani (₹500)
    - 1x Raita (₹60)
    Total: ₹560 + delivery
    Deliver to: Home (HSR Layout)
    ETA: 30-40 mins
    
    Confirm order? (yes/no)
    
  3. Only after user says YES:

    • Run the order command with --confirm flag
    • Log to memory/swiggy-orders.json

COD Warning

Swiggy MCP currently supports Cash on Delivery only. Orders cannot be cancelled once placed. Always double-check before confirming.

Address Handling

  • User may say "home", "office", etc. - map to actual addresses from USER.md or ask
  • Always confirm delivery location in preview
  • For Dineout, location is used for search only (not delivery)

Workflow Examples

Food Order Flow

# 1. Search
swiggy food search "biryani near Koramangala"

# 2. Browse menu (use restaurant ID from search)
swiggy food menu rest_12345

# 3. Add to cart
swiggy food cart add item_67890 --quantity 1

# 4. Preview cart
swiggy food cart show

# 5. Show preview to user, ask confirmation

# 6. If confirmed, order
swiggy food order --address "HSR Layout, Sector 2, Bengaluru" --confirm

Grocery Shopping Flow

# 1. Search items
swiggy im search "eggs" --location "Koramangala"
swiggy im search "milk" --location "Koramangala"

# 2. Add to cart
swiggy im cart add item_11111 --quantity 2
swiggy im cart add item_22222 --quantity 1

# 3. Preview
swiggy im cart show

# 4. Confirm with user

# 5. Checkout
swiggy im order --address "Koramangala, Bengaluru" --confirm

Restaurant Booking Flow

# 1. Search
swiggy dineout search "Italian Indiranagar"

# 2. Check details
swiggy dineout details rest_99999

# 3. Check slots
swiggy dineout slots rest_99999 --date 2026-01-30

# 4. Show options to user, confirm choice

# 5. Book
swiggy dineout book rest_99999 --date 2026-01-30 --time 20:00 --guests 2 --confirm

Error Handling

  • No results: Suggest broader search or different location
  • Out of stock: Show alternatives
  • No slots available: Suggest different times/dates
  • Authentication required: User needs to authenticate via OAuth (handled by MCP)

Tips

  • For team orders: build cart iteratively, ask for preferences
  • For budget shopping: filter results by price, show running total
  • For recipe-to-cart: search each ingredient, add progressively
  • For late night: mention delivery time in search criteria

Order Logging

After successful order, append to memory/swiggy-orders.json:

{
  "timestamp": "2026-01-28T21:16:00+05:30",
  "type": "food",
  "items": [...],
  "total": "₹560",
  "address": "HSR Layout",
  "orderId": "..."
}

Authentication

Swiggy MCP uses OAuth. First use will trigger auth flow. The swiggy CLI handles this via mcporter.

Dependencies

  • Requires mcporter skill (uses it under the hood)
  • Node.js runtime for the CLI wrapper

Known Limitations

  • COD only (no online payment yet)
  • Orders cannot be cancelled
  • Dineout: free bookings only
  • Don't open Swiggy app while using MCP (session conflicts)

Remember: Confirmation BEFORE ordering. Every. Single. Time. 🐾

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571699

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.