Back to Registry View Author Profile
Official Verified
mcd-cn
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-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ryanchen01/mcd-cnOr
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.
Metadata
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-ryanchen01-mcd-cn": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.