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:
uv venv source .venv/bin/activate # On Unix/Mac
Install required packages:
uv pip install -r requirements.txt playwright install
Update the
.env
file with your API key:ANTHROPIC_API_KEY=your_openai_api_key_here
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
uv run mcp dev server.py
Uber Eats MCP Server
Project Details
- ericzakariasson/uber-eats-mcp-server
- Last Updated: 4/19/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support,...
MCP server for merging multiple files into one
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket
A Model Context Protocol server for retrieving and analyzing issues from Sentry.io
MCP Documentation Management Service - A Model Context Protocol implementation for documentation management
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test...
A Model Context Protocol server for document Q&A powered by Langflow . It demonstrates core MCP concepts by...
MCP server providing healthcare analytics capabilities for Smartsheet, including clinical note summarization, patient feedback analysis, and research impact...
A FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information,...