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
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