What is MCP?
The Model Context Protocol (MCP) is an open standard that lets AI assistants use external tools and data sources. Think of it as plugins for AI — connecting models to real-world APIs.
With the QuickCommerce MCP server, your AI assistant can directly search products, compare prices, and check delivery times across BlinkIt, Zepto, Swiggy, and 4 more platforms — all through natural conversation.
Just ask "Compare milk prices across BlinkIt and Zepto near me" and your AI will call the API, get real-time data, and present the results.
Your AI Assistant
Claude, Cursor, Windsurf, etc.
QuickCommerce MCP Server
7 tools for real-time commerce data
7 Quick Commerce Platforms
BlinkIt, Zepto, Swiggy, BigBasket, DMart, JioMart, Minutes
Setup in 2 Minutes
Choose your AI tool and paste the config. That's it.
Get your API key
Sign up for free and copy your API key from the dashboard. You get 50 free credits instantly.
Add the MCP server config
☁️Hosted — No installation needed. Just paste the config and go.
{
"mcpServers": {
"quickcommerce": {
"url": "https://api.quickcommerceapi.com/mcp",
"headers": {
"X-API-Key": "your-api-key-here"
}
}
}
}Replace your-api-key-here with your actual API key from the dashboard.
7 Tools Available
Each tool maps to a QuickCommerce API endpoint. Your AI assistant can call them through natural language.
search_products/v1/search1 credit
Search products by keyword on any platform. Returns names, prices, ratings, inventory, images, and deeplinks.
Example prompt:
"Search for Amul Butter on BlinkIt near Bangalore"
get_item_details/v1/item1 credit
Get real-time price, stock level, and availability for a specific product using its item ID.
Example prompt:
"What's the current price of item 501346 on BlinkIt?"
check_delivery_eta/v1/eta1 credit
Get estimated delivery time and store availability for a platform at your location.
Example prompt:
"How fast can Zepto deliver to Koramangala?"
group_search/v1/groupsearchN credits
Search across multiple platforms in one call. Compare prices and availability side by side.
Example prompt:
"Compare milk prices across BlinkIt, Zepto, and Swiggy"
group_eta/v1/groupetaN credits
Get delivery ETAs from multiple platforms at once. Find who delivers fastest.
Example prompt:
"Which platform delivers fastest to my location?"
check_credits/v1/creditsFree
Check your remaining API credits, per-pack breakdown, and expiry dates.
Example prompt:
"How many credits do I have left?"
list_platforms/v1/supported-platformsFree
List all 7 supported platforms. No API key required.
Example prompt:
"What platforms does QuickCommerce API support?"
What You Can Ask
Once connected, just talk to your AI naturally.
"Search for Amul Butter on BlinkIt near Koramangala, Bangalore"
"Compare milk prices across BlinkIt, Zepto, and Swiggy in Mumbai"
"Which platform delivers fastest to my location?"
"Check my QuickCommerce API credits"
"What's the price of Aashirvaad Atta 5kg on BigBasket vs DMart?"
"Is Maggi Noodles available on all platforms near me?"
"What platforms does QuickCommerce API support?"
"Find the cheapest cooking oil across all platforms in Delhi"
"What's the delivery ETA for Zepto and BlinkIt in Indiranagar?"