Install
openclaw skills install mstoreMcDonald'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.
openclaw skills install mstoreOn first use, you must configure the MCP Token:
export MCDCN_MCP_TOKEN="your_token_here"
Or run the setup script:
./scripts/setup.sh
| Command | Description |
|---|---|
mcd-cn available-coupons | Query coupons available to claim |
mcd-cn auto-bind-coupons | Auto-claim all available coupons |
mcd-cn my-coupons | List already claimed coupons |
| Command | Description |
|---|---|
mcd-cn query-my-account | Query points balance and account info |
mcd-cn mall-points-products | List products redeemable with points |
mcd-cn mall-product-detail | Get details of a specific points product |
mcd-cn mall-create-order | Redeem points for a product |
| Command | Description |
|---|---|
mcd-cn campaign-calender | Query monthly marketing activities |
| Command | Description |
|---|---|
mcd-cn delivery-query-addresses | List saved delivery addresses |
mcd-cn delivery-create-address | Add new delivery address |
mcd-cn query-store-coupons | Query coupons for specific store |
mcd-cn query-meals | Query menu for a store |
mcd-cn query-meal-detail | Get meal details |
mcd-cn calculate-price | Calculate order price |
mcd-cn create-order | Create delivery order |
mcd-cn query-order | Query order status |
| Command | Description |
|---|---|
mcd-cn list-nutrition-foods | Get nutrition info for menu items |
| Command | Description |
|---|---|
mcd-cn now-time-info | Get current server time |
mcd-cn available-coupons
mcd-cn auto-bind-coupons
mcd-cn my-coupons
mcd-cn query-my-account
mcd-cn mall-points-products
mcd-cn campaign-calender
brew install ryanchen01/tap/mcd-cn