← Back to Skills Marketplace
cwyhkyochen-a11y

麦当劳 MCP 点餐助手

by cwyhkyochen-a11y · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mcdonalds-mcp-assistant
Description
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。
README (SKILL.md)

麦当劳MCP集成

使用麦当劳MCP平台API进行点餐、查优惠券、积分兑换等操作。

前置要求

用户需要在 https://open.mcd.cn 申请MCP Token:

  1. 登录/手机号验证
  2. 点击"控制台" → 激活MCP Token
  3. 获取 Token 和接入地址 https://mcp.mcd.cn

配置

在调用接口时需要用户提供:

  • MCP Token
  • (可选)指定功能模块

可用功能

点餐相关

  • 查询门店可售卖的餐品列表
  • 查询餐品详情
  • 查询用户可配送地址
  • 新增配送地址
  • 查询门店可用优惠券
  • 商品价格计算
  • 创建外送订单
  • 查询订单详情

优惠券

  • 麦麦省券列表查询
  • 一键领券
  • 我的优惠券查询

麦麦商城

  • 查询我的积分
  • 积分兑换商品列表
  • 积分兑换商品详情
  • 积分兑换下单

其他

  • 活动日历查询
  • 当前时间查询

接口调用方式

由于OpenClaw不直接支持MCP协议,通过HTTP API调用:

POST https://mcp.mcd.cn
Headers:
  Authorization: Bearer YOUR_TOKEN
  Content-Type: application/json

具体接口格式需要参考MCP协议文档,或使用支持MCP协议的客户端(如Cherry Studio、Cursor)。

注意事项

  • 每个Token每分钟最多600次请求
  • MCP Server仅支持2025-06-18及之前版本
  • 请妥善保管Token避免泄露
Usage Guidance
This skill appears to be what it claims: it sends POST requests to https://mcp.mcd.cn using an MCP Token you obtain from the official developer portal. Before installing or using: (1) only provide a token obtained from https://open.mcd.cn and avoid sharing long-lived/high-privilege tokens — prefer a scoped or short-lived token if available; (2) note the small metadata mismatch (ownerId in _meta.json differs from registry owner) — this can be benign but review provenance if you require a high level of trust; (3) the included script prints API responses to stdout — responses might include personal data (addresses, coupons, order details), so run it in a safe environment; (4) if you plan to let an autonomous agent use the skill, be aware it can call the MCP API using any token you supply, so consider limiting the token's permissions or lifetime. If you want extra assurance, inspect or run the provided scripts locally rather than giving the token to an unfamiliar hosted agent.
Capability Analysis
Type: OpenClaw Skill Name: mcdonalds-mcp-assistant Version: 1.1.0 The skill bundle provides a legitimate integration with the McDonald's MCP (Model Context Protocol) API for services like ordering and coupon management. The script `scripts/mcdonalds-mcp.js` is a straightforward wrapper that sends user-provided tokens to official McDonald's China subdomains (mcd.cn) via standard HTTPS requests. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe MCP integration (ordering, coupons, points). The SKILL.md and scripts/mcdonalds-mcp.js call endpoints on https://mcp.mcd.cn using a Bearer token — this is coherent with the declared purpose.
Instruction Scope
Runtime instructions only require the MCP Token and describe POST requests to mcp.mcd.cn. The SKILL.md and CLI script do not instruct the agent to read unrelated files, environment variables, or exfiltrate data to other endpoints.
Install Mechanism
No install spec is present (instruction-only with an included utility script). Nothing downloads or extracts external artifacts during install.
Credentials
The skill legitimately needs an MCP Token to call the service. The registry metadata lists no required env vars/primary credential, while SKILL.md expects the user to provide the token at runtime (as an argument). This is a minor metadata omission but not a functional mismatch; no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default), which is expected for an integration that makes outbound API calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcdonalds-mcp-assistant
  3. After installation, invoke the skill by name or use /mcdonalds-mcp-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
补充踩坑记录:参数格式/query-meal-detail/支付链接 + 修正示例命令
v1.0.0
初始版本:麦当劳官方 MCP Server 18 个工具
Metadata
Slug mcdonalds-mcp-assistant
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 麦当劳 MCP 点餐助手?

麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。 It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install 麦当劳 MCP 点餐助手?

Run "/install mcdonalds-mcp-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 麦当劳 MCP 点餐助手 free?

Yes, 麦当劳 MCP 点餐助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 麦当劳 MCP 点餐助手 support?

麦当劳 MCP 点餐助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 麦当劳 MCP 点餐助手?

It is built and maintained by cwyhkyochen-a11y (@cwyhkyochen-a11y); the current version is v1.1.0.

💬 Comments