MCP Directory

arthurpanhku/DragonMCP

GitHub
Productivity

MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu Maps, 12306 high-speed rail, Taobao/JD/Xianyu e-commerce, Hong Kong government e-services, and more.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y dragonmcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from arthurpanhku/DragonMCP your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "dragonmcp": {
      "command": "npx",
      "args": [
        "-y",
        "dragonmcp"
      ]
    }
  }
}

Route arthurpanhku/DragonMCP intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add dragonmcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use arthurpanhku/DragonMCP directly without routing

npx -y dragonmcp

New to Agent-CoreX? View setup guide →

arthurpanhku/DragonMCP MCP Server — Agent-CoreX