Zé Delivery MCP
非公式。 Zé Delivery または Ambev とは提携、推薦、サポート関係はありません。
api.ze.delivery/public-apiのコンシューマー向け GraphQL は予告なく変更されることがあります。
デフォルトでは一切支払いません。
ze_place_orderとze_cancel_orderは、ZE_ALLOW_MUTATIONSが有効でかつexplicit_user_intentが true の場合を除き、何も行いません。ゲストトークンでは課金できません。住所、電話番号、メールアドレス、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
同じパッケージ、2つの入口。MCP は stdio/HTTP 上にツールを登録します。スキル はワークフロー(検索 → 注文前に停止)であり、クライアントに 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 ターボール、デフォルトの examples には含まれません。詳細: 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