← Back to Skills Marketplace
178
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcd-mcp-skills
Description
麦当劳MCP平台集成,提供餐品营养查询、外送点餐、配送地址管理、优惠券管理、积分兑换等20个完整功能;当用户需要查询麦当劳餐品营养、下单外卖、管理地址、查询或领取优惠券、兑换积分商品时使用
Usage Guidance
This skill appears coherent with its description, but you should still exercise normal caution before granting the MCP token. Confirm that: (1) your MCD_MCP_TOKEN is obtained from the official open.mcd.cn developer portal, (2) you trust the mcp.mcd.cn endpoint (the script posts to https://mcp.mcd.cn/), and (3) you understand destructive commands (create-order, mall-create-order, delivery-create-address, auto-bind-coupons) will perform actions on your account — require explicit confirmation before invoking them. If you have concerns, review the remainder of scripts/mcd_mcp_client.py (full CLI mapping) to ensure there are no hidden commands, run the client in an isolated environment, and rotate the token if you later suspect misuse.
Capability Analysis
Type: OpenClaw Skill
Name: mcd-mcp-skills
Version: 1.0.0
The skill bundle is a legitimate integration for the McDonald's MCP (Mobile Commerce Platform) in China. The Python script `scripts/mcd_mcp_client.py` implements a standard JSON-RPC 2.0 client that communicates with the official `mcp.mcd.cn` domain using a user-provided token (`MCD_MCP_TOKEN`). The instructions in `SKILL.md` and `references/tools_reference.md` are well-documented, align with the code's functionality, and include explicit safety reminders for the AI agent to seek user confirmation before performing sensitive actions like placing orders or redeeming points.
Capability Assessment
Purpose & Capability
Name/description promise McDonald's MCP integration (menu, nutrition, address, coupons, orders). The package only requires a single MCP token and the included client script communicates with https://mcp.mcd.cn. The requested credential and network target match the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included CLI script with explicit commands (list-nutrition-foods, query-meals, create-order, etc.). Instructions do not ask the agent to read unrelated files or environment variables, nor to transmit data to unexpected endpoints; they are scoped to MCP API interactions. The SKILL.md warns about destructive actions (e.g., spending points) and defines required parameters.
Install Mechanism
There is no install spec (instruction-only installer). A single Python script is included. The script uses either a special workload-identity requests wrapper (coze_workload_identity.requests) if present or falls back to standard requests; SKILL.md states dependencies are preinstalled. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only one environment variable is required: MCD_MCP_TOKEN (declared as primaryEnv). The script reads exactly that env var for authorization. No unrelated secrets, system config paths, or additional credentials are requested.
Persistence & Privilege
The skill does not request always:true and uses default autonomous invocation settings. It does not modify other skills or system-wide settings. No persistent/install-time privileged behavior is present in the provided artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcd-mcp-skills - After installation, invoke the skill by name or use
/mcd-mcp-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of mcd-mcp-skills, integrating with the McDonald's MCP platform.
- Provides 20 complete functions, including food nutrition lookup, delivery ordering, address management, coupon management, and points redemption.
- Supports full delivery order process, from product selection to price calculation and order creation.
- Enables management and query of delivery addresses, coupons, and loyalty points.
- Includes marketing activity calendar and time info utilities.
- Requires MCP Token configuration for use.
Metadata
Frequently Asked Questions
What is mcd-mcp-skills?
麦当劳MCP平台集成,提供餐品营养查询、外送点餐、配送地址管理、优惠券管理、积分兑换等20个完整功能;当用户需要查询麦当劳餐品营养、下单外卖、管理地址、查询或领取优惠券、兑换积分商品时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install mcd-mcp-skills?
Run "/install mcd-mcp-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mcd-mcp-skills free?
Yes, mcd-mcp-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mcd-mcp-skills support?
mcd-mcp-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mcd-mcp-skills?
It is built and maintained by 末心 (@moxin1044); the current version is v1.0.0.
More Skills