The reputation layer for AI skills, tools & agents

ericzakariasson/uber-eats-mcp-server

Score: 14.6 Rank #20138

Overview

ericzakariasson/uber-eats-mcp-server is a Python MCP server.

Ranked #20138 out of 25632 indexed tools.

Ecosystem

Python No license

Signal Breakdown

Stars 217
Freshness 1y ago
Issue Health 0%
Contributors 2
Dependents 0
Forks 39
Description None
License None

How to Improve

Description low impact

Add a detailed description (150+ chars) to your repo to improve discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Freshness high impact

Last commit was 379 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for ericzakariasson/uber-eats-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/ericzakariasson--uber-eats-mcp-server)](https://agentrank-ai.com/tool/ericzakariasson--uber-eats-mcp-server)
<a href="https://agentrank-ai.com/tool/ericzakariasson--uber-eats-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/ericzakariasson--uber-eats-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# 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)](https://modelcontextprotocol.io/) 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

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
   ```

## 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

```bash
uv run mcp dev server.py
```
Read full README on GitHub →
Are you the maintainer? Claim this listing