ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

mstore

McDonald's China coupon redemption, query, and points checking. Use when user wants to (1) Query or claim McDonald's coupons, (2) Check available coupons, (3) View points balance, (4) Query campaign calendar, (5) Order food for delivery, or (6) Redeem points for products. This skill provides direct access to McDonald's China MCP services including coupon management, points mall, and delivery ordering.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chandler0714/mstore
Or

McDonald's China (麦麦) Skill

First Time Setup

On first use, you must configure the MCP Token:

  1. Get your token from: https://open.mcd.cn/mcp
    • Login with your phone number (must match your McDonald's app account)
    • Click "控制台" (Console) → "激活" (Activate) to generate MCP Token
  2. Set the token as an environment variable:
    export MCDCN_MCP_TOKEN="your_token_here"
    

Or run the setup script:

./scripts/setup.sh

Available Tools

Coupons (麦麦省领券)

CommandDescription
mcd-cn available-couponsQuery coupons available to claim
mcd-cn auto-bind-couponsAuto-claim all available coupons
mcd-cn my-couponsList already claimed coupons

Points (麦麦商城)

CommandDescription
mcd-cn query-my-accountQuery points balance and account info
mcd-cn mall-points-productsList products redeemable with points
mcd-cn mall-product-detailGet details of a specific points product
mcd-cn mall-create-orderRedeem points for a product

Calendar (麦麦日历)

CommandDescription
mcd-cn campaign-calenderQuery monthly marketing activities

Ordering (点餐)

CommandDescription
mcd-cn delivery-query-addressesList saved delivery addresses
mcd-cn delivery-create-addressAdd new delivery address
mcd-cn query-store-couponsQuery coupons for specific store
mcd-cn query-mealsQuery menu for a store
mcd-cn query-meal-detailGet meal details
mcd-cn calculate-priceCalculate order price
mcd-cn create-orderCreate delivery order
mcd-cn query-orderQuery order status

Nutrition (餐品营养)

CommandDescription
mcd-cn list-nutrition-foodsGet nutrition info for menu items

General

CommandDescription
mcd-cn now-time-infoGet current server time

Usage Examples

Check available coupons to claim

mcd-cn available-coupons

Auto-claim all available coupons

mcd-cn auto-bind-coupons

Check my claimed coupons

mcd-cn my-coupons

Check points balance

mcd-cn query-my-account

List points redemption products

mcd-cn mall-points-products

Query this month's campaigns

mcd-cn campaign-calender

Requirements

MCP Server Info

  • Server URL: https://mcp.mcd.cn
  • Protocol: Streamable HTTP
  • Rate Limit: 600 requests/minute per token
  • Version: MCP 2025-06-18

Notes

  • Token is linked to the phone number used during login at open.mcd.cn
  • Coupons and points are tied to your McDonald's account
  • Some features may require the user to have a valid delivery address set up

Metadata

Stars3875
Views0
Updated2026-04-07
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-chandler0714-mstore": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.