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
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.
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.
Due to the use of stdio as the MCP transport, all browser output has been disabled.
The MCP inspector tool can be run using the following command:
uv run mcp dev server.py
ericzakariasson/uber-eats-mcp-server
March 1, 2025
March 27, 2025
Python