MEOK EAT — Food Delivery MCP Server (Swiggy/Deliveroo/Uber Eats/DoorDash aggregator)
Project description
🍽️ MEOK EAT — Food Delivery MCP Server
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meok_eat_mcp-0.1.0.tar.gz.
File metadata
- Download URL: meok_eat_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ec9f9b59ac13f08569b4253a526fffecddddd1b6a22cc00f38484b46d5ab4f
|
|
| MD5 |
31226195a3b7ea48b447d220529346ea
|
|
| BLAKE2b-256 |
f7b6730d04f0d4d99fa5f4db5f8fbf43d8cd5970019dc590c8a45b6d57088a31
|
File details
Details for the file meok_eat_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: meok_eat_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d8b79b78a567dd5b63d65e324a56ede8262d0542a17f0e8be9decaa24f08e0
|
|
| MD5 |
6f2398e91bfa95d108796b2af913a5d4
|
|
| BLAKE2b-256 |
57177e9debdb1a524828ffceb7c8e70b017506b5ddc16d77d032a8a96c130ee3
|