Restaurant MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Restaurant MCP ServerFind Italian restaurants open now under $30 in Scottsdale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔌 Restaurant MCP Server
Standalone MCP (Model Context Protocol) server exposing restaurant tools. Any MCP-compatible AI agent can connect via SSE URL.
Quick Start
npm install
cp .env.example .env
# Fill in DATABASE_URL (same Neon project as Project 3)
npm run dev # → http://localhost:3010Related MCP server: restaurant-mcp
Tools Exposed
Tool | Description |
search_restaurants | Search by cuisine, price, rating, open now |
get_restaurant_detail | Full details for one restaurant |
get_user_preferences | Load saved user preferences from Neon DB |
save_user_preferences | Save user likes, dietary needs, budget |
search_knowledge | RAG search on cuisine and area knowledge base |
Connect to This Server
Any MCP-compatible AI:
mcp_servers: [{
type: "url",
url: "http://localhost:3010/sse",
name: "restaurant-tools"
}]Data
50 mock restaurants covering Scottsdale and Phoenix:
South Indian / Tamil
Mexican, Italian, Japanese
American, Thai, Mediterranean
Middle Eastern, Chinese
Breakfast, BBQ, Vegan, Seafood
User preferences stored in Neon Postgres. Knowledge base: 10 docs covering cuisine info, dietary guidance, area tips.
Zod Validation
All tool inputs validated with Zod schemas before execution. Invalid inputs return structured error messages.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server for restaurant discovery and booking across Resy and OpenTable via natural language. It integrates Google Places data with dietary preferences, visit history, and weather awareness to provide personalized dining recommendations and group reservation management.23-
- FlicenseNot gradedqualityDmaintenanceMCP server for Spice Garden demo restaurant that enables querying orders, inventory, tables, and sales data from a SQLite database, with an optional OpenRouter-powered chat assistant.-
- AlicenseNot gradedqualityCmaintenanceHosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API (menu, categories, modifiers, prices, images, translations, promotions, and orders).MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that lets restaurants operate their point-of-sale through an LLM agent — edit menus, 86 items, check sales, restock inventory, monitor voids, and more via twenty tools over both stdio and Streamable HTTP transports with per-request tenancy from API keys.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aadeshmahesh/restaurant-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server