Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOORDASH_EMAILNoOptional email for a specific DoorDash account
DOORDASH_PASSWORDNoOptional password for a specific DoorDash account (recommended to use .env file)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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