Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

iFood

io.github.mcp-dir/ifood-mcp

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

Uptime
100.0%
2 direct probes · 30d
Response
530ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

ifood_vendas_pedidos_listar

Lista os pedidos da loja no iFood por período (agrupados por dia, com status, valores e id), via a API interna do Portal do Parceiro.

ifood_vendas_pedido_detalhe

Detalhe de um pedido específico do iFood (status, datas, distância de entrega, id do parceiro). Bulk support: accepts order_ids for batched execution.

ifood_vendas_repasses

Lista os lançamentos financeiros / repasses da loja no iFood (extrato financeiro do Portal do Parceiro).

ifood_vendas_financeiro_resumo

Resumo financeiro agregado do período (total de pedidos, faturamento, ticket médio, série diária), pronto para gráfico.

ifood_vendas_loja

Dados da conta/loja no Portal do Parceiro iFood (perfil, papéis e permissões).

ifood_vendas_cardapio

Retorna o catálogo/cardápio da loja no iFood (produtos, categorias e preços).

ifood_vendas_disponibilidade

Status de disponibilidade da loja no iFood (aberta/fechada, pausas e horários).

show_version

Show the current MCP platform and adapter versions.

report_bug

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

connect

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 …

toolkit_info

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

marketplace

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…

authenticate

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 conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ifood": {
      "url": "https://api.mcp.ai/p_ifood",
      "transport": "streamable-http"
    }
  }
}