Skip to main content
Glama
imachiever

Swiggy AI Insights MCP Server

by imachiever

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to 'production' for production mode, otherwise uses development defaults.development

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sync_ordersB

Sync orders from Swiggy API to persistent storage

get_ordersC

Get orders from persistent storage with optional filtering

get_restaurantsB

Get all restaurants with order counts and spending stats

get_analyticsC

Get comprehensive analytics from persistent storage

search_ordersA

Search orders by restaurant name, cuisine, or location

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation4/5

Each tool has a distinct role: ingest, query, restaurant stats, analytics, and text search. The only potential confusion is between get_orders and search_orders, but the descriptions clarify that one is for structured filtering and the other for text-based search.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (sync_orders, get_orders, get_restaurants, get_analytics, search_orders). The verbs are clear and the pattern is predictable.

Tool Count5/5

With 5 tools, the set is well-scoped for the server's purpose of syncing Swiggy data and providing insights. Each tool earns its place without redundancy or unnecessary bloat.

Completeness4/5

The core workflow of syncing orders, querying orders, viewing restaurant stats, and getting analytics is covered. Minor gaps exist such as no explicit restaurant sync or order update/delete, but these are likely intentional for an analytics-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues