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
- Asegúrese de tener un entorno virtual activado:
- Instalar los paquetes necesarios:
- Actualice el archivo
.env
con su clave API:
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
This server cannot be installed
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.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -313232TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server enabling LLMs like Claude to interact with the Alpaca trading API through natural language for stock trading, checking positions, fetching market data, and managing your account.Last updated -PythonMIT License
- -securityFlicense-qualityA 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 -142Python
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs like Claude to interact with the Alpaca trading API, allowing for trading stocks, checking positions, fetching market data, and managing accounts through natural language.Last updated -PythonMIT License