- Home
- MCP servers
- Zomato
Zomato
- other
137
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
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.
How to use
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.
How to install
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"
}
},
}
Additional notes
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.
- 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
Disclaimer and security considerations
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.
Available tools
Restaurant Discovery
Find nearby restaurants based on your location and user preferences to initiate a food ordering flow.
Menu Browsing
Explore detailed menus with prices, descriptions, and user ratings to help users decide what to order.
Cart Creation
Add items to a cart and tailor orders with customizations before checkout.
Food Ordering
Place orders and track their status through the MCP workflow.
QR Code Payment
Complete payments securely using QR code integration within the MCP client.