An MCP server that exposes functionalities to use Zomato's services.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-zomato-mcp": {
"args": [
"mcp-remote",
"https://mcp-server.zomato.com/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Show best rated restaurantsDisplay the best rated restaurants near the user's location
Find pizza placesFind pizza restaurants within a specified distance (e.g., 3km)
Show vegan restaurantsFind vegan restaurants in the user's area
Add items to cartAdd multiple items from a specific restaurant to the cart
Order usual coffeePlace an order for the user's usual coffee
Reorder from last orderReorder items from the user's previous order
Order specific dishOrder a specific dish like butter chicken with naan from a nearby restaurant
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for com.zomato/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An mcp server for your food ordering needs.
Your space to build AI agents, integrations, and personal-use apps on top of Zomato MCP. To request access (for personal use only), fill out the form, and we'll review your request.
⚠️ OAuth Redirect URI Warning: Currently, we have only whitelisted the following redirect URIs for OAuth authentication. Please reach out to us to enable your client:
claude://claude.ai/settings/connectorshttps://chatgpt.com/connector_platform_oauth_redirecthttps://claude.ai/api/mcp/auth_callbackhttps://insiders.vscode.dev/redirecthttps://oauth.pstmn.io/v1/callbackhttps://vscode.dev/redirect
Using Connectors (Requires claude subscription)
https://mcp-server.zomato.com/mcpUsing Manual Configuration (Available on free plan)
claude_desktop_config.json in a text editor.{
"mcpServers": {
"zomato-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-server.zomato.com/mcp"
]
}
}
}
One Click Installation
Manual Installation
Add this to your mcp.json file.
{
"servers": {
"zomato-mcp-server": {
"url": "https://mcp-server.zomato.com/mcp",
"type": "http"
}
},
}
Get started with these example prompts to explore what the Zomato MCP server can do:
We are not allowing any third party apps to be built on top of Zomato MCP right now due to security and legal considerations. Please reach out to us for any integration discussions.
This is only for testing purposes and Zomato disclaims any and all liabilities that may arise due to erroneous / non-functionality of the MCP integration.