Zé Delivery MCP
No oficial. No está afiliado, respaldado ni soportado por Zé Delivery o Ambev. El GraphQL de consumo en
api.ze.delivery/public-apipuede cambiar sin previo aviso.
Nunca paga por defecto.
ze_place_orderyze_cancel_orderno hacen nada a menos queZE_ALLOW_MUTATIONSesté habilitado yexplicit_user_intentsea verdadero. Los tokens de invitado no pueden cobrar. La calle, el teléfono, el correo electrónico y las polilíneas de GPS/latlng se ocultan.
Configuración en 60 segundos
npx -y ze-mcp-unofficial setup
npx -y ze-mcp-unofficial auth --from-header "Bearer eyJ…"
npx -y ze-mcp-unofficial doctorEl token no es OAuth. Captura una solicitud de consumidor a api.ze.delivery → copia la cabecera Authorization. El catálogo y la búsqueda siguen funcionando sin token; las herramientas de pago permanecen bloqueadas.
Fragmento de Stdio (Claude Desktop, Cursor, Grok Bot). No configures mutaciones en el fragmento:
{
"mcpServers": {
"ze": {
"command": "npx",
"args": ["-y", "ze-mcp-unofficial"]
}
}
}Consulta examples/claude-desktop.json y examples/grok-bot.md.
Related MCP server: Texas Grocery MCP
Skill o MCP
El mismo paquete, dos puertas. MCP registra herramientas en stdio/HTTP. El skill es el flujo de trabajo (búsqueda → detenerse antes del pedido) y puede manejar las mismas herramientas mediante la CLI cuando el cliente no tiene MCP:
npx -y ze-mcp-unofficial call ze_search --json '{"query":"brahma"}'Las restricciones son idénticas. Copia skill/SKILL.md a tu directorio de skills del agente (~/.agents/skills/ze/ o el equivalente de Claude/Grok).
Herramientas
Tipo | Herramientas |
Lectura · catálogo |
|
Lectura · cuenta |
|
Meta |
|
Pago restringido (mutaciones e intención) |
|
Solo intención |
|
HTTP (opcional, loopback)
El transporte predeterminado es stdio. Streamable HTTP se vincula a 127.0.0.1 y comprueba Origin contra http://127.0.0.1:<port> (sobrescribe con ZE_MCP_ALLOWED_ORIGIN). Esto es una mitigación de rebinding de DNS, no un servidor público.
npx -y ze-mcp-unofficial --http
# GET http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcpSeguridad
Los tokens residen en ~/.ze-mcp/tokens.json (0600). No están en git, en el tarball de npm ni en los ejemplos predeterminados. Notas completas: SECURITY.md. Agentes: llms.txt.
Pruebas
npm testNo se requiere un inicio de sesión real de Zé.
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to search for products, manage shopping carts, and place grocery orders on Instacart using browser automation. It includes comprehensive tools for store discovery, product searching, and secure checkout with explicit user confirmation.11598MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage H-E-B grocery shopping tasks including product search, cart management, and coupon clipping through natural language.82555MIT
- AlicenseAqualityDmaintenanceEnables AI agents to search products, manage shopping carts, clip digital coupons, check fuel points, schedule delivery/pickup, and place grocery orders with Kroger.1553MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to browse product catalogs, search products with filters, and initiate checkouts, generating order summaries and checkout URLs.
Related MCP Connectors
Agent-native product catalog: 300M+ products, 150,000+ stores, deliver_to ranking.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ze-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server