Ask your assistant for dinner.
Connect Lezzoo to Claude or ChatGPT and it can find places near you, read the menu, build your order and track the driver — in the same chat you were already having.
any good burgers near me in Erbil?
Three places open near you in Erbil.
Added to your cart.
Delivery and the final total come from Lezzoo when you check out.
Review orderExample conversation
What you can ask for
Say it the way you would say it to a friend. Searching, menus and prices work without an account; anything tied to you — your cart, addresses, orders and payment — asks you to sign in with your phone number first.
Find food
no sign-inburgers near me in Erbil
Restaurants and stores close to you, with what is open right now and how far it is.
show me the whole menu
Every section and item, with prices, photos and what is out of stock.
what comes with the falafel wrap?
One item in full — description, price, and the sizes and extras you can pick.
search get_full_menu search_merchant_products get_product_details get_top_searches
Build the order
sign-inadd two chili boxes, no pickles
Items go in with the sizes and extras you chose. Several items in one go is fine.
make that three, and drop the fries
Change a quantity or remove a line without starting over.
what is in my cart?
Every line with its options and the running subtotal. One restaurant per cart.
add_to_cart update_cart_item remove_cart_item clear_cart view_cart
Follow the delivery
sign-inwhere is my order?
Live status, the estimated time, and the driver on a map once one is assigned.
what did I order last week?
Your current and past orders, with the restaurant, total and date.
which addresses do I have saved?
Your saved delivery addresses and your Lezzoo profile.
track_order get_order_history get_addresses get_profile
Check out and pay
sign-incheck out
A card opens in the chat where you tap your delivery address and payment method, and see the real total.
use my Lezzoo Pay balance
Pay from your wallet, or with FIB, card, Asia Pay, FastPay, Qi Card or NassWallet.
send me the payment link again
Re-opens the secure payment page for an order you already placed.
review_order place_order get_payment_methods get_wallet_balance get_payment_link
How it works
Three steps, and only the first one is setup.
Connect once
Paste the connector address into Claude or ChatGPT. No API key, no app to download.
Ask for what you want
Search, menus and your cart all happen in the conversation. Sign in with your phone number the first time it needs your account.
Confirm and pay
You approve the order yourself, pay on Lezzoo's secure page, then watch the driver come to you.
Install it manually
Lezzoo runs as a remote connector, so there is nothing to download and no API key to manage. Paste the address into the assistant you already use, sign in once, and start ordering.
Free, and you sign in with your phone number and a one-time code. Only needed for your cart, orders and checkout.
Claude, ChatGPT, Claude Code, Cursor, VS Code, Windsurf — or anything else that can add a remote MCP server.
Sign-in opens a Lezzoo page once. After that the assistant stays connected to your account.
Claude on web and desktop
Claude Pro, Max, Team and Enterprise. Custom connectors are not available in the mobile app.
- Open Settings, then Connectors.
- Choose Add custom connector.
- Paste the address below and save.
- Ask Claude for something to eat. It signs you in the first time it needs your account.
https://mcp.lezzoo.com/mcp
On Team and Enterprise plans an owner has to allow connectors for the workspace before this appears.
ChatGPT
Add Lezzoo as a developer connector while the app is in review.
- Open Settings, then Apps & connectors.
- Under Advanced, turn on Developer mode.
- Create a connector, name it Lezzoo, and paste the address below.
- Start a chat and ask for food. Sign-in happens in ChatGPT when a tool needs your account.
https://mcp.lezzoo.com/gptapp
ChatGPT uses a different address from Claude. Same Lezzoo account, same cart — served the way ChatGPT expects it.
Claude Code
One command in your terminal.
claude mcp add --transport http lezzoo https://mcp.lezzoo.com/mcp
Run /mcp inside Claude Code to check the connection and to sign in.
Cursor
Add it to ~/.cursor/mcp.json for every project, or .cursor/mcp.json for one.
{
"mcpServers": {
"lezzoo": {
"url": "https://mcp.lezzoo.com/mcp"
}
}
}
Reload Cursor, then approve the Lezzoo sign-in when it opens in your browser.
VS Code
Add it to .vscode/mcp.json in your workspace.
{
"servers": {
"lezzoo": {
"type": "http",
"url": "https://mcp.lezzoo.com/mcp"
}
}
}
Start the server from the play button in the JSON file, then use it from Copilot Chat in agent mode.
Windsurf
Add it to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lezzoo": {
"serverUrl": "https://mcp.lezzoo.com/mcp"
}
}
}
Refresh the server list in Windsurf's MCP settings after saving the file.
Any other MCP client
Lezzoo is a streamable HTTP server with OAuth sign-in. Most clients take a block like this.
{
"mcpServers": {
"lezzoo": {
"type": "http",
"url": "https://mcp.lezzoo.com/mcp"
}
}
}
Config keys differ between clients — if yours rejects the file, check its MCP documentation for the remote-server format. Searching and menus work even in clients that cannot sign in.
What it will and will not do
Browsing stays anonymous
Search, menus, prices and item details never ask who you are. Signing in only happens when you want your cart, your addresses, your orders or checkout.
You confirm every order
Nothing is ordered on your behalf. The assistant prepares the order and you approve it before anything is placed.
Prices come from Lezzoo
Items, delivery, discounts and fees are calculated by Lezzoo's checkout, never estimated by the assistant.
Digital payment only
Lezzoo Pay wallet, FIB, card, Asia Pay, FastPay, Qi Card and NassWallet. Payment happens on the provider's secure page. Cash on delivery is not supported here.
It reads only what a request needs
The connector answers the request in front of it. It does not read your chat history, your memory or your files.
Your assistant still sees the conversation
Anthropic or OpenAI receive your messages and the results of each request, under their own privacy policy. What Lezzoo holds — your account, addresses and orders — stays with Lezzoo, and you can change or cancel any of it in the Lezzoo app.