Skip to main content
Glama
davidmosiah

ifood-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IFOOD_ALLOW_MUTATIONSNoSet to 'true' to enable mutation tools such as ifood_checkout. By default, checkout does nothing unless this is enabled and explicit_user_intent is true.false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ifood_connection_statusC

Local doctor: token present, mutations off by default, unofficial consumer surface.

ifood_capabilitiesB

What this unofficial MCP can read and which writes stay gated.

ifood_privacy_auditC

Redaction defaults and fail-closed checkout.

ifood_customer_meB

Authenticated customer profile. Identity redacted by default.

ifood_list_addressesB

Saved delivery addresses. Street/phone/email redacted by default.

ifood_contact_methodsB

Verified emails and phones. Redacted by default.

ifood_list_ordersC

Past orders (v4). Read-only.

ifood_get_orderB

One order by id (v3). Read-only.

ifood_loyalty_cardsC

Club / stamps. Read-only.

ifood_benefitsB

Wallet benefits and coupons. Read-only. Does not apply a coupon.

ifood_list_payment_methodsB

Saved wallet methods. Last-four redacted. Does not charge.

ifood_filter_optionsB

Public filter catalog (200 without auth). Read-only.

ifood_reviewsC

Merchant reviews. Read-only.

ifood_previous_itemsC

Items you ordered before at this merchant. Read-only.

ifood_get_cartB

Inspect a cart on cw-marketplace. Read-only.

ifood_merchant_payment_methodsC

How a restaurant accepts payment. Read-only.

ifood_searchA

Search restaurants/items near a point. Read-only. May WAF from datacenter IPs.

ifood_homeB

Localized home cards. Read-only. May WAF from datacenter IPs.

ifood_categoriesB

Top-level categories near a point. Read-only.

ifood_merchant_infoB

Fees, hours, rating via unofficial GraphQL. Read-only.

ifood_create_cartA

Gated write on cw-marketplace. Requires IFOOD_ALLOW_MUTATIONS and explicit_user_intent. Does not checkout.

ifood_set_delivery_methodC

Gated cart write. DEFAULT / PRIORITY / TAKEOUT.

ifood_set_payment_methodA

Gated cart write. Does not charge.

ifood_checkoutA

FAIL-CLOSED. Charges money on wsloja checkout. Requires IFOOD_ALLOW_MUTATIONS and explicit_user_intent.

ifood_logoutA

Clears ~/.ifood-mcp/tokens.json. Requires explicit_user_intent.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/davidmosiah/ifood-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server