home / mcp / zomato mcp server
Provides MCP endpoints to discover restaurants, browse menus, create carts, place orders, and perform QR-based payments.
Configuration
View docs{
"mcpServers": {
"zomato-mcp-server-manifest": {
"url": "https://mcp-server.zomato.com/mcp"
}
}
}You can run the Zomato MCP Server to enable interactive restaurant discovery, menu browsing, cart creation, ordering, and QR code payments through MCP clients. This server provides a ready-made MCP endpoint for integrating Zomato services into your client applications, making it easier to discover restaurants, view menus, place orders, and complete payments in a streamlined flow.
Connect your MCP client to the Zomato MCP Server using the provided HTTP endpoint. Once connected, you can browse nearby restaurants, view menus with prices and descriptions, add items to a cart, customize orders, place orders, and complete payments via QR code integration. Your MCP client can interact with these features to create a seamless food ordering experience for end users.
Prerequisites: Ensure you have network access to the MCP endpoint and your MCP client is configured to use an HTTP MCP server. You do not need to run a local server for this setup unless you plan to host the MCP endpoint yourself.
Manual Installation: add the following to your mcp.json configuration in your MCP client to connect to the Zomato MCP Server.
{
"servers": {
"zomato-mcp-server": {
"url": "https://mcp-server.zomato.com/mcp",
"type": "http"
}
},
}OAuth Redirect URI Warning: The following redirect URIs are whitelisted for OAuth authentication. If you need to enable a different client, contact the team to get the redirect URI added to the whitelist.
This MCP server is intended for testing purposes. Security and legal considerations may limit third-party integrations. Use the provided endpoints and configurations responsibly and ensure you have authorization to operate against the target MCP environment.
Find nearby restaurants based on your location and user preferences to initiate a food ordering flow.
Explore detailed menus with prices, descriptions, and user ratings to help users decide what to order.
Add items to a cart and tailor orders with customizations before checkout.
Place orders and track their status through the MCP workflow.
Complete payments securely using QR code integration within the MCP client.