uber eats.com
uber eats.com logo

Uber Eats

Integrates with Uber Eats using browser automation to enable restaurant searches, menu exploration, and food order place...

Created byApr 22, 2025

Uber Eats MCP Server

This is a POC of how you can build an MCP servers on top of Uber Eats

What is MCP?

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.

Prerequisites

  • Python 3.12 or higher
  • Anthropic API key or other supported LLM provider

Setup

  1. Ensure you have a virtual environment activated:
  1. Install required packages:
  1. Update the .env file with your API key:

Note

Since we're using stdio as MCP transport, we have disable all output from browser use

Debugging

You can run the MCP inspector tool with this command

Uber Eats MCP Server

This is a POC of how you can build an MCP servers on top of Uber Eats

What is MCP?

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.

Prerequisites

  • Python 3.12 or higher
  • Anthropic API key or other supported LLM provider

Setup

  1. Ensure you have a virtual environment activated:
  1. Install required packages:
  1. Update the .env file with your API key:

Note

Since we're using stdio as MCP transport, we have disable all output from browser use

Debugging

You can run the MCP inspector tool with this command