iFood
io.github.mcp-dir/ifood-mcpInsights for your iFood store right in your AI assistant's chat. Generate charts of sales and payout
Tools · 13
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.
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.
Lista os lançamentos financeiros / repasses da loja no iFood (extrato financeiro do Portal do Parceiro).
Resumo financeiro agregado do período (total de pedidos, faturamento, ticket médio, série diária), pronto para gráfico.
Dados da conta/loja no Portal do Parceiro iFood (perfil, papéis e permissões).
Retorna o catálogo/cardápio da loja no iFood (produtos, categorias e preços).
Status de disponibilidade da loja no iFood (aberta/fechada, pausas e horários).
Show the current MCP platform and adapter versions.
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
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 …
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ifood": {
"url": "https://api.mcp.ai/p_ifood",
"transport": "streamable-http"
}
}
}