ericzakariasson_uber-eats-mcp-server
0
This project is a proof of concept for building Model Context Protocol servers utilizing Uber Eats as a base. It requires Python and integration with LLM providers.
Uber Eats MCP Server
POC for building MCP servers on top of Uber Eats.
Prerequisites
- Python 3.12 or higher
- Anthropic API key or other LLM provider
Setup
- Use a virtual environment.
- Install needed packages.
- Update API key in
.env
file.