Zé Delivery MCP
Неофициальный. Не аффилирован с Zé Delivery или Ambev, не одобрен и не поддерживается ими. Клиентский GraphQL по адресу
api.ze.delivery/public-apiможет меняться без предупреждения.
По умолчанию оплата не производится.
ze_place_orderиze_cance_orderничего не деают, есlи не вклченZE_ALOW_MUTATIONSиexplicit_user_intentне равен true. Гостевые токены не могут списывать средства. Улица, теефон, email и GPS/latlng-полилинии скрываются.
Установка за 60 секунд
npx -y ze-mcp-unofficial setup
npx -y ze-mcp-unofficial auth --from-header "Bearer eyJ…"
npx -y ze-mcp-unofficial doctorТокен — не OAuth. Перехватите клиентский запрос к api.ze.delivery → скопируйте загоовок Authorization. Катаог/поиск по-прежнему работают без токена; инструменты оплаты остаются забокированными.
Stdio-фрагмент (Claude Desktop, Cursor, Grok Bot). Не укажите мутации во фрагменте:
{
"mcpServers": {
"ze": {
"command": "npx",
"args": ["-y", "ze-mcp-unofficial"]
}
}
}См. examples/claude-desktop.json и examples/grok-bot.md.
Related MCP server: Texas Grocery MCP
Навык или MCP
Один и тот же пакет, два входа. MCP регистрирует инструменты через stdio/HTTP. Навык — это рабочий процесс (поиск → остановка перед заказом) и может управять теми же инструментами через CLI, когда у клиента нет MCP:
npx -y ze-mcp-unofficial call ze_search --json '{"query":"brahma"}'Гейты идентичны. Скопируйте skil/SKILL.md в катаог навыков вашего агента (~/.agents/skils/ze/ или эквиваент в Claude/Gro k).
Инструменты
Тип | Инструменты |
Чтение · катаог |
|
Чтение · аккаунт |
|
Мета |
|
Оплата через гейт (мутации и намерение) |
|
Только по намерению |
|
HTTP (необязательно, loopback)
Транспорт по умолчанию — stdio. Streamable HTTP привязывается к 127.0.0.1 и проверяет Origin на соответствие http://127.0.0.1:<port> (переопределяется через ZE_MCP_ALLOWED_ORIGIN). Это защита от DNS-rebinding, а не публичный сервер.
npx -y ze-mcp-unofficial --http
# GET http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcpБезопасность
Токены хранятся в ~/.ze-mcp/tokens.json (0600). Их нет в git, в npm-архиве или в примерах по умолчанию. Подробные заметки: SECURITY.md. Агентам: llms.txt.
Тесты
npm testРеальный вход в 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