Skip to main content
Glama

Uber Eats MCP Server

by skudskud

Servidor MCP de Uber Eats

Esta es una prueba de concepto de cómo se pueden construir servidores MCP sobre Uber Eats

https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b

¿Qué es MCP?

El Protocolo de Contexto de Modelo (MCP) es un protocolo abierto que permite una integración perfecta entre aplicaciones LLM y herramientas externas.

Prerrequisitos

  • Python 3.12 o superior
  • Clave API antrópica u otro proveedor LLM compatible

Configuración

  1. Asegúrese de tener un entorno virtual activado:
    uv venv source .venv/bin/activate # On Unix/Mac
  2. Instalar los paquetes necesarios:
    uv pip install -r requirements.txt playwright install
  3. Actualice el archivo .env con su clave API:
    ANTHROPIC_API_KEY=your_openai_api_key_here

Nota

Dado que usamos stdio como transporte MCP, hemos deshabilitado toda la salida del uso del navegador.

Depuración

Puede ejecutar la herramienta de inspección MCP con este comando

uv run mcp dev server.py
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor de prueba de concepto que implementa el Protocolo de Contexto de Modelo que permite que las aplicaciones LLM interactúen con la funcionalidad de Uber Eats.

  1. ¿Qué es MCP?
    1. Prerrequisitos
      1. Configuración
        1. Nota
          1. Depuración

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              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.
              Last updated -
              190
              Python
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A 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 -
              6
              Python
              Apache 2.0
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables LLMs to interact with web pages, take screenshots, generate test code, scrape web pages, and execute JavaScript in a real browser environment.
              Last updated -
              29
              75
              9
              TypeScript
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/skudskud/test-repo-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server