@striderlabs/mcp-doordash
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOORDASH_EMAIL | No | Optional email for a specific DoorDash account | |
| DOORDASH_PASSWORD | No | Optional password for a specific DoorDash account (recommended to use .env file) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| doordash_auth_checkA | Check if user is logged in to DoorDash. Returns login status and instructions if not authenticated. Call this before any other DoorDash operations. |
| doordash_auth_clearA | Clear stored DoorDash session cookies. Use this to log out or reset authentication state. |
| doordash_set_addressA | Set the delivery address for DoorDash orders. Must be set before searching for restaurants. |
| doordash_searchB | Search for restaurants on DoorDash. Can search by restaurant name, food type, or cuisine. |
| doordash_menuA | Get the full menu for a specific restaurant. Returns categories and items with prices. |
| doordash_add_to_cartA | Add a menu item to the cart. Must be on a restaurant page first (use doordash_menu). |
| doordash_cartA | View current cart contents, including items, quantities, and totals. |
| doordash_checkoutA | Proceed to checkout and optionally place the order. Set confirm=false to preview order details, confirm=true to actually place the order. |
| doordash_track_orderA | Track the status of an order. Shows delivery progress, estimated time, and dasher info if available. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-doordash'
If you have feedback or need assistance with the MCP directory API, please join our Discord server