ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

mcdonalds-mcp-order-lite

Place McDonald's China delivery orders through the official MCP server at https://mcp.mcd.cn using a Bearer MCP token over Streamable HTTP / JSON-RPC. Use when the user wants to browse McDonald's deliverable addresses, query store menu items, inspect meal details, calculate price, create a delivery order, query order status, or check McDonald's coupons/points. Also use when wiring this MCP into a client like Cursor, Cherry Studio, Trae, or another agent. This lite package intentionally contains no embedded token and only the core reusable files.

Why use this skill?

Automate McDonald's China delivery with the official MCP skill. Query menus, manage coupons, calculate prices, and place orders directly from your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/danielliao/mcdonalds-mcp-order-lite
Or

What This Skill Does

The mcdonalds-mcp-order-lite skill provides a robust interface for interacting with McDonald's China delivery services directly through the official Model Context Protocol (MCP) server. By bridging OpenClaw AI agents with the mcp.mcd.cn backend, this skill enables seamless browsing of local store menus, validation of delivery addresses, real-time price calculations, and secure order placement. It is designed for users who want to automate food delivery ordering without interacting with browser GUIs or scraping web APIs, ensuring high reliability and official support for coupon management and point redemption.

Installation

To integrate this skill into your environment, use the OpenClaw CLI: clawhub install openclaw/skills/skills/danielliao/mcdonalds-mcp-order-lite

Ensure that you have your Bearer MCP token ready, as this lite version provides the necessary logic files but requires your specific credentials to authenticate with the McDonald's MCP server at https://mcp.mcd.cn.

Use Cases

  • Order Automation: Streamline the process of ordering recurring favorite meals from nearby McDonald's outlets.
  • Pricing Accuracy: Perform pre-order validation using the calculate-price tool to ensure all coupons and taxes are correctly applied before finalizing the purchase.
  • Coupon Management: Automatically query your personal coupon wallet and apply valid discounts to your order before checkout.
  • System Integration: Use this skill as a plug-in for IDEs like Cursor or Trae to allow developers to trigger deliveries without leaving their workspace.

Example Prompts

  1. "帮我看看我附近地址可以点什么麦当劳,顺便查下我有哪些优惠券可以用。"
  2. "给我点一份麦辣鸡腿堡套餐,送到我上次保存的地址,记得帮我计算一下最终价格。"
  3. "我已经支付了刚才创建的订单,帮我查一下现在的订单状态,看看预计送达时间。"

Tips & Limitations

  • Address Validation: Always start by calling delivery-query-addresses to retrieve the correct storeCode and beCode. Never hardcode these values as they depend on the delivery location.
  • Pricing: The calculate-price tool is mandatory before invoking create-order. This ensures the user is aware of the final amount, preventing discrepancies.
  • Combo Customization: Note that current versioning does not support swapping default side items in combos. Please choose standard menu items returned by query-meals.
  • Request Limits: The API allows up to 600 requests per minute per token; use the agent's memory efficiently to avoid unnecessary polling.
  • Verification: Always call query-order after the user reports payment completion to confirm the transaction was successfully processed by the server.

Metadata

Stars3376
Views1
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-danielliao-mcdonalds-mcp-order-lite": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#mcdonalds#delivery#mcp#automation#food
Safety Score: 4/5

Flags: network-access, external-api