Uber Eats MCP サーバー
これは、Uber Eats上にMCPサーバーを構築する方法のPOCです。
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
MCPとは何ですか?
モデル コンテキスト プロトコル (MCP)は、LLM アプリケーションと外部ツール間のシームレスな統合を可能にするオープン プロトコルです。
前提条件
- Python 3.12以上
- Anthropic APIキーまたはその他のサポートされているLLMプロバイダー
設定
- 仮想環境がアクティブになっていることを確認します。
- 必要なパッケージをインストールします。
- API キーを使用して
.env
ファイルを更新します。
注記
MCPトランスポートとしてstdioを使用しているため、ブラウザからの出力をすべて無効にしています。
デバッグ
このコマンドでMCPインスペクタツールを実行できます。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM アプリケーションが Uber Eats と対話し、AI エージェントが自然言語で食べ物を閲覧したり注文したりできるようにする概念実証モデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA proof-of-concept server implementing the Model Context Protocol that enables LLM applications to interact with Uber Eats functionality.Last updated -Python
- -securityFlicense-qualityA comprehensive Model Context Protocol server that bridges LLMs with self-hosted media services, enabling natural language control of TV shows, movies, downloads, and notifications while maintaining traditional API access.Last updated -TypeScript
- -securityAlicense-qualityA 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 -6PythonApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.Last updated -4713TypeScript