Swiggy AI Insights MCP Server
Related Servers
Alternatives to Swiggy AI Insights MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to plan meals and place orders across Swiggy Food, Instamart, and Dineout directly from Claude Desktop conversations.-
- AlicenseNot gradedqualityDmaintenanceExposes your Strava data to Claude, enabling training load analysis, activity comparison, and lap splits via conversation.11 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude.ai to read your MacroFactor nutrition data and log food back into MacroFactor.MIT
- AlicenseAqualityCmaintenanceEnables Claude to automate grocery shopping on Blinkit, including product search, cart management, location setup, and payment via UPI.1446MIT
- FlicenseAqualityBmaintenanceExposes your Garmin Connect data (activities, sleep, recovery, training status) to Claude in read-only mode.7-
- AlicenseNot gradedqualityBmaintenanceAggregates Swiggy's food delivery, Instamart groceries, and Dineout table booking services into one MCP server, letting AI agents search, order, and book via a single OAuth token.MIT
TDQS
Scored across 5 tools
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.
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.
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.
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.