ubereats.com
Uber Eats is Uber's food ordering and merchant marketplace platform. Its developer offering lets approved partners integrate merchant store operations, menus, and order workflows with Uber Eats.
Uber Eats exposes a public no-auth MCP server and an OAuth-protected Uber Eats Marketplace HTTP API on `https://api.uber.com` for store, menu, order, reporting, promotions, and integration-activation workflows.
- Uber Eats MCP serverdiscovered
- Uber Eats Marketplace APIdiscovered
Sign in to the Uber Developer Dashboard, create an application, and copy its client_id and client_secret. The Eats auth guide says to use these app credentials with the OAuth 2.0 client_credentials grant at https://auth.uber.com/oauth/v2/token for regular Store, Menu, Order, and Reporting API operations. Access to Eats scopes may require partner approval and written approval from Uber, as described in the Getting Started guide and Authentication guide.
First create an app in the Uber Developer Dashboard to obtain your client_id and client_secret, then send merchants through Uber's OAuth consent flow using the authorization endpoint https://auth.uber.com/oauth/v2/authorize and exchange the code at https://auth.uber.com/oauth/v2/token. The Eats docs say this authorization_code token is required for store discovery and integration activation flows. See the Authentication guide and Integration Configuration Flows guide.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing