Skip to main content
Glama
davidmosiah

Zé Delivery MCP

非官方。 与 Zé Delivery 或 Ambev 无关联,未获得其认可或支持。位于 api.ze.delivery/public-api 的消费者 GraphQL 可能随时更改,恕不另行通知。

默认绝不支付。 除非启用了 ZE_ALLOW_MUTATIONS 并且 explicit_user_intent 为 true,否则 ze_place_orderze_cancel_order 不会执行任何操作。访客令牌无法扣款。街道、电话、电子邮件和 GPS/经纬度折线均会被脱敏。

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.jsonexamples/grok-bot.md

Related MCP server: Texas Grocery MCP

Skill 或 MCP

同一个包,两种入口。MCP 在 stdio/HTTP 上注册工具。skill 是工作流(搜索 → 下单前停止),当客户端没有 MCP 时,可以通过 CLI 驱动相同的工具:

npx -y ze-mcp-unofficial call ze_search --json '{"query":"brahma"}'

门禁完全相同。将 skill/SKILL.md 复制到你的代理技能目录(~/.agents/skills/ze/ 或 Claude/Grok 的对应目录)。

工具

类型

工具

读取 · 目录

ze_list_categories, ze_list_groups, ze_search

读取 · 账户

ze_order_history, ze_track_order

元信息

ze_connection_status, ze_capabilities, ze_privacy_audit

受限支付(变更操作意图)

ze_place_order, ze_cancel_order

仅意图

ze_logout

HTTP(可选,回环)

默认传输方式是 stdio。Streamable HTTP 绑定 127.0.0.1,并将 Originhttp://127.0.0.1:<port> 进行校验(可通过 ZE_MCP_ALLOWED_ORIGIN 覆盖)。这是 DNS 重绑定缓解措施,而不是公共服务器。

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é 登录。

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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