Skip to main content
Glama
davidmosiah

Zé Delivery MCP

非公式。 Zé Delivery または Ambev とは提携、推薦、サポート関係はありません。api.ze.delivery/public-api のコンシューマー向け GraphQL は予告なく変更されることがあります。

デフォルトでは一切支払いません。 ze_place_orderze_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.jsonexamples/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 の同等の場所)にコピーしてください。

ツール

種類

ツール

読み取り・カタログ

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 ターボール、デフォルトの examples には含まれません。詳細: 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