CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp

zomato/mcp-server-manifest
HTTPregistry active
Summary

Wraps Zomato's restaurant and ordering APIs to let you discover nearby restaurants, browse menus with pricing, build shopping carts, and place food orders directly from Claude or VS Code. Supports location-based restaurant search, order customization, and QR code payments. Requires OAuth authentication with whitelisted redirect URIs, so you'll need to reach out to Zomato for access beyond their approved clients. Currently testing-only with full liability disclaimers. Reach for this when you want to integrate food ordering workflows into your AI assistant, though the restricted access makes it more of a demo than a production tool right now.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →

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/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

Install on Claude

Using Connectors (Requires claude subscription)

  1. Open Claude
  2. Go to Settings -> Connectors -> Add custom connector
  3. Use the URL: https://mcp-server.zomato.com/mcp
  4. Save and Restart Claude

Using Manual Configuration (Available on free plan)

  1. Open Claude
  2. Go to Settings -> Developer -> Edit Config
  3. Open claude_desktop_config.json in a text editor.
  4. Add the following configuration:
    {
    	"mcpServers": {
    		"zomato-mcp": {
    		"command": "npx",
    			"args": [
    				"mcp-remote",
    				"https://mcp-server.zomato.com/mcp"
    			]
    		}
    	}
    }
    

Install in VsCode

One Click Installation

Install MCP

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Registryactive
TransportHTTP
UpdatedSep 23, 2025
View on GitHub