Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/zomato/issues.md or /mcp/zomato/issues.json, or Pod over MCP.

Reported issues for Zomato

Pod holds 24 of 50 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Zomato.

Most discussed

Feature Request: Support for Corporate Orders

Feature Request

Description

Add support for corporate orders in the create_cart API. Currently, the Zomato app has a toggle on the checkout page to switch between personal and corporate orders, but this option is not available through the MCP API.

Current Behavior

The create_cart tool only accepts these parameters:

Attempting to add

Read the thread · 2026-01-26 · open · external user · 4 comments

Unable to authenticate Zomato MCP server from VS Code — always returns invalid_token

I’m trying to use the Zomato MCP server from Visual Studio Code, but I am unable to authenticate.

2025-11-18 13:59:48.348 [info] Starting server zomato-mcp 2025-11-18 13:59:48.358 [info] Connection state: Starting 2025-11-18 13:59:48.358 [info] Starting server from LocalProcess extension host 2025-11-18 13:59:48.362 [info] Connection state: Running 2025-11-18 13:59:48.856 [info] Populated auth metadata 2025-11-18 13:59:48.977 [info] Connection state: Error 401 status sending message to https:

Read the thread · 2025-11-18 · open · external user · 3 comments

Not connecting to the MCP

Image

Getting following error

2025-10-30T03:05:16.736Z [zomato-mcp] [info] Initializing server... { metadata: undefined } 2025-10-30T03:05:16.761Z [zomato-mcp] [info] Using MCP server command: C:\WINDOWS\system32\cmd.exe with args and path: { metadata: { args: [ '/C', 'npx', 'mcp-remote', 'https://mcp-server.zomato.com/mcp', [length]:

Read the thread · 2025-10-30 · closed · external user · 4 comments

Location type being "unknown"

Image

Not sure if its an issue just for me, but unable to go ahead of the "fetching restaurants" step!

-- what does Object here means ?

Image

Read the thread · 2025-10-29 · open · external user · 5 comments

Bug: MCP server fails to parse complex object parameters - receives strings instead of parsed JSON

Description

The Zomato MCP server is not properly parsing complex JSON object parameters according to the MCP protocol specification. All location-dependent tools fail with the same validation error: parameters are received as strings instead of parsed objects.

Affected Tools

All tools that accept complex object parameters fail, including:

Read the thread · 2025-10-26 · closed · external user · 6 comments

Payment failure after checkout

After selecting and proceeding to checkout, it returned the QR code, not in the chat but in the tool's response. I wasn't able to scan the QR because it was blurry and the entire code was not visible,. The order was made, but due to payment failure it was not completed, so I had to make a new order from the app.

Read the thread · 2025-10-26 · open · external user · 3 comments

Can we build B2C products on top of Zomato MCP?

Great work getting this out @jatindhankhar @Sameer-Jain-123 @chinmoy-zomato !! 🎊

Right now OAuth redirect URIs are limited to localhost:* and chatgpt.com/*.

Can third-party B2C applications authenticate users with Zomato MCP?

Specifically:

Read the thread · 2025-10-25 · open · external user · 7 comments

MCP down?

Hey @Sameer-Jain-123 @jatindhankhar @chinmoy-zomato
Is the MCP server down?

Environment

Expected
Server should respond to initialize and auth requests (HTTP 200).

Actual
All MCP tool requests return *HTTP 404

Read the thread · 2025-10-09 · open · external user · 5 comments

Most recent

create_cart API missing restaurant_packaging_charges in charge_breakdown

Bug: Restaurant Packaging Charges Not Exposed in API Response

Problem

The create_cart API's charge_breakdown does not include restaurant packaging charges. This causes AI agents to show incorrect final price estimates to users.

Observed Behaviour

charge_breakdown returns:

Missing: Restaurant packaging charges (set by the restaurant, e.g. ₹21.04)

Impact

Read the thread · 2026-06-17 · open · external user · 0 comments

Request to Whitelist OAuth Redirect URI for Zomato MCP Integration

Hi Zomato team,

We’re building a Zomato MCP integration for NINGenie, our agentic AI application that helps users execute tasks across connected services through chat.

As part of this integration, we want to allow users to search for restaurants through the Zomato MCP server, while authenticating securely with their own Zomato account using per-user OAuth.

App URL: https://app.nin.in

Redirect URI to whitelist: https://connect.nin.in/api/v1/oauth/callback

User flow:

  1. User opens NINGenie

Read the thread · 2026-06-10 · open · external user · 0 comments

Mcp not working in chatgpt

Image

fails on chatgpt when tried to explore restaurant in chatgpt . tried reauth also still same issue

Read the thread · 2026-06-08 · open · external user · 0 comments

create_cart only accepts one modifier group per cart; optional (paid) groups rejected with ModifierGroupMetaMissing

Summary

create_cart cannot build a correctly-customized cart for items that use modifier groups (Subway, KFC, etc.). Two concrete constraints:

  1. Only a single modifier group is accepted per create_cart call. Selecting multiple options within one group works, but as soon as add_ons span two or more groups, the call fails with ModifierGroupMetaMissing.
  2. Optional groups (min_selection = 0) are rejected outright — even when passed alone. This is where all **paid add

Read the thread · 2026-06-05 · open · external user · 1 comment

enterprise support

Please allow payments using enterprise budgets

Read the thread · 2026-05-16 · open · external user · 0 comments

The MCP fails on nutrition oriented discovery.

Questions like: Find vegetarian rolls with at least 25 grams protein and no rice. Don't work. This data is visible on zomato's interface so it shouldn't be too difficult to give the model these data points too. Currently it barely serves as a helpful tool because if I know what I want to eat and from where then AI only helps the user marginally.

Read the thread · 2026-05-13 · open · external user · 1 comment

Support for Business Orders

Hi team, can we have support for enterprise orders please?

Read the thread · 2026-05-12 · open · external user · 0 comments

Unable to connect the Zomato MCP from VS Code

Hi Team, I'm working on a use case where I am using the Zomato MCP server, based on the readme.md file has been provided, I have installed the mcp.json but I am unable to authenticate, resulting in HTTP Request: POST https://mcp-server.zomato.com/mcp "HTTP/1.1 401 Unauthorized", and at times, I am providing the credentials to log in, but either the OTP provided is not being considered, or it says uri issue

Read the thread · 2026-05-02 · open · external user · 0 comments

OAuth Flow Fails Before OTP Stage - Claude Cannot Reach Zomato OAuth Page

I'm trying to set up the Zomato MCP Server in Claude using the Connectors feature. On the first attempt, I successfully authenticated via OTP but got an error after redirect. On subsequent reconnection attempts, Claude fails to even reach the Zomato OAuth page and immediately shows an error.

Steps to Reproduce: Open Claude (web app) Go to Settings → Connectors → Add custom connector Enter URL: https://mcp-server.zomato.com/mcp Click to initiate OAuth connection (First attempt) Successfully reac

Read the thread · 2026-04-20 · closed · external user · 1 comment

Cannot connect with Claude

Getting this error consistently

Couldn't reach the MCP server. You can check the server URL and verify the server is running. If this persists, share this reference with support: "ofid_252e6896cd3f8d85"

Read the thread · 2026-04-19 · closed · external user · 2 comments

Whitelist request: xTrac AI (api.xtrac.app)

Whitelisting Request — xTrac AI

Requesting OAuth redirect URI whitelisting for xTrac AI, a multi-agent enterprise platform.


Application Details

Product: xTrac AI
Company: iEllipse Technologies
Website: https://xtrac.app
Type: Multi-agent AI platform (B2B SaaS)

xTrac AI is an enterprise multi-agent platform where AI agents collaborate to handle business workflows — customer support, operations, procurement, and more.


Redirect URI

https://api.xt

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/57) · 2026-03-15 · open · external user · 0 comments

### OTP authentication fails on mcp-server.zomato.com/consent — "Failed to send OTP" error

## Issue
When attempting to authenticate via the MCP OAuth flow, the login page at 
https://mcp-server.zomato.com/consent shows:

> "Failed to send OTP to phone number. Please try again."

Even when OTP is eventually received and entered, it returns as invalid.

## Environment
- Client: Claude Desktop (macOS)
- Config: npx mcp-remote https://mcp-server.zomato.com/mcp

## Steps to Reproduce
1. Add Zomato MCP to Claude Desktop config using the official manual install instructions
2. Restart Claude

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/56) · 2026-02-27 · closed · external user · 1 comment

### OAuth redirect whitelist request for AI client + intermittent 503 on MCP login

Hi Zomato MCP team,

I’m integrating your MCP endpoint for testing:

https://mcp-server.zomato.com/mcp

App details

• App name: Zomato AI orders
• Client type: OpenClaw/mcporter MCP client
• Environment: Testing

Current blockers

1. OAuth fails due to redirect URI allowlist restriction (redirect_uri not allowed).
2. We also intermittently get:

• SSE error: Non-200 status code (503) during login.

Request

1. Please whitelist/enable OAuth redirect for this client flow.

• Current client uses l

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/55) · 2026-02-26 · open · external user · 0 comments

### HelloGini x Zomato MCP Integration

Hey @jatindhankhar , @Sameer-Jain-123, @chinmoy-zomato 

We are planning to integrate Zomato MCP server with our platform ([www.hellogini.com](http://www.hellogini.com/)) and would request you to please allow the following redirect URL:

https://api.hellogini.com/mcp/auth/callback

We have completed testing in our local environment and are now preparing to move this integration to production.

Kindly let us know if any additional details are required from our side.

Best regards,
Shubham

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/54) · 2026-02-20 · open · external user · 0 comments

### Bug: get_order_history pagination fails - postback_params validation error

## Bug Report

### Description
The `get_order_history` tool returns `postback_params` for pagination, but using them in a subsequent `load_more` request fails with a validation error.

### Steps to Reproduce
1. Call `get_order_history` with `address_id`
2. Response includes `has_more: true` and `postback_params` (a JSON string)
3. Call `get_order_history` again with:
   ```json
   {
     "address_id": "834449369",
     "request_type": "load_more",
     "has_more": true,
     "postback_params": "

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/51) · 2026-01-26 · open · external user · 1 comment

### Feature Request: Include delivery address in order history

## Feature Request

### Description
The `get_order_history` tool does not return the delivery address for each order. This information would be useful for users who order to multiple locations (home, office, etc.) and want to see where each order was delivered.

### Current Behavior
The order history response includes order details like:
- Restaurant name
- Items ordered
- Order total
- Order date/time
- Order status

But does **not** include:
- Delivery address
- Address label (Home/Office/etc.

[Read the thread](https://github.com/Zomato/mcp-server-manifest/issues/50) · 2026-01-26 · open · external user · 0 comments