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.
Integrations
Enables interaction with Uber Eats, allowing for food ordering and delivery services through the platform
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プロバイダー
設定
- 仮想環境がアクティブになっていることを確認します。Copy
- 必要なパッケージをインストールします。Copy
- API キーを使用して
.env
ファイルを更新します。Copy
注記
MCPトランスポートとしてstdioを使用しているため、ブラウザからの出力をすべて無効にしています。
デバッグ
このコマンドでMCPインスペクタツールを実行できます。
Copy
This server cannot be installed
LLM アプリケーションが Uber Eats と対話し、AI エージェントが自然言語で食べ物を閲覧したり注文したりできるようにする概念実証モデル コンテキスト プロトコル サーバー。