우버이츠 MCP 서버
이는 Uber Eats를 기반으로 MCP 서버를 구축하는 방법에 대한 POC입니다.
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
MCP란 무엇인가요?
MCP(Model Context Protocol)는 LLM 애플리케이션과 외부 도구 간의 원활한 통합을 가능하게 하는 개방형 프로토콜입니다.
필수 조건
Python 3.12 이상
Anthropic API 키 또는 기타 지원되는 LLM 공급자
설정
가상 환경이 활성화되어 있는지 확인하세요.
지엑스피1
필요한 패키지를 설치하세요:
API 키로
.env
파일을 업데이트하세요.
메모
MCP 전송으로 stdio를 사용하고 있으므로 브라우저에서 모든 출력을 비활성화해야 합니다.
디버깅
이 명령을 사용하여 MCP 검사기 도구를 실행할 수 있습니다.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
LLM 애플리케이션이 Uber Eats 기능과 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜을 구현하는 개념 증명 서버입니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -1MIT 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 -204
- AsecurityAlicenseAqualityA 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 -291212MIT License
- -securityAlicense-qualityAn Express server implementation of Model Context Protocol that allows websites to connect to LLMs through streamable HTTP and stdio transports, with a built-in chat UI for testing responses.Last updated -Apache 2.0