Skip to main content
Glama

Uber Eats MCP Server

by skudskud

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プロバイダー

設定

  1. 仮想環境がアクティブになっていることを確認します。
    uv venv source .venv/bin/activate # On Unix/Mac
  2. 必要なパッケージをインストールします。
    uv pip install -r requirements.txt playwright install
  3. API キーを使用して.envファイルを更新します。
    ANTHROPIC_API_KEY=your_openai_api_key_here

注記

MCPトランスポートとしてstdioを使用しているため、ブラウザからの出力をすべて無効にしています。

デバッグ

このコマンドでMCPインスペクタツールを実行できます。

uv run mcp dev server.py
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

LLM アプリケーションが Uber Eats 機能と対話できるようにするモデル コンテキスト プロトコルを実装する概念実証サーバー。

  1. MCPとは何ですか?
    1. 前提条件
      1. 設定
        1. 注記
          1. デバッグ

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A 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 -
              31
              323
              2
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A 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 -
              Python
              MIT License
            • -
              security
              F
              license
              -
              quality
              A 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 -
              142
              Python
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A 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 -
              Python
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/skudskud/test-repo-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server