ddREST

LarveyOfficial/ddREST
★ 3 stars TypeScript Code/Dev Tools Updated today
REST implementation of the DoorDash MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ddrest": {
      "command": "npx",
      "args": [
        "-y",
        "LarveyOfficial/ddREST"
      ]
    }
  }
}

README Excerpt

A REST implementation of the DoorDash Consumer MCP server. The gateway speaks JSON-RPC 2.0 over Server-Sent Events and describes itself through MCP's `tools/list`. ddREST puts conventional REST resources in front of that: `GET /v1/restaurants`, `POST /v1/carts/{cart_uuid}/items`, `GET /v1/orders/{order_uuid}/receipt`. Clients never see JSON-RPC, SSE, or the

Tools (4)

HOSTPUBLIC_BASE_URLSESSION_DB_PATHSESSION_KEYS