D
DoorDash MCP server
Details
- Endpoint
-
https://openapi.doordash.com/mcp/consumer - Transport
- streamable-http
- Docs
- https://openapi.doordash.com/mcp/consumer
Authentication
DoorDash developer credential set (developer ID, key ID, signing secret) used to mint JWT bearer tokens compound discovered Get key ↗
OAuth · resolves from well-known metadata In the DoorDash Developer Portal, open Credentials, click Create Credential (or create an access key in the Drive tutorial), choose the environment/APIs, and save the returned developer_id, key_id, and signing_secret/access key details. DoorDash docs say these values are then used to generate a JWT for API calls; the signing secret is shown only once, so store it securely. See Drive JWT auth, Drive get started, and Marketplace JWT auth.