uber-eats-mcp-server

This repository provides a proof-of-concept MCP server built on top of Uber Eats, enabling seamless integration between LLM applications and external tools using the Model Context Protocol. This repository provides

160
16

Uber Eats MCP Server

This repository provides a proof-of-concept (POC) for building Model Context Protocol (MCP) servers specifically tailored for Uber Eats. It leverages the open MCP standard to facilitate seamless integration between Large Language Model (LLM) applications and external tools.

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

Note

Due to the use of stdio as the MCP transport, all browser output has been disabled.

Debugging

The MCP inspector tool can be run using the following command:

uv run mcp dev server.py

Repository

ER
ericzakariasson

ericzakariasson/uber-eats-mcp-server

Created

March 1, 2025

Updated

March 27, 2025

Language

Python

Category

AI