Zé Delivery MCP
Inoffiziell. Weder mit Zé Delivery noch mit Ambev verbunden, von diesen empfohlen oder unterstützt. Die Consumer-GraphQL-API unter
api.ze.delivery/public-apikann sich ohne Vorankündigung ändern.
Zahlt standardmäßig nie.
ze_place_orderundze_cancel_ordertun nichts, außerZE_ALLOW_MUTATIONSist aktiviert undexplicit_user_intentist true. Gast-Tokens können keine Zahlungen auslösen. Straße, Telefon, E-Mail und GPS/latlng-Polylinien werden geschwärzt.
Einrichtung in 60 Sekunden
npx -y ze-mcp-unofficial setup
npx -y ze-mcp-unofficial auth --from-header "Bearer eyJ…"
npx -y ze-mcp-unofficial doctorDas Token ist kein OAuth. Fangen Sie eine Consumer-Anfrage an api.ze.delivery ab → kopieren Sie den Authorization-Header. Katalog/Suche funktionieren weiterhin ohne Token; Zahlungs-Tools bleiben blockiert.
Stdio-Snippet (Claude Desktop, Cursor, Grok Bot). Setzen Sie keine Mutationen im Snippet:
{
"mcpServers": {
"ze": {
"command": "npx",
"args": ["-y", "ze-mcp-unofficial"]
}
}
}Siehe examples/claude-desktop.json und examples/grok-bot.md.
Related MCP server: Texas Grocery MCP
Skill oder MCP
Dasselbe Paket, zwei Zugänge. MCP registriert Tools über stdio/HTTP. Der Skill ist der Workflow (suchen → vor der Bestellung stoppen) und kann über die CLI dieselben Tools steuern, wenn der Client kein MCP hat:
npx -y ze-mcp-unofficial call ze_search --json '{"query":"brahma"}'Die Zugangsbeschränkungen sind identisch. Kopieren Sie skill/SKILL.md in das Skills-Verzeichnis Ihres Agenten (~/.agents/skills/ze/ oder das entsprechende Claude/Grok-Verzeichnis).
Tools
Art | Tools |
Lesen · Katalog |
|
Lesen · Konto |
|
Meta |
|
Geschützte Zahlung (Mutationen und Absicht) |
|
Nur Absicht |
|
HTTP (optional, Loopback)
Der Standardtransport ist stdio. Streamable HTTP bindet an 127.0.0.1 und prüft Origin gegen http://127.0.0.1:<port> (überschreibbar mit ZE_MCP_ALLOWED_ORIGIN). Dies dient dem Schutz vor DNS-Rebinding und ist kein öffentlicher Server.
npx -y ze-mcp-unofficial --http
# GET http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcpSicherheit
Tokens liegen in ~/.ze-mcp/tokens.json (0600). Sie sind nicht in git, im npm-Tarball oder in den Standardbeispielen enthalten. Ausführliche Hinweise: SECURITY.md. Für Agents: llms.txt.
Tests
npm testKein Live-Zé-Login erforderlich.
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