Enables interaction with Uber Eats, allowing for food ordering and delivery services through the platform
Uber Eats MCP Server
This is a POC of how you can build an MCP servers on top of Uber Eats
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
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
- Ensure you have a virtual environment activated:
- Install required packages:
- 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
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A proof-of-concept Model Context Protocol server that enables LLM applications to interact with Uber Eats, allowing AI agents to browse and order food through natural language.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA proof-of-concept server implementing the Model Context Protocol that enables LLM applications to interact with Uber Eats functionality.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.Last updated -6PythonApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.Last updated -4713TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with a complete e-commerce application, providing authentication, product browsing, and shopping cart management through standardized MCP tools.Last updated -TypeScript