All MCP servers

Mcp

Official
by Api.AirforceStreamable HTTP0167

An MCP server that exposes functionalities to use Zomato's services.

mcpopen-source

Endpoint

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

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-imp6dd4a": {
      "url": "https://mcp-server.zomato.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}