通过 MCP 协议连接麦当劳中国服务,实现点餐、领券、积分兑换等功能。
https://mcp.mcd.cnMCD_MCP_TOKENexport MCD_MCP_TOKEN="你的token"
详细说明:https://open.mcd.cn/mcp
使用脚本调用 MCP 工具:
python3 scripts/mcp_call.py <工具名> '[参数JSON]'
python3 scripts/mcp_call.py available-coupons
python3 scripts/mcp_call.py auto-bind-coupons
python3 scripts/mcp_call.py query-my-account
python3 scripts/mcp_call.py delivery-query-addresses
delivery-query-addressesstoreCode、beCode、addressIdquery-mealscalculate-pricecreate-orderquery-my-accountmall-points-productsmall-product-detailmall-create-order所有金额单位为分,需要除以 100 得到元。
完整工具列表和参数说明见 references/tools.md。
共 1 个版本