-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@striderlabs/mcp-doordash",
"version": "0.4.4",
"description": "Autonomous food ordering via DoorDash. Let your AI agent search restaurants, build orders, and complete checkout. Supports persistent session management, real-time tracking, and full order lifecycle automation. Production-ready MCP server for personal agents.",
"main": "dist/index.js",
"bin": {
"striderlabs-mcp-doordash": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"agent",
"autonomous-agent",
"personal-agent",
"doordash",
"food-delivery",
"order-automation",
"restaurant-ordering",
"delivery-agent",
"agent-commerce",
"order-food-autonomously",
"mcp-food-ordering",
"autonomous-delivery",
"agent-action-execution",
"food-ordering-automation",
"ai-agent-integration",
"automation",
"integration",
"doordash-automation"
],
"author": "Strider Labs <hello@striderlabs.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markswendsen-code/mcp-doordash"
},
"homepage": "https://striderlabs.ai",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"patchright": "^1.58.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"mcpName": "io.github.markswendsen-code/doordash"
}