Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-manifest

Zomato MCP服务器是一个用于食品订购的测试工具,支持餐厅发现、菜单浏览、购物车创建、食品订购和二维码支付等功能。

article

README

🚀 Zomato MCP 服务器

这是一个满足你订餐需求的 MCP 服务器。

免责声明:本项目仅用于测试目的,Zomato 对因 MCP 集成出现错误或无法正常运行而可能产生的任何及所有责任概不负责。

🚀 快速开始

本 Zomato MCP 服务器可助力你轻松完成订餐相关操作,具备餐厅发现、菜单浏览等实用功能。

✨ 主要特性

  • 🔎 餐厅发现:根据你的位置和偏好查找附近的餐厅。
  • 📒 菜单浏览:浏览包含价格、描述和评分的详细菜单。
  • 🛒 购物车创建:轻松将商品添加到购物车并自定义订单。
  • 🥗 食品订购:无缝下单,并支持订单跟踪。
  • 💳 二维码支付:通过二维码集成完成安全支付。

📦 安装指南

⚠️ 重要提示

OAuth 重定向 URI 警告:目前,我们仅将以下重定向 URI 列入 OAuth 认证白名单。请联系我们以启用你的客户端:

  • 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

在 VsCode 中安装

一键安装

手动安装

将以下内容添加到你的 mcp.json 文件中:

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

免责声明

出于安全和法律考虑,我们目前不允许构建任何第三方应用程序,请持续关注后续动态。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client