Skip to main content
Glama
leomessi2140

Food Order Bot MCP Server

by leomessi2140

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

  1. Navigate to this directory:

    cd MCP
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Environment Variables:

    • Ensure .env is present in this directory with the following keys:

      • MONGO_URI

      • DATABASE_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.py

Available 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).

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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

Latest Blog Posts

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