Wraps Zomato's restaurant and ordering APIs to let you discover nearby restaurants, browse menus with pricing, build shopping carts, and place food orders directly from Claude or VS Code. Supports location-based restaurant search, order customization, and QR code payments. Requires OAuth authentication with whitelisted redirect URIs, so you'll need to reach out to Zomato for access beyond their approved clients. Currently testing-only with full liability disclaimers. Reach for this when you want to integrate food ordering workflows into your AI assistant, though the restricted access makes it more of a demo than a production tool right now.
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.