Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Meok Eat

FreeNot checked

Meok Eat — Model Context Protocol server

GitHubEmbed

About

Meok Eat — Model Context Protocol server

README

The first MCP server for food delivery. Aggregates restaurant search, menu browsing, order estimation, delivery tracking, and dietary filtering across UK food delivery platforms.

Tools

Tool Purpose Paid
restaurant_search Find restaurants by location, cuisine, rating, delivery time Free
menu_lookup Get full menu with prices, allergens, calories Free
order_estimate Calculate total cost including delivery + tip Free
dietary_filter Filter menu by vegan/vegetarian/gluten-free or allergens Free
promo_check Check active promotions Free
order_place Place an order (returns trackable order_id) Free
delivery_track Track order status and ETA Free

Quick Start

pip install meok-eat-mcp
python -m meok_eat_mcp.server

Or with Claude / any MCP client:

{
  "mcpServers": {
    "meok-eat": {
      "command": "python",
      "args": ["-m", "meok_eat_mcp.server"]
    }
  }
}

Example Queries

  • "Find Indian restaurants near SW1A with rating above 4.5"
  • "Show me the menu for The Golden Curry"
  • "What's the total for Chicken Tikka Masala + Garlic Naan with 10% tip?"
  • "Filter Sakura Sushi menu for gluten-free items under 300 calories"
  • "Place an order for Pad Thai to 1 Sovereign Way, Spalding"

Architecture

See docs/Architecture.md for system design.

License

MIT — MEOK AI LTD

from github.com/CSOAI-ORG/meok-eat-mcp

Install Meok Eat in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install meok-eat

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add meok-eat -- uvx meok-eat-mcp

Step-by-step: how to install Meok Eat

FAQ

Is Meok Eat MCP free?

Yes, Meok Eat MCP is free — one-click install via Unyly at no cost.

Does Meok Eat need an API key?

No, Meok Eat runs without API keys or environment variables.

Is Meok Eat hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Meok Eat in Claude Desktop, Claude Code or Cursor?

Open Meok Eat on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Meok Eat with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs