streamable-httpupdated 4mo ago
An mcp server for your food ordering needs.
zomato 能做什么?
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/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
Install on Claude
Using Connectors (Requires claude subscription)
- Open Claude
- Go to Settings -> Connectors -> Add custom connector
- Use the URL:
https://mcp-server.zomato.com/mcp - Save and Restart Claude
Using Manual Configuration (Available on free plan)
- Open Claude
- Go to Settings -> Developer -> Edit Config
- Open
claude_desktop_config.jsonin a text editor. - Add the following configuration:
{ "mcpServers": { "zomato-mcp": { "command": "npx", "args": [ "mcp-remote", "https://mcp-server.zomato.com/mcp" ] } } }
Install in VsCode
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"
}
},
}
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.
安装
把 zomato 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http zomato https://mcp-server.zomato.com/mcpcodex mcp add zomato --url https://mcp-server.zomato.com/mcp{
"mcpServers": {
"zomato": {
"url": "https://mcp-server.zomato.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"zomato": {
"type": "http",
"url": "https://mcp-server.zomato.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"zomato": {
"url": "https://mcp-server.zomato.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zomato": {
"serverUrl": "https://mcp-server.zomato.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 123 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2025年9月23日 |