5.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | ryanchen01 |
| repository | ryanchen01/mcd-cn |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ryanchen01/mcd-cn |
| last updated | Feb 7, 2026 |
Maintainer

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_TOKENrequired. Get it from the McDonald's China MCP console.- Optional:
MCDCN_MCP_URLfor 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_TOKENenv var or.envfile. - Date format for
--specifiedDateisyyyy-MM-dd. - Rate limit: 600 requests per minute per token.
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.
