Food Order Bot 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., "@Food Order Bot MCP ServerWhat are your best-selling pizzas? Add a Margherita to my cart."
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.
Food Order Bot MCP Server
This directory contains a standalone MCP server that exposes the Food Order Bot's capabilities (Menu Guide & Order Management) to MCP clients (like Claude Desktop, Cursor, etc.).
Setup
Navigate to this directory:
cd MCPInstall Dependencies:
pip install -r requirements.txtEnvironment Variables:
Ensure
.envis present in this directory with the following keys:MONGO_URIDATABASE_URL(optional, for pool)GOOGLE_API_KEY
Related MCP server: Uber Eats MCP Server
Running the Server
Run the server using the mcp-cli or python directly if using FastMCP's built-in runner:
python server.py
# MD: mcp run server.pyAvailable Tools
menu_guide(query, tenant_key, session_id): Browse menu, ask for recommendations.order_management(query, tenant_key, session_id): Add/Remove items from cart.
Directory Structure
server.py: Main entry point, defines MCP tools.utils.py: Minimal utilities for DB and LLM connection (stripped of heavy framework deps).tools/: Refactored tool logic (copied from main project but using local utils).
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 Servers
- Flicense-qualityDmaintenanceA proof-of-concept server implementing the Model Context Protocol that enables LLM applications to interact with Uber Eats functionality.Last updated1
- Flicense-qualityDmaintenanceA proof-of-concept Model Context Protocol server that enables LLM applications to interact with Uber Eats, allowing AI agents to browse and order food through natural language.Last updated233
- Alicense-qualityDmaintenanceAllows Large Language Models to interact with Kroger's grocery services, enabling product search, store lookup, and cart management through the Model Context Protocol.Last updated3MIT
- Flicense-qualityDmaintenanceEnables interaction with the Tandoor Recipe Manager via the Model Context Protocol. It allows users to search and create recipes, manage meal plan entries, and update shopping list items through natural language.Last updated1
Related MCP Connectors
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
A Model Context Protocol server for Wix AI tools
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Appeared in Searches
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/leomessi2140/MCP-SAMPLE'
If you have feedback or need assistance with the MCP directory API, please join our Discord server