Zé Delivery MCP
非官方。 与 Zé Delivery 或 Ambev 无关联,未获得其认可或支持。位于
api.ze.delivery/public-api的消费者 GraphQL 可能随时更改,恕不另行通知。
默认绝不支付。 除非启用了
ZE_ALLOW_MUTATIONS并且explicit_user_intent为 true,否则ze_place_order和ze_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.json 和 examples/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 的对应目录)。
工具
类型 | 工具 |
读取 · 目录 |
|
读取 · 账户 |
|
元信息 |
|
受限支付(变更操作和意图) |
|
仅意图 |
|
HTTP(可选,回环)
默认传输方式是 stdio。Streamable HTTP 绑定 127.0.0.1,并将 Origin 与 http://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é 登录。
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