Zomato MCP

official

An mcp server for your food ordering needs.

What can you do with Zomato MCP?

  • Discover restaurants by location and cuisine — Ask for top-rated, nearby, or cuisine-specific restaurants using search_restaurants.
  • Browse menus with prices and ratings — Retrieve detailed menu items, descriptions, and ratings for a specific restaurant via get_menu.
  • Build and customize a cart — Add items with customizations to a cart before placing an order using add_to_cart.
  • Place and track food orders — Submit a cart as an order and check its status through place_order and track_order.
  • Complete payment via QR code — Generate a QR code to finalize payment securely with generate_payment_qr.

Documentation

Zomato MCP Server

An mcp server for your food ordering needs.

Supported Features

  • 🔎 Restaurant Discovery - Find nearby restaurants based on your location and preferences.
  • 📒 Menu Browsing - Browse through detailed menus with prices, descriptions, and ratings.
  • 🛒 Cart Creation - Add items to your cart and customize orders with ease.
  • 🥗 Food Ordering - Place orders seamlessly with order tracking support.
  • 💳 QR code payment - Complete secure payments using QR code integration.

MCP Developer Access

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.

Installation Guide

⚠️ 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/connectors
  • https://chatgpt.com/connector_platform_oauth_redirect
  • https://claude.ai/api/mcp/auth_callback
  • https://insiders.vscode.dev/redirect
  • https://oauth.pstmn.io/v1/callback
  • https://vscode.dev/redirect

Install on Claude

Using Connectors (Requires claude subscription)

  1. Open Claude
  2. Go to Settings -> Connectors -> Add custom connector
  3. Use the URL: https://mcp-server.zomato.com/mcp
  4. Save and Restart Claude

Using Manual Configuration (Available on free plan)

  1. Open Claude
  2. Go to Settings -> Developer -> Edit Config
  3. Open claude_desktop_config.json in a text editor.
  4. Add the following configuration:
    {
    	"mcpServers": {
    		"zomato-mcp": {
    		"command": "npx",
    			"args": [
    				"mcp-remote",
    				"https://mcp-server.zomato.com/mcp"
    			]
    		}
    	}
    }
    

Install in VsCode

One Click Installation

Install MCP

Manual Installation

Add this to your mcp.json file.

{
	"servers": {
		"zomato-mcp-server": {
			"url": "https://mcp-server.zomato.com/mcp",
			"type": "http"
		}
	},
}

Example Prompts

Get started with these example prompts to explore what the Zomato MCP server can do:

  • "Show me the best rated restaurants near me"
  • "Find pizza places within 3km"
  • "Show me vegan restaurants in my area"
  • "Add 2 margherita pizzas from dominoz to my cart"
  • "Order my usual coffee"
  • "Reorder from my last order"
  • "Order butter chicken with naan from a nearby restaurant"

Disclaimer

  • 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.