skills$openclaw/mcd-cn
ryanchen015.2k

by ryanchen01

mcd-cn – OpenClaw Skill

mcd-cn is an OpenClaw Skills integration for data analytics workflows. Query McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claiming. Use for human-friendly coupon lookup or JSON output for scripts.

5.2k stars6.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namemcd-cn
descriptionQuery McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claiming. Use for human-friendly coupon lookup or JSON output for scripts. OpenClaw Skills integration.
ownerryanchen01
repositoryryanchen01/mcd-cn
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ryanchen01/mcd-cn
last updatedFeb 7, 2026

Maintainer

ryanchen01

ryanchen01

Maintains mcd-cn in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
278 B
SKILL.md
1.3 KB
SKILL.md

name: mcd-cn description: Query McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claiming. Use for human-friendly coupon lookup or JSON output for scripts. homepage: https://github.com/ryanchen01/mcd-cn metadata: {"clawdbot":{"emoji":"🍟","requires":{"bins":["mcd-cn"],"env":["MCDCN_MCP_TOKEN"]},"primaryEnv":"MCDCN_MCP_TOKEN","install":[{"id":"brew","kind":"brew","formula":"ryanchen01/tap/mcd-cn","bins":["mcd-cn"],"label":"Install mcd-cn (brew)"}]}}


mcd-cn

McDonald's China MCP CLI. Human output by default, --json for scripts.

Install

  • Homebrew: brew install ryanchen01/tap/mcd-cn

Config

  • MCDCN_MCP_TOKEN required. Get it from the McDonald's China MCP console.
  • Optional: MCDCN_MCP_URL for custom server URL.

Common commands

  • Campaign calendar: mcd-cn campaign-calender
  • Calendar for date: mcd-cn campaign-calender --specifiedDate 2025-12-09
  • Available coupons: mcd-cn available-coupons
  • Auto-claim coupons: mcd-cn auto-bind-coupons
  • My coupons: mcd-cn my-coupons
  • Current time: mcd-cn now-time-info
  • JSON output: mcd-cn available-coupons --json

Notes

  • Token can be set via MCDCN_MCP_TOKEN env var or .env file.
  • Date format for --specifiedDate is yyyy-MM-dd.
  • Rate limit: 600 requests per minute per token.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install mcd-cn?

Run openclaw add @ryanchen01/mcd-cn in your terminal. This installs mcd-cn into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ryanchen01/mcd-cn. Review commits and README documentation before installing.