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
Install Meok Eat in Claude Desktop, Claude Code & Cursor
unyly install meok-eatInstalls 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-mcpStep-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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
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
