
Mcd Mcp Server
Expose McDonald's China events, coupons, and redemption flows to an MCP agent for apps targeting that market.
Overview
mcd-mcp is a Build-phase MCP server that connects agents to McDonald's China coupon, event, and redemption APIs over authenticated HTTP.
What is this MCP server?
- Remote streamable-http MCP at https://mcp.mcd.cn/mcp-servers/mcd-mcp
- Bearer token auth via YUOR_MCP_TOKEN from McDonald's China MCP Open Platform (open.mcd.cn/mcp)
- Event calendar, coupon inquiry, and coupon redemption capabilities per server description
- Version 1.0.0 hosted remote—no local npm/OCI package in registry manifest
- Server version 1.0.0
- Remote URL https://mcp.mcd.cn/mcp-servers/mcd-mcp
- Auth Bearer YUOR_MCP_TOKEN required
What problem does it solve?
You are building a China-facing app and need agent-callable McDonald's promo data without hand-rolling undocumented endpoints.
Who is it for?
Solo builders or small teams shipping McDonald's China–related experiences who already have MCP Open Platform approval.
Skip if: Global McDonald's markets, builders outside China use cases, or anyone without an approved YUOR_MCP_TOKEN.
What do I get? / Deliverables
After you register the remote server and token, your agent can query events and coupons through MCP instead of custom REST glue.
- Agent-accessible McDonald's China event and coupon operations
- Authenticated remote MCP endpoint configuration
Recommended MCP Servers
Journey fit
How it compares
Brand-specific hosted MCP remote, not a generic coupon skill or local stdio tool.
Common Questions / FAQ
Who is mcd-mcp for?
Developers integrating McDonald's China loyalty and promotions into MCP-enabled agents or apps with platform-issued credentials.
When should I use mcd-mcp?
During Build when your product needs live event calendars or coupon flows tied to McDonald's China's open MCP program.
How do I add mcd-mcp to my agent?
Apply for a token at open.mcd.cn/mcp, add the streamable-http remote URL, and set Authorization Bearer {YUOR_MCP_TOKEN} in your MCP client headers.