Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server that exposes functionalities to use Zomato's services.

README.md

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

<b> Using Connectors (Requires claude subscription) </b>

  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

<b> Using Manual Configuration (Available on free plan) </b>

  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

<b>One Click Installation</b>

![Install MCP](https://insiders.vscode.dev/redirect?url=vscode:mcp/install?%7B%22type%22%3A%22http%22%2C%22name%22%3A%22zomato-mcp%22%2C%22version%22%3A%220.0.1%22%2C%22description%22%3A%22MCP%20server%20to%20interact%20with%20Zomato%20services%22%2C%22url%22%3A%22https%3A%2F%2Fmcp-server.zomato.com%2Fmcp%22%2C%22author%22%3A%22Zomato%22%2C%22tags%22%3A%5B%22zomato-mcp%22%2C%22mcp%22%2C%22server%22%5D%2C%22categories%22%3A%5B%22mcp%22%5D%7D)

<b>Manual Installation</b>

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.