ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Meituan Waimai with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Essential food delivery gig API. manage orders, track delivery, handle refunds, and control restaurant menus via Meituan Waimai.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Meituan Waimai capability set.

These are the exact actions your AI can choose when you ask it to work with Meituan Waimai.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Meituan Waimai.

  1. 01

    Mark delivering

    Optionally includes delivery rider name and phone number for customer tracking. Use this for self-delivery orders where the restaurant manages their own riders. For Meituan-managed delivery, the platform handles this automatically. Mark a Meituan order as being delivered (out for delivery)

  2. 02

    Cancel order

    Requires a cancellation reason explaining why the order is being cancelled (e.g., "restaurant closed", "item out of stock", "unable to prepare"). The order must be in a cancellable state (not already completed or delivered). Use carefully as cancellations impact merchant ratings and customer experience. Cancel a Meituan delivery order with a reason

  3. 03

    Complete order

    This is the final state in the order lifecycle and indicates the customer has received their food. Should only be called after the delivery rider has confirmed drop-off or the customer has picked up the order. Triggers payment settlement to the merchant. Mark a Meituan delivery order as completed

  4. 04

    Confirm order

    This transitions the order to confirmed status and begins the preparation workflow. Required step before marking the order as delivering. Use the order ID from the order list and the restaurant POI ID. Essential for acknowledging new orders and starting the fulfillment process. Confirm a pending Meituan delivery order

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Meituan Waimai.

  1. 05

    Get order detail

    Use the order ID obtained from the order list to track specific orders, verify order contents, check delivery addresses, or investigate customer complaints. Essential for order management and customer service operations. Get detailed information about a specific Meituan delivery order

  2. 06

    Get order list

    Filter by order status: 1=待确认 (pending confirmation), 3=已确认 (confirmed), 5=配送中 (delivering), 7=已完成 (completed), 8=已取消 (cancelled). Pagination uses page number and limit parameters. Critical for monitoring incoming orders, tracking order volume, and managing the order pipeline. List orders for a Meituan restaurant with optional status filter

  3. 07

    Get restaurant info

    Use the POI ID (Point of Interest identifier) to get restaurant details before managing orders, verifying delivery coverage, or checking business hours. Essential for multi-restaurant operators managing multiple POIs. Get detailed information about a Meituan restaurant/POI

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Meituan Waimai.

  1. 08

    Handle refund

    When rejecting, provide a reason explaining the refusal. Refund requests typically come with customer explanations and evidence. Use order details to verify the claim before making a decision. Approved refunds are processed back to the customer's original payment method. Approve or reject a refund request for a Meituan order

  2. 09

    List menus

    Optionally filter by category ID to get items from a specific menu section (e.g., appetizers, mains, drinks). Critical for inventory management, price updates, and menu optimization. Returns stock quantities to help identify low-stock items. List menu items for a Meituan restaurant

  3. 10

    Update stock

    Use this to mark items as sold out (stock=0) when ingredients run out, or replenish stock when new inventory arrives. Stock changes immediately reflect on the customer-facing menu. Essential for preventing orders for unavailable items and maintaining accurate inventory. Food ID is obtained from the list_menus capability. Update stock quantity for a menu item in Meituan

Observed, not estimated

898ms average. Fast in production.

Meituan Waimai is checked daily against the live service.

Daily averagePeak 1138ms
Aug 20Today
Fastest day
734ms
Slowest day
1138ms
14-day trend
Slowing+28%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Meituan Waimai, so you can see the experience inside your AI.

It does not authenticate your account with Meituan Waimai. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Meituan Waimai Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_dbIwsqOOKlJu5QLachKLVtN8QNfKy0hbt7Ijih35/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Meituan Waimai capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "meituan-waimai-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_dbIwsqOOKlJu5QLachKLVtN8QNfKy0hbt7Ijih35/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Meituan Waimai owners ask.

  • 01

    How do I get my Meituan Waimai App ID and App Secret?

    Log in to the Meituan Waimai Developer Console, navigate to API Documentation > Access Guide, and register your application. You'll receive an App ID and App Secret. Make sure your application has the required API permissions for order management, menu access, and refund handling. The signature algorithm uses MD5 hashing of sorted parameters combined with your App Secret.

  • 02

    What's the order lifecycle in Meituan Waimai?

    The typical order flow is: 1) Pending (待确认, status=1). Customer placed order, awaiting merchant confirmation. 2) Confirmed (已确认, status=3). Merchant accepted the order, kitchen starts preparation. 3) Delivering (配送中, status=5). Food is out for delivery with rider. 4) Completed (已完成, status=7). Customer received the order, payment settled. 5) Cancelled (已取消, status=8). Order was cancelled by merchant or customer. At each stage, you can query details, and merchants can confirm, mark delivering, or complete the order.

  • 03

    How do I handle stock management and sold-out items?

    Use the update_stock capability to set stock quantities for menu items. Set stock=0 to mark an item as sold out (it will immediately disappear from the customer menu). Set a positive number to replenish stock. Get the food ID from the list_menus capability first. This is critical during peak hours when ingredients run out. quickly updating stock prevents customers from ordering unavailable items and reduces refund requests.