# uber-eats-mcp-server

> 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

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 236
- **Forks:** 16
- **Owner:** ericzakariasson
- **GitHub:** https://github.com/ericzakariasson/uber-eats-mcp-server
- **Created:** 2025-03-01T19:35:15+00:00
- **Updated:** 2025-03-27T17:56:53+00:00
- **Source:** https://model-context-protocol.com/servers/uber-eats-llm-integration-mcp-server

## Setup

## Setup

1. Ensure you have a virtual environment activated:
   ```
uv venv
source .venv/bin/activate  # On Unix/Mac
   ```

2. Install required packages:
   ```
uv pip install -r requirements.txt
playwright install
   ```

3. Update the `.env` file with your API key:
   ```
ANTHROPIC_API_KEY=your_openai_api_key_here
   ```

## Tools

## Available Tools

1.  MCP Server (build MCP servers on top of Uber Eats).
2.  MCP inspector tool (for debugging).
