# iFood (remote · api.mcp.ai)

Insights for your iFood store right in your AI assistant's chat. Generate charts of sales and payout

- Trust score: 62/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.mcp.ai`: 62/100 (this document), [markdown](https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood.md), [page](https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood)

## Channel facts

- Endpoint: `https://api.mcp.ai/p_ifood`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1912 tokens (~86/item across 22 items; 22 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcp-dir-ifood-mcp https://api.mcp.ai/p_ifood
```

### Codex

```toml
[mcp_servers.mcp-dir-ifood-mcp]
url = "https://api.mcp.ai/p_ifood"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-ifood-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_ifood",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcp-dir-ifood-mcp --url https://api.mcp.ai/p_ifood --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-ifood-mcp:
    url: "https://api.mcp.ai/p_ifood"
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-ifood-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_ifood"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.200 → 0.9.201

### 2026-08-02 (score 61, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.197 → 0.9.200

### 2026-08-01 (score 61, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “marketplace” rewrote its description, which is the text the model reads
- [functional] Server version: 0.9.196 → 0.9.197

### 2026-07-31 (score 61, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 58, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.184 → 0.9.193

### 2026-07-28 (score 57, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.179 → 0.9.184

### 2026-07-27 (score 56, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (22)

### `ifood_list_accounts` (~38 tokens)

Lista as lojas iFood (conexões) vinculadas a este install — merchant_id, label.

Input parameters:

- `account` (string)

### `ifood_list_merchants` (~61 tokens)

Lista as lojas visíveis à conexão (id, nome, razão social). Paginação opcional (page, size — máx 10).

Input parameters:

- `account` (string)
- `page` (number)
- `size` (number)

### `ifood_get_merchant` (~67 tokens)

Detalhe da loja: nome, razão social, endereço, ticket médio, tipo, status, canais.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_get_status` (~63 tokens)

Status operacional da loja em tempo real (aberta/fechada, available, motivos).

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_get_opening_hours` (~68 tokens)

Horários de funcionamento da loja (shifts por dia: dayOfWeek, start, duration em minutos).

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_list_interruptions` (~61 tokens)

Lista as pausas (interruptions) ativas/agendadas da loja.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_financial_summary` (~109 tokens)

Resumo financeiro agregado do período (chart-ready): total de pedidos, faturamento bruto, ticket médio, série diária (by_day), por forma de pagamento (by_payment_method) e repasses. Ideal pra gráficos de vendas no tempo. Datas YYYY-MM-DD; default = últimos 30 dias. As vendas são buscadas em janelas de até 8 dias automaticamente.

Input parameters:

- `account` (string)
- `end_date` (string)
- `start_date` (string)

### `ifood_list_sales` (~86 tokens)

Lista crua de vendas/pedidos do período (forma de pagamento, valores, taxas) pra análise detalhada. ATENÇÃO: a janela máxima da API é 8 dias (ajustada automaticamente). Pra períodos longos use ifood_financial_summary.

Input parameters:

- `account` (string)
- `end_date` (string)
- `start_date` (string)

### `ifood_list_settlements` (~63 tokens)

Repasses (settlements) recebidos no período — valor líquido transferido, saldo. Datas YYYY-MM-DD (por data de pagamento).

Input parameters:

- `account` (string)
- `end_date` (string)
- `start_date` (string)

### `ifood_list_anticipations` (~64 tokens)

Antecipações de recebíveis no período (se a loja contratou antecipação no iFood). Datas YYYY-MM-DD (data de cálculo).

Input parameters:

- `account` (string)
- `end_date` (string)
- `start_date` (string)

### `ifood_get_reconciliation` (~51 tokens)

Conciliação financeira de uma competência (YYYY-MM): links dos arquivos detalhados (CSV) com o financeiro completo por pedido.

Input parameters:

- `account` (string)
- `competence` (string, required)

### `ifood_list_catalogs` (~66 tokens)

Lista os catálogos (cardápios) da loja — catalogId, groupId, status.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_list_categories` (~96 tokens)

Categorias de um catálogo (com itens por padrão): id, nome, status, itens (nome, preço, disponibilidade).

Bulk support: accepts merchant_ids, catalog_ids for batched execution.

Input parameters:

- `account` (string)
- `catalog_id` (string, required)
- `catalog_ids` (array)
- `include_items` (boolean)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_catalog_summary` (~101 tokens)

Resumo do cardápio (chart-ready): totais (catálogos, categorias, itens, disponíveis/indisponíveis), faixa de preço (min/médio/máx) e mix por categoria (by_category). Ideal pra gráfico de composição de cardápio.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_reviews_summary` (~71 tokens)

Resumo das avaliações da loja: nota agregada (score) e contagem total/válidas. Ideal pra indicador de satisfação.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)

### `ifood_list_reviews` (~82 tokens)

Lista avaliações individuais (nota, comentário, data) paginadas — pra histograma de notas ou ler comentários recentes.

Bulk support: accepts merchant_ids for batched execution.

Input parameters:

- `account` (string)
- `merchant_id` (string)
- `merchant_ids` (array)
- `page` (number)
- `size` (number)

### `show_version` (~17 tokens)

Show the current MCP platform and adapter versions.

### `report_bug` (~50 tokens)

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input parameters:

- `context` (string)
- `conversation` (string)
- `message` (string, required)

### `connect` (~42 tokens)

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

### `toolkit_info` (~30 tokens)

Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.

### `marketplace` (~402 tokens)

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (string)
- `query` (string)
- `report_context` (string)
- `request_details` (string)
- `request_name` (string)
- `tier_slug` (string)
- `tool_id` (string)

### `authenticate` (~99 tokens)

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

Input parameters:

- `token` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 58
- 2026-07-29: 58
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 56

## Links

- Remote endpoint: https://api.mcp.ai/p_ifood
- Repository: https://github.com/mcp-dir/ifood-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-ifood-mcp/p-ifood
